newewst pixelegg changed from today
@ -138,11 +138,6 @@ div#addressbook-index div.et2_hbox_right button#addressbook-index_add:before {
|
|||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
color: #ffc200;
|
color: #ffc200;
|
||||||
}
|
}
|
||||||
div#addressbook-index div.et2_hbox_right button#addressbook-index_add:before {
|
|
||||||
content: "+";
|
|
||||||
font-size: 2em;
|
|
||||||
color: #ffc200;
|
|
||||||
}
|
|
||||||
div#addressbook-index div.et2_hbox_right button#addressbook-index_add:hover {
|
div#addressbook-index div.et2_hbox_right button#addressbook-index_add:hover {
|
||||||
background-color: #66a1d2 !important;
|
background-color: #66a1d2 !important;
|
||||||
color: #ffc200;
|
color: #ffc200;
|
||||||
|
531
addressbook/templates/pixelegg/app.css
Executable file
@ -0,0 +1,531 @@
|
|||||||
|
/**
|
||||||
|
* EGroupware: CSS with less preprocessor
|
||||||
|
*
|
||||||
|
* Please do NOT change app.css directly, instead change app.less and compile it!
|
||||||
|
*
|
||||||
|
* @link http://www.egroupware.org
|
||||||
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||||
|
* @author Stefan Reinhardt <stefan.reinhardt@pixelegg.de>
|
||||||
|
* @package addressbook
|
||||||
|
* @version $Id$
|
||||||
|
*/
|
||||||
|
div#addressbook-index {
|
||||||
|
min-height: 700px;
|
||||||
|
height: auto !important;
|
||||||
|
}
|
||||||
|
div#addressbook-index div.et2_hbox_left {
|
||||||
|
padding: 1em;
|
||||||
|
}
|
||||||
|
div#addressbook-index div.et2_hbox_left select#addressbook-index_org_view {
|
||||||
|
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
width: auto;
|
||||||
|
margin: 0.5em 0em 0.5em 0.5em;
|
||||||
|
padding: 3px;
|
||||||
|
outline: none;
|
||||||
|
display: inline-block;
|
||||||
|
-webkit-appearance: none;
|
||||||
|
-moz-appearance: none;
|
||||||
|
appearance: none;
|
||||||
|
cursor: pointer;
|
||||||
|
height: 35px;
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
div#addressbook-index div.et2_hbox_left select#addressbook-index_org_view:hover {
|
||||||
|
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||||
|
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||||
|
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||||
|
}
|
||||||
|
div#addressbook-index div.et2_hbox_right {
|
||||||
|
width: 360px;
|
||||||
|
margin-right: 1em;
|
||||||
|
}
|
||||||
|
div#addressbook-index div.et2_hbox_right select.et2_selectbox {
|
||||||
|
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
width: auto;
|
||||||
|
margin: 0.5em 0em 0.5em 0.5em;
|
||||||
|
padding: 3px;
|
||||||
|
outline: none;
|
||||||
|
display: inline-block;
|
||||||
|
-webkit-appearance: none;
|
||||||
|
-moz-appearance: none;
|
||||||
|
appearance: none;
|
||||||
|
cursor: pointer;
|
||||||
|
height: 35px;
|
||||||
|
margin-left: 5px;
|
||||||
|
}
|
||||||
|
div#addressbook-index div.et2_hbox_right select.et2_selectbox:hover {
|
||||||
|
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||||
|
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||||
|
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||||
|
}
|
||||||
|
div#addressbook-index div.et2_hbox_right select.et2_selectbox:focus {
|
||||||
|
outline: 0;
|
||||||
|
border-width: 1px;
|
||||||
|
border-style: solid;
|
||||||
|
border-color: #bfbfbf;
|
||||||
|
-webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
||||||
|
-moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
||||||
|
box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
||||||
|
}
|
||||||
|
div#addressbook-index div.et2_hbox_right button#addressbook-index_search {
|
||||||
|
background-color: #f0f0f0;
|
||||||
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||||
|
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
color: #000000;
|
||||||
|
padding-left: 30px !important;
|
||||||
|
background-position: 6px center;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-size: 20px auto;
|
||||||
|
width: auto;
|
||||||
|
height: 32px;
|
||||||
|
background-image: url('../../pixelegg/images/erweiterte-suche.png') !important;
|
||||||
|
padding-left: 0px;
|
||||||
|
}
|
||||||
|
div#addressbook-index div.et2_hbox_right button#addressbook-index_search:hover {
|
||||||
|
background-image: url('../../pixelegg/images/erweiterte-suche.png');
|
||||||
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||||
|
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
color: #000000;
|
||||||
|
padding-left: 30px !important;
|
||||||
|
background-position: 6px center;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-size: 20px auto;
|
||||||
|
width: auto;
|
||||||
|
height: 32px;
|
||||||
|
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||||
|
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||||
|
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||||
|
}
|
||||||
|
div#addressbook-index div.et2_hbox_right button#addressbook-index_search:focus {
|
||||||
|
background-image: url('../../pixelegg/images/erweiterte-suche.png');
|
||||||
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||||
|
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
color: #000000;
|
||||||
|
padding-left: 30px !important;
|
||||||
|
background-position: 6px center;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-size: 20px auto;
|
||||||
|
width: auto;
|
||||||
|
height: 32px;
|
||||||
|
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||||
|
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||||
|
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||||
|
}
|
||||||
|
div#addressbook-index div.et2_hbox_right button#addressbook-index_add {
|
||||||
|
background-color: #0b5fa4;
|
||||||
|
color: #FFF;
|
||||||
|
text-shadow: none;
|
||||||
|
height: 35px;
|
||||||
|
background-image: none !important;
|
||||||
|
-webkit-border-radius: 3px;
|
||||||
|
-webkit-border-top-left-radius: 20px;
|
||||||
|
-moz-border-radius: 3px;
|
||||||
|
-moz-border-radius-topleft: 20px;
|
||||||
|
border-radius: 3px;
|
||||||
|
border-top-left-radius: 20px;
|
||||||
|
}
|
||||||
|
div#addressbook-index div.et2_hbox_right button#addressbook-index_add:before {
|
||||||
|
content: "+";
|
||||||
|
font-size: 2em;
|
||||||
|
color: #ffc200;
|
||||||
|
}
|
||||||
|
div#addressbook-index div.et2_hbox_right button#addressbook-index_add:hover {
|
||||||
|
background-color: #66a1d2 !important;
|
||||||
|
color: #ffc200;
|
||||||
|
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||||
|
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||||
|
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||||
|
-webkit-border-radius: 3px;
|
||||||
|
-webkit-border-top-left-radius: 20px;
|
||||||
|
-moz-border-radius: 3px;
|
||||||
|
-moz-border-radius-topleft: 20px;
|
||||||
|
border-radius: 3px;
|
||||||
|
border-top-left-radius: 20px;
|
||||||
|
}
|
||||||
|
div#addressbook-index #addressbook-index_favorite_wrapper img {
|
||||||
|
width: 16px;
|
||||||
|
}
|
||||||
|
div#addressbook-index #addressbook-index_favorite_wrapper .et2_dropdown {
|
||||||
|
background-color: #f0f0f0;
|
||||||
|
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||||
|
-webkit-border-radius: 3px;
|
||||||
|
-moz-border-radius: 3px;
|
||||||
|
border-radius: 3px;
|
||||||
|
}
|
||||||
|
div#addressbook-index #addressbook-index_favorite_wrapper .et2_dropdown button#addressbook-index_favorite img {
|
||||||
|
width: 16px;
|
||||||
|
background-color: #f0f0f0;
|
||||||
|
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||||
|
-webkit-border-radius: 3px;
|
||||||
|
-moz-border-radius: 3px;
|
||||||
|
border-radius: 3px;
|
||||||
|
}
|
||||||
|
div#addressbook-index #addressbook-index_favorite_wrapper .et2_dropdown .ui-state-default,
|
||||||
|
div#addressbook-index #addressbook-index_favorite_wrapper .et2_dropdown .ui-widget-content .ui-state-default,
|
||||||
|
div#addressbook-index #addressbook-index_favorite_wrapper .et2_dropdown .ui-widget-header .ui-state-default {
|
||||||
|
background-color: #bfbfbf;
|
||||||
|
color: #000;
|
||||||
|
background-image: none !important;
|
||||||
|
}
|
||||||
|
div#addressbook-index .filters #addressbook-index_cat_id {
|
||||||
|
width: 7%;
|
||||||
|
}
|
||||||
|
div#addressbook-index .filters #addressbook-index_filter {
|
||||||
|
width: 7%;
|
||||||
|
}
|
||||||
|
div#addressbook-index .filters #addressbook-index_filter2 {
|
||||||
|
width: 10%;
|
||||||
|
}
|
||||||
|
div#addressbook-index table.egwGridView_outer {
|
||||||
|
width: 99%;
|
||||||
|
}
|
||||||
|
#egw_fw_sidemenu .egw_fw_ui_category_content table {
|
||||||
|
margin-left: -14px;
|
||||||
|
}
|
||||||
|
#egw_fw_sidemenu select {
|
||||||
|
margin-top: -5px;
|
||||||
|
}
|
||||||
|
div#addressbook-edit,
|
||||||
|
div#addressbook-search {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0.5em;
|
||||||
|
}
|
||||||
|
div#addressbook-edit .chzn-container,
|
||||||
|
div#addressbook-search .chzn-container {
|
||||||
|
width: 60% !important;
|
||||||
|
}
|
||||||
|
div#addressbook-edit .et2_tabheader,
|
||||||
|
div#addressbook-search .et2_tabheader {
|
||||||
|
margin-top: 0px;
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
div#addressbook-edit table.editphones,
|
||||||
|
div#addressbook-search table.editphones {
|
||||||
|
width: auto !important;
|
||||||
|
top: 5%;
|
||||||
|
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
}
|
||||||
|
div#addressbook-edit table.addressbook_edit_general,
|
||||||
|
div#addressbook-search table.addressbook_edit_general {
|
||||||
|
border-top: 0px;
|
||||||
|
}
|
||||||
|
div#addressbook-edit table.addressbook_edit_general tr td:first-child,
|
||||||
|
div#addressbook-search table.addressbook_edit_general tr td:first-child {
|
||||||
|
width: 100px;
|
||||||
|
}
|
||||||
|
div#addressbook-edit table.addressbook_edit_general tr td,
|
||||||
|
div#addressbook-search table.addressbook_edit_general tr td {
|
||||||
|
width: 200px;
|
||||||
|
}
|
||||||
|
div#addressbook-edit table.addressbook_edit_general table tr td:first-child,
|
||||||
|
div#addressbook-search table.addressbook_edit_general table tr td:first-child {
|
||||||
|
width: 60px;
|
||||||
|
}
|
||||||
|
div#addressbook-edit table.addressbook_edit_general table tr td,
|
||||||
|
div#addressbook-search table.addressbook_edit_general table tr td {
|
||||||
|
width: 200px;
|
||||||
|
}
|
||||||
|
div#addressbook-edit table.addressbook_edit_general input#addressbook-edit_n_fn,
|
||||||
|
div#addressbook-search table.addressbook_edit_general input#addressbook-edit_n_fn {
|
||||||
|
width: 200px;
|
||||||
|
}
|
||||||
|
div#addressbook-edit table.addressbook_edit_general table.editname,
|
||||||
|
div#addressbook-search table.addressbook_edit_general table.editname {
|
||||||
|
background-color: #f0f0f0;
|
||||||
|
z-index: 10;
|
||||||
|
font-size: 1.5em;
|
||||||
|
}
|
||||||
|
div#addressbook-edit table.addressbook_edit_general table.editname tr td:first-child,
|
||||||
|
div#addressbook-search table.addressbook_edit_general table.editname tr td:first-child {
|
||||||
|
width: 100px !important;
|
||||||
|
}
|
||||||
|
div#addressbook-edit table.addressbook_edit_general input#addressbook-edit_title,
|
||||||
|
div#addressbook-search table.addressbook_edit_general input#addressbook-edit_title {
|
||||||
|
width: 200px;
|
||||||
|
}
|
||||||
|
div#addressbook-edit table.addressbook_edit_general input#addressbook-edit_role,
|
||||||
|
div#addressbook-search table.addressbook_edit_general input#addressbook-edit_role {
|
||||||
|
width: 200px;
|
||||||
|
}
|
||||||
|
div#addressbook-edit table.addressbook_edit_general input#addressbook-edit_org_name,
|
||||||
|
div#addressbook-search table.addressbook_edit_general input#addressbook-edit_org_name {
|
||||||
|
width: 286px;
|
||||||
|
}
|
||||||
|
div#addressbook-edit table.addressbook_edit_general input#addressbook-edit_org_unit,
|
||||||
|
div#addressbook-search table.addressbook_edit_general input#addressbook-edit_org_unit {
|
||||||
|
width: 286px;
|
||||||
|
}
|
||||||
|
div#addressbook-edit table.addressbook_edit_general input#addressbook-edit_adr_one_street,
|
||||||
|
div#addressbook-search table.addressbook_edit_general input#addressbook-edit_adr_one_street,
|
||||||
|
div#addressbook-edit table.addressbook_edit_general input#addressbook-edit_adr_one_street2,
|
||||||
|
div#addressbook-search table.addressbook_edit_general input#addressbook-edit_adr_one_street2 {
|
||||||
|
width: 286px;
|
||||||
|
}
|
||||||
|
div#addressbook-edit table.addressbook_edit_general input#addressbook-edit_adr_one_postalcode,
|
||||||
|
div#addressbook-search table.addressbook_edit_general input#addressbook-edit_adr_one_postalcode {
|
||||||
|
width: 50px;
|
||||||
|
}
|
||||||
|
div#addressbook-edit table.addressbook_edit_general input#addressbook-edit_adr_one_locality,
|
||||||
|
div#addressbook-search table.addressbook_edit_general input#addressbook-edit_adr_one_locality {
|
||||||
|
width: 225px;
|
||||||
|
}
|
||||||
|
div#addressbook-edit table.addressbook_edit_general .chzn-container,
|
||||||
|
div#addressbook-search table.addressbook_edit_general .chzn-container {
|
||||||
|
width: 300px !important;
|
||||||
|
}
|
||||||
|
div#addressbook-edit table.addressbook_edit_general input#addressbook-edit_adr_one_region,
|
||||||
|
div#addressbook-search table.addressbook_edit_general input#addressbook-edit_adr_one_region {
|
||||||
|
width: 286px;
|
||||||
|
}
|
||||||
|
div#addressbook-edit table.addressbook_edit_general select.owner,
|
||||||
|
div#addressbook-search table.addressbook_edit_general select.owner {
|
||||||
|
width: 300px;
|
||||||
|
}
|
||||||
|
div#addressbook-edit fieldset.phoneGroup,
|
||||||
|
div#addressbook-search fieldset.phoneGroup {
|
||||||
|
border: none;
|
||||||
|
margin-bottom: 0;
|
||||||
|
margin-top: 12px;
|
||||||
|
height: auto;
|
||||||
|
background-color: #d9d9d9;
|
||||||
|
-webkit-border-radius: 3px;
|
||||||
|
-moz-border-radius: 3px;
|
||||||
|
border-radius: 3px;
|
||||||
|
}
|
||||||
|
div#addressbook-edit fieldset.phoneGroup legend,
|
||||||
|
div#addressbook-search fieldset.phoneGroup legend {
|
||||||
|
text-transform: uppercase;
|
||||||
|
}
|
||||||
|
div#addressbook-edit fieldset.phoneGroup * img,
|
||||||
|
div#addressbook-search fieldset.phoneGroup * img {
|
||||||
|
display: none !important;
|
||||||
|
width: 20px;
|
||||||
|
}
|
||||||
|
div#addressbook-edit fieldset.emailGroup,
|
||||||
|
div#addressbook-search fieldset.emailGroup {
|
||||||
|
border: none;
|
||||||
|
margin-bottom: 0;
|
||||||
|
margin-top: 10px;
|
||||||
|
height: auto;
|
||||||
|
background-color: #d9d9d9;
|
||||||
|
-webkit-border-radius: 3px;
|
||||||
|
-moz-border-radius: 3px;
|
||||||
|
border-radius: 3px;
|
||||||
|
}
|
||||||
|
div#addressbook-edit fieldset.emailGroup legend,
|
||||||
|
div#addressbook-search fieldset.emailGroup legend {
|
||||||
|
text-transform: uppercase;
|
||||||
|
}
|
||||||
|
div#addressbook-edit fieldset.emailGroup a.et2_url:after,
|
||||||
|
div#addressbook-search fieldset.emailGroup a.et2_url:after {
|
||||||
|
content: "\221E";
|
||||||
|
font-size: 1.5em;
|
||||||
|
}
|
||||||
|
div#addressbook-edit fieldset.emailGroup a.et2_url,
|
||||||
|
div#addressbook-search fieldset.emailGroup a.et2_url {
|
||||||
|
margin-left: -40px;
|
||||||
|
}
|
||||||
|
div#addressbook-edit fieldset.emailGroup a.et2_url.url,
|
||||||
|
div#addressbook-search fieldset.emailGroup a.et2_url.url {
|
||||||
|
background-size: 15px 15px;
|
||||||
|
background-image: none;
|
||||||
|
}
|
||||||
|
div#addressbook-edit fieldset.emailGroup * img,
|
||||||
|
div#addressbook-search fieldset.emailGroup * img {
|
||||||
|
display: none !important;
|
||||||
|
width: 20px;
|
||||||
|
}
|
||||||
|
#addressbook-edit_addressbook-edit-general #addressbook_edit_adr_one_countrycode_chzn {
|
||||||
|
width: 200px !important;
|
||||||
|
padding-top: 1em;
|
||||||
|
}
|
||||||
|
#addressbook-edit_addressbook-edit-home #addressbook_edit_adr_two_countrycode_chzn {
|
||||||
|
width: 200px !important;
|
||||||
|
padding-top: 1em;
|
||||||
|
}
|
||||||
|
#addressbook-edit_addressbook-edit-home #addressbook_edit_tz_chzn {
|
||||||
|
width: 15% !important;
|
||||||
|
padding-top: 1em;
|
||||||
|
}
|
||||||
|
#addressbook-edit_addressbook-edit-links .th,
|
||||||
|
#addressbook-search_addressbook-edit-links .th {
|
||||||
|
height: 20px;
|
||||||
|
}
|
||||||
|
#addressbook-edit_addressbook-edit-links tbody,
|
||||||
|
#addressbook-search_addressbook-edit-links tbody {
|
||||||
|
display: table-header-group;
|
||||||
|
vertical-align: top;
|
||||||
|
}
|
||||||
|
#addressbook-edit_addressbook-edit-distribution_list .th,
|
||||||
|
#addressbook-search_addressbook-edit-distribution_list .th {
|
||||||
|
height: 20px;
|
||||||
|
}
|
||||||
|
#addressbook-edit_addressbook-edit-distribution_list tbody,
|
||||||
|
#addressbook-search_addressbook-edit-distribution_list tbody {
|
||||||
|
display: table-header-group;
|
||||||
|
vertical-align: top;
|
||||||
|
}
|
||||||
|
#addressbook-edit_addressbook-edit-custom .th,
|
||||||
|
#addressbook-search_addressbook-edit-custom .th {
|
||||||
|
height: 20px;
|
||||||
|
}
|
||||||
|
#addressbook-edit_addressbook-edit-custom tbody,
|
||||||
|
#addressbook-search_addressbook-edit-custom tbody {
|
||||||
|
display: table-header-group;
|
||||||
|
vertical-align: top;
|
||||||
|
}
|
||||||
|
#addressbook-edit_addressbook-edit-custom_private .th,
|
||||||
|
#addressbook-search_addressbook-edit-custom_private .th {
|
||||||
|
height: 20px;
|
||||||
|
}
|
||||||
|
#addressbook-edit_addressbook-edit-custom_private tbody,
|
||||||
|
#addressbook-search_addressbook-edit-custom_private tbody {
|
||||||
|
display: table-header-group;
|
||||||
|
vertical-align: top;
|
||||||
|
}
|
||||||
|
#addressbook-edit_addressbook-edit-history .th {
|
||||||
|
height: 20px;
|
||||||
|
}
|
||||||
|
#addressbook-edit_addressbook-edit-history tbody {
|
||||||
|
display: table-header-group;
|
||||||
|
vertical-align: top;
|
||||||
|
}
|
||||||
|
button.button_more {
|
||||||
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||||
|
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
color: #000000;
|
||||||
|
padding-left: 30px !important;
|
||||||
|
background-position: 6px center;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-size: 20px auto;
|
||||||
|
width: auto;
|
||||||
|
height: 32px;
|
||||||
|
background-image: url('../images/bearbeiten.png');
|
||||||
|
}
|
||||||
|
div.addressbook.edit.general table {
|
||||||
|
border-top: 0px;
|
||||||
|
}
|
||||||
|
div.addressbook.edit.general table tr td img {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
div.addressbook.edit.general table img:nth-child(1) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
div.addressbook.edit.general table img:nth-child(2) {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
.countrySelect select {
|
||||||
|
width: 150px;
|
||||||
|
}
|
||||||
|
.custom_country input {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.contactid:before {
|
||||||
|
content: "#";
|
||||||
|
}
|
||||||
|
.emailCol div {
|
||||||
|
overflow: hidden;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.redItalic {
|
||||||
|
color: red;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
.fixedHeight,
|
||||||
|
.telNumbers {
|
||||||
|
height: 30px;
|
||||||
|
}
|
||||||
|
.telNumbers {
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
.leftPad5 {
|
||||||
|
padding-left: 5px;
|
||||||
|
}
|
||||||
|
.bold {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
.fileas select,
|
||||||
|
.fileas,
|
||||||
|
.owner select,
|
||||||
|
.owner {
|
||||||
|
font-weight: bold;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.photo img,
|
||||||
|
.iphoto img {
|
||||||
|
width: 60px;
|
||||||
|
}
|
||||||
|
.uploadphoto {
|
||||||
|
background-color: #FFFFFF;
|
||||||
|
border: 2px solid black;
|
||||||
|
display: none;
|
||||||
|
left: 48px;
|
||||||
|
padding: 4px;
|
||||||
|
position: absolute;
|
||||||
|
top: 168px;
|
||||||
|
}
|
||||||
|
.checkAllArrow {
|
||||||
|
padding-right: 5px;
|
||||||
|
}
|
||||||
|
.typeIcon {
|
||||||
|
height: 16px;
|
||||||
|
width: 16px;
|
||||||
|
}
|
||||||
|
.editphones,
|
||||||
|
.editname {
|
||||||
|
background-color: #FFFFFF;
|
||||||
|
border: 2px solid black;
|
||||||
|
display: none;
|
||||||
|
left: 30%;
|
||||||
|
padding: 4px;
|
||||||
|
position: absolute;
|
||||||
|
top: 10%;
|
||||||
|
}
|
||||||
|
.editname {
|
||||||
|
left: 137px;
|
||||||
|
top: 160px;
|
||||||
|
}
|
||||||
|
.windowheader {
|
||||||
|
background-image: url("../../../phpgwapi/templates/idots/images/appbox-header-background.png");
|
||||||
|
background-repeat: repeat-x;
|
||||||
|
border-bottom: 1px solid #9C9C9C;
|
||||||
|
border-collapse: collapse;
|
||||||
|
border-spacing: 0;
|
||||||
|
height: 20px;
|
||||||
|
}
|
||||||
|
.emailGroup table {
|
||||||
|
height: 87px;
|
||||||
|
}
|
||||||
|
.space {
|
||||||
|
width: 80px;
|
||||||
|
}
|
||||||
|
.noWrap {
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
.customfields td {
|
||||||
|
line-height: 12px;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
.image16 img {
|
||||||
|
height: 16px;
|
||||||
|
}
|
527
addressbook/templates/pixelegg/app.less
Executable file
@ -0,0 +1,527 @@
|
|||||||
|
/**
|
||||||
|
* EGroupware: CSS with less preprocessor
|
||||||
|
*
|
||||||
|
* Please do NOT change app.css directly, instead change app.less and compile it!
|
||||||
|
*
|
||||||
|
* @link http://www.egroupware.org
|
||||||
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||||
|
* @author Stefan Reinhardt <stefan.reinhardt@pixelegg.de>
|
||||||
|
* @package addressbook
|
||||||
|
* @version $Id$
|
||||||
|
*/
|
||||||
|
|
||||||
|
@import (reference) "../../../pixelegg/less/def_buttons.less";
|
||||||
|
@import (reference) "../../../pixelegg/less/def_design_pattern_color_font_shadow.less";
|
||||||
|
|
||||||
|
//**********************************
|
||||||
|
// iframe
|
||||||
|
|
||||||
|
div#addressbook-index{
|
||||||
|
min-height: 700px;
|
||||||
|
height: auto !important;
|
||||||
|
|
||||||
|
// ###########################
|
||||||
|
// linke Box
|
||||||
|
// ##########################
|
||||||
|
div.et2_hbox_left{
|
||||||
|
|
||||||
|
padding: 1em;
|
||||||
|
// Org View
|
||||||
|
select#addressbook-index_org_view{
|
||||||
|
.Complete_Button_select;
|
||||||
|
height: 35px;
|
||||||
|
margin-top: 0;
|
||||||
|
&:hover{
|
||||||
|
.Complete_Button_select_hover;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
} // linke Box
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// ###########################
|
||||||
|
// rechte Box
|
||||||
|
// ###########################
|
||||||
|
div.et2_hbox_right {
|
||||||
|
width: 360px;
|
||||||
|
margin-right: 1em;
|
||||||
|
|
||||||
|
|
||||||
|
// Typ
|
||||||
|
select.et2_selectbox{
|
||||||
|
.Complete_Button_select;
|
||||||
|
height: 35px;
|
||||||
|
margin-left: 5px;
|
||||||
|
|
||||||
|
&:hover{.Complete_Button_select_hover;}
|
||||||
|
&:focus{.Complete_Button_select_focus;}
|
||||||
|
}
|
||||||
|
|
||||||
|
// erweiterte Suche
|
||||||
|
button#addressbook-index_search{
|
||||||
|
|
||||||
|
.background-color-10-gray;
|
||||||
|
.color-100-gray;
|
||||||
|
|
||||||
|
.Complete_Button_text_icon_before;
|
||||||
|
background-image:url('../../pixelegg/images/erweiterte-suche.png') !important;
|
||||||
|
padding-left: 0px;
|
||||||
|
&:hover{ background-image:url('../../pixelegg/images/erweiterte-suche.png'); .Complete_Button_text_icon_before_hover;}
|
||||||
|
&:focus{ background-image:url('../../pixelegg/images/erweiterte-suche.png'); .Complete_Button_text_icon_before_active;}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
// hinzufügen
|
||||||
|
button#addressbook-index_add{
|
||||||
|
.Complete_Button_add;
|
||||||
|
|
||||||
|
&:hover {.Complete_Button_add_hover;}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
} // rechte Box
|
||||||
|
|
||||||
|
// ###########################
|
||||||
|
// Favoriten
|
||||||
|
|
||||||
|
#addressbook-index_favorite_wrapper{
|
||||||
|
|
||||||
|
img{width: 16px;}
|
||||||
|
|
||||||
|
.et2_dropdown {
|
||||||
|
|
||||||
|
.Complete_Button_Icon_normal;
|
||||||
|
// .background-color-25-gray;
|
||||||
|
|
||||||
|
button#addressbook-index_favorite {
|
||||||
|
img{width: 16px; .Complete_Button_Icon_normal;}
|
||||||
|
}
|
||||||
|
|
||||||
|
button{}
|
||||||
|
|
||||||
|
.ui-state-default,
|
||||||
|
.ui-widget-content .ui-state-default,
|
||||||
|
.ui-widget-header .ui-state-default {
|
||||||
|
|
||||||
|
.background-color-25-gray;
|
||||||
|
color: #000;
|
||||||
|
background-image: none !important;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
} // Favoriten
|
||||||
|
|
||||||
|
|
||||||
|
// Filter
|
||||||
|
.filters{
|
||||||
|
#addressbook-index_cat_id{width: 7%;}
|
||||||
|
#addressbook-index_filter{width:7%;}
|
||||||
|
#addressbook-index_filter2{width: 10%;}
|
||||||
|
|
||||||
|
|
||||||
|
}// Filter
|
||||||
|
|
||||||
|
table.egwGridView_outer{
|
||||||
|
// border-collapse: inherit;
|
||||||
|
width: 99%;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// Einstellungen Listenausgabe
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} // iframe
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
//******************************************************************
|
||||||
|
// sidebar
|
||||||
|
|
||||||
|
#egw_fw_sidemenu{
|
||||||
|
|
||||||
|
//Tabelle mit Ansichten des Kalenders
|
||||||
|
|
||||||
|
.egw_fw_ui_category_content{
|
||||||
|
|
||||||
|
table {margin-left: -14px;}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Bilder für Favoriten
|
||||||
|
|
||||||
|
img.sideboxstar {
|
||||||
|
// background-image: url("../../../phpgwapi/templates/idots/images/orange-ball.png");
|
||||||
|
// background-repeat: no-repeat;
|
||||||
|
// display: inline-block;
|
||||||
|
// margin: 0 1px;
|
||||||
|
// padding: 1px;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
select {margin-top: -5px;}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// Dialog Addressbuch bearbeiten und alle weiteren
|
||||||
|
// #####################################################
|
||||||
|
|
||||||
|
|
||||||
|
div#addressbook-edit,
|
||||||
|
div#addressbook-search{
|
||||||
|
|
||||||
|
// .box_shadow_dialog;
|
||||||
|
// .border_radius_button_normal;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0.5em;
|
||||||
|
|
||||||
|
// Choosen Adresse
|
||||||
|
.chzn-container { width: 60% !important;}
|
||||||
|
|
||||||
|
|
||||||
|
.et2_tabheader {margin-top: 0px;background-color:transparent;}
|
||||||
|
// Tabelle
|
||||||
|
table.editphones{
|
||||||
|
width: auto !important;
|
||||||
|
top: 5%;
|
||||||
|
.box_shadow_standard_light;
|
||||||
|
}
|
||||||
|
table.addressbook_edit_general{
|
||||||
|
// background: red;
|
||||||
|
|
||||||
|
border-top: 0px;
|
||||||
|
|
||||||
|
tr td:first-child {width: 100px;}
|
||||||
|
tr td {width: 200px;}
|
||||||
|
|
||||||
|
table tr td:first-child {width: 60px;}
|
||||||
|
table tr td {width: 200px;}
|
||||||
|
|
||||||
|
|
||||||
|
//Name
|
||||||
|
input#addressbook-edit_n_fn {width: 200px;}
|
||||||
|
|
||||||
|
// Name bearbeiten
|
||||||
|
table.editname {
|
||||||
|
.background-color-10-gray;
|
||||||
|
// position: relative;
|
||||||
|
// top: -20px;
|
||||||
|
z-index: 10;
|
||||||
|
font-size: 1.5em;
|
||||||
|
|
||||||
|
tr td:first-child {width: 100px !important;}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
//Titel
|
||||||
|
input#addressbook-edit_title {width: 200px;}
|
||||||
|
//Role
|
||||||
|
input#addressbook-edit_role {width: 200px;}
|
||||||
|
|
||||||
|
//Organisation
|
||||||
|
input#addressbook-edit_org_name {width: 286px;}
|
||||||
|
//unit
|
||||||
|
input#addressbook-edit_org_unit {width: 286px;}
|
||||||
|
// Street
|
||||||
|
input#addressbook-edit_adr_one_street,
|
||||||
|
input#addressbook-edit_adr_one_street2 {width: 286px;}
|
||||||
|
|
||||||
|
// PLZ + Ort
|
||||||
|
input#addressbook-edit_adr_one_postalcode {width: 50px;}
|
||||||
|
input#addressbook-edit_adr_one_locality {width: 225px;}
|
||||||
|
|
||||||
|
// Choosen Adresse
|
||||||
|
.chzn-container { width: 300px !important;}
|
||||||
|
|
||||||
|
//region
|
||||||
|
input#addressbook-edit_adr_one_region {width: 286px;}
|
||||||
|
|
||||||
|
|
||||||
|
//Owner
|
||||||
|
select.owner {width: 300px;}
|
||||||
|
} // generell
|
||||||
|
|
||||||
|
|
||||||
|
// Telefonnummer:
|
||||||
|
fieldset.phoneGroup {
|
||||||
|
border: none;
|
||||||
|
margin-bottom: 0;
|
||||||
|
margin-top: 12px;
|
||||||
|
height: auto;
|
||||||
|
.background-color-15-gray;
|
||||||
|
.border_radius_button_normal;
|
||||||
|
legend { text-transform: uppercase;}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
fieldset.phoneGroup * img {display: none !important; width: 20px;} // Bilder ausblenden
|
||||||
|
|
||||||
|
.phoneGroup table {
|
||||||
|
// height: 122px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// Email
|
||||||
|
fieldset.emailGroup {
|
||||||
|
border: none;
|
||||||
|
margin-bottom: 0;
|
||||||
|
margin-top: 10px;
|
||||||
|
height: auto;
|
||||||
|
.background-color-15-gray;
|
||||||
|
.border_radius_button_normal;
|
||||||
|
legend { text-transform: uppercase;}
|
||||||
|
|
||||||
|
a.et2_url:after {
|
||||||
|
content: "\221E";
|
||||||
|
font-size: 1.5em;
|
||||||
|
|
||||||
|
}
|
||||||
|
a.et2_url {margin-left: -40px;}
|
||||||
|
a.et2_url.url {background-size: 15px 15px; background-image: none;}
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
fieldset.emailGroup * img {display: none !important; width: 20px;} // Bilder ausblenden
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} // edit
|
||||||
|
|
||||||
|
#addressbook-edit_addressbook-edit-general{
|
||||||
|
// Länderauswahl
|
||||||
|
#addressbook_edit_adr_one_countrycode_chzn{
|
||||||
|
width: 200px !important;
|
||||||
|
// background-color: red !important;
|
||||||
|
padding-top: 1em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// ################### Tab 2 / Kategorien ########################
|
||||||
|
//
|
||||||
|
// addressbook-edit_addressbook.edit.cats
|
||||||
|
// in Adressbuch css ausgelagert
|
||||||
|
|
||||||
|
//div#addressbook-edit_addressbook~\.edit~\.cats {background-color: red;}
|
||||||
|
|
||||||
|
// ################## Tab 3 / Privat #############################
|
||||||
|
|
||||||
|
#addressbook-edit_addressbook-edit-home{
|
||||||
|
|
||||||
|
// content: "hello I´m there";
|
||||||
|
|
||||||
|
|
||||||
|
// Länderauswahl
|
||||||
|
|
||||||
|
#addressbook_edit_adr_two_countrycode_chzn{
|
||||||
|
width: 200px !important;
|
||||||
|
// background-color: red !important;
|
||||||
|
padding-top: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Timezone
|
||||||
|
#addressbook_edit_tz_chzn{
|
||||||
|
width: 15% !important;
|
||||||
|
padding-top: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
// Verknüpfungen
|
||||||
|
|
||||||
|
#addressbook-edit_addressbook-edit-links,
|
||||||
|
#addressbook-search_addressbook-edit-links{
|
||||||
|
.th{ height: 20px;}
|
||||||
|
tbody{
|
||||||
|
display: table-header-group;
|
||||||
|
vertical-align: top;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Verteilerliste
|
||||||
|
|
||||||
|
#addressbook-edit_addressbook-edit-distribution_list,
|
||||||
|
#addressbook-search_addressbook-edit-distribution_list{
|
||||||
|
.th{ height: 20px;}
|
||||||
|
tbody{
|
||||||
|
display: table-header-group;
|
||||||
|
vertical-align: top;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Extra
|
||||||
|
|
||||||
|
#addressbook-edit_addressbook-edit-custom,
|
||||||
|
#addressbook-search_addressbook-edit-custom{
|
||||||
|
.th{ height: 20px;}
|
||||||
|
tbody{
|
||||||
|
display: table-header-group;
|
||||||
|
vertical-align: top;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Privat
|
||||||
|
|
||||||
|
#addressbook-edit_addressbook-edit-custom_private,
|
||||||
|
#addressbook-search_addressbook-edit-custom_private{
|
||||||
|
.th{ height: 20px;}
|
||||||
|
tbody{
|
||||||
|
display: table-header-group;
|
||||||
|
vertical-align: top;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// History
|
||||||
|
|
||||||
|
#addressbook-edit_addressbook-edit-history{
|
||||||
|
.th{ height: 20px;}
|
||||||
|
tbody{
|
||||||
|
display: table-header-group;
|
||||||
|
vertical-align: top;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// ################## Tab 4 Details ###############################
|
||||||
|
// mehr...Phonebuch
|
||||||
|
|
||||||
|
button.button_more {
|
||||||
|
.Complete_Button_text_icon_before;
|
||||||
|
background-image:url('../images/bearbeiten.png');
|
||||||
|
}
|
||||||
|
// #####################################################
|
||||||
|
// Adresse editieren
|
||||||
|
|
||||||
|
div.addressbook.edit.general{
|
||||||
|
|
||||||
|
table {
|
||||||
|
border-top: 0px;
|
||||||
|
tr td img {display: none;}
|
||||||
|
// Adressbuchbild unsichtbar
|
||||||
|
img:nth-child(1) {display:none;}
|
||||||
|
// Bild hochladen
|
||||||
|
img:nth-child(2) {cursor:pointer;}
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
.cursorHand {
|
||||||
|
}
|
||||||
|
.countrySelect select {
|
||||||
|
width: 150px;
|
||||||
|
}
|
||||||
|
.custom_country input {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.contactid:before {
|
||||||
|
content: "#";
|
||||||
|
}
|
||||||
|
.emailCol div {
|
||||||
|
overflow: hidden;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.redItalic {
|
||||||
|
color: red;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
.fixedHeight, .telNumbers {
|
||||||
|
height: 30px;
|
||||||
|
|
||||||
|
}
|
||||||
|
.telNumbers {
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
.leftPad5 {
|
||||||
|
padding-left: 5px;
|
||||||
|
}
|
||||||
|
.bold {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
.fileas select, .fileas, .owner select, .owner {
|
||||||
|
font-weight: bold;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.photo img, .iphoto img {
|
||||||
|
width: 60px;
|
||||||
|
}
|
||||||
|
.photo img {
|
||||||
|
}
|
||||||
|
.uploadphoto {
|
||||||
|
background-color: #FFFFFF;
|
||||||
|
border: 2px solid black;
|
||||||
|
display: none;
|
||||||
|
left: 48px;
|
||||||
|
padding: 4px;
|
||||||
|
position: absolute;
|
||||||
|
top: 168px;
|
||||||
|
}
|
||||||
|
.checkAllArrow {
|
||||||
|
padding-right: 5px;
|
||||||
|
}
|
||||||
|
.typeIcon {
|
||||||
|
height: 16px;
|
||||||
|
width: 16px;
|
||||||
|
}
|
||||||
|
.editphones, .editname {
|
||||||
|
background-color: #FFFFFF;
|
||||||
|
border: 2px solid black;
|
||||||
|
display: none;
|
||||||
|
left: 30%;
|
||||||
|
padding: 4px;
|
||||||
|
position: absolute;
|
||||||
|
top: 10%;
|
||||||
|
}
|
||||||
|
.editname {
|
||||||
|
left: 137px;
|
||||||
|
top: 160px;
|
||||||
|
}
|
||||||
|
.windowheader {
|
||||||
|
background-image: url("../../../phpgwapi/templates/idots/images/appbox-header-background.png");
|
||||||
|
background-repeat: repeat-x;
|
||||||
|
border-bottom: 1px solid #9C9C9C;
|
||||||
|
border-collapse: collapse;
|
||||||
|
border-spacing: 0;
|
||||||
|
height: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
.emailGroup table {
|
||||||
|
height: 87px;
|
||||||
|
}
|
||||||
|
.space {
|
||||||
|
width: 80px;
|
||||||
|
}
|
||||||
|
.noWrap {
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
.customfields {
|
||||||
|
}
|
||||||
|
.customfields td {
|
||||||
|
line-height: 12px;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
.image16 img {
|
||||||
|
height: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// Ende Addressbuch
|
@ -5,7 +5,7 @@
|
|||||||
*
|
*
|
||||||
* @link http://www.egroupware.org
|
* @link http://www.egroupware.org
|
||||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||||
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
* @author Stefan Reinhardt <stefan.reinhardt@pixelegg.de>
|
||||||
* @package calendar
|
* @package calendar
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -13,7 +13,7 @@
|
|||||||
margin-top: 0em;
|
margin-top: 0em;
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
.egw_fw_ui_category_content img.sideboxstar {
|
img.sideboxstar {
|
||||||
width: 14px;
|
width: 14px;
|
||||||
height: 14px;
|
height: 14px;
|
||||||
background-color: #f0f0f0;
|
background-color: #f0f0f0;
|
||||||
@ -27,7 +27,7 @@
|
|||||||
padding: 3px;
|
padding: 3px;
|
||||||
margin: 1px;
|
margin: 1px;
|
||||||
}
|
}
|
||||||
.egw_fw_ui_category_content img.sideboxstar:hover {
|
img.sideboxstar:hover {
|
||||||
background-color: #b3b3b3 !important;
|
background-color: #b3b3b3 !important;
|
||||||
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||||
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||||
@ -37,7 +37,7 @@
|
|||||||
-moz-border-radius: 3px;
|
-moz-border-radius: 3px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.egw_fw_ui_category_content .chzn-container {
|
.chzn-container {
|
||||||
max-width: 85% !important;
|
max-width: 85% !important;
|
||||||
margin-top: 0em;
|
margin-top: 0em;
|
||||||
}
|
}
|
||||||
@ -330,45 +330,6 @@ div#calendar-edit #calendar-edit_calendar-edit-participants tbody div#calendar-e
|
|||||||
div#calendar-edit #calendar-edit_calendar-edit-participants tbody select#calendar-edit_role {
|
div#calendar-edit #calendar-edit_calendar-edit-participants tbody select#calendar-edit_role {
|
||||||
margin-top: 6px;
|
margin-top: 6px;
|
||||||
}
|
}
|
||||||
div#calendar-edit #calendar-edit_calendar-edit-participants tbody #calendar-edit_add {
|
|
||||||
background-color: #0b5fa4;
|
|
||||||
color: #FFF;
|
|
||||||
text-shadow: none;
|
|
||||||
height: 35px;
|
|
||||||
background-image: none !important;
|
|
||||||
-webkit-border-radius: 3px;
|
|
||||||
-webkit-border-top-left-radius: 20px;
|
|
||||||
-moz-border-radius: 3px;
|
|
||||||
-moz-border-radius-topleft: 20px;
|
|
||||||
border-radius: 3px;
|
|
||||||
border-top-left-radius: 20px;
|
|
||||||
height: 28px;
|
|
||||||
padding: 0px !important;
|
|
||||||
margin: 0px;
|
|
||||||
}
|
|
||||||
div#calendar-edit #calendar-edit_calendar-edit-participants tbody #calendar-edit_add:before {
|
|
||||||
content: "+";
|
|
||||||
font-size: 2em;
|
|
||||||
color: #ffc200;
|
|
||||||
}
|
|
||||||
div#calendar-edit #calendar-edit_calendar-edit-participants tbody #calendar-edit_add:before {
|
|
||||||
content: "+";
|
|
||||||
font-size: 2em;
|
|
||||||
color: #ffc200;
|
|
||||||
}
|
|
||||||
div#calendar-edit #calendar-edit_calendar-edit-participants tbody #calendar-edit_add:hover {
|
|
||||||
background-color: #66a1d2 !important;
|
|
||||||
color: #ffc200;
|
|
||||||
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
|
||||||
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
|
||||||
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
|
||||||
-webkit-border-radius: 3px;
|
|
||||||
-webkit-border-top-left-radius: 20px;
|
|
||||||
-moz-border-radius: 3px;
|
|
||||||
-moz-border-radius-topleft: 20px;
|
|
||||||
border-radius: 3px;
|
|
||||||
border-top-left-radius: 20px;
|
|
||||||
}
|
|
||||||
div#calendar-edit #calendar-edit_calendar-edit-recurrence tbody {
|
div#calendar-edit #calendar-edit_calendar-edit-recurrence tbody {
|
||||||
display: table;
|
display: table;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -385,45 +346,6 @@ div#calendar-edit #calendar-edit_calendar-edit-alarms tbody {
|
|||||||
display: table;
|
display: table;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
div#calendar-edit #calendar-edit_calendar-edit-alarms tbody button {
|
|
||||||
background-color: #0b5fa4;
|
|
||||||
color: #FFF;
|
|
||||||
text-shadow: none;
|
|
||||||
height: 35px;
|
|
||||||
background-image: none !important;
|
|
||||||
-webkit-border-radius: 3px;
|
|
||||||
-webkit-border-top-left-radius: 20px;
|
|
||||||
-moz-border-radius: 3px;
|
|
||||||
-moz-border-radius-topleft: 20px;
|
|
||||||
border-radius: 3px;
|
|
||||||
border-top-left-radius: 20px;
|
|
||||||
height: 28px;
|
|
||||||
padding: 0px !important;
|
|
||||||
margin: 0px;
|
|
||||||
}
|
|
||||||
div#calendar-edit #calendar-edit_calendar-edit-alarms tbody button:before {
|
|
||||||
content: "+";
|
|
||||||
font-size: 2em;
|
|
||||||
color: #ffc200;
|
|
||||||
}
|
|
||||||
div#calendar-edit #calendar-edit_calendar-edit-alarms tbody button:before {
|
|
||||||
content: "+";
|
|
||||||
font-size: 2em;
|
|
||||||
color: #ffc200;
|
|
||||||
}
|
|
||||||
div#calendar-edit #calendar-edit_calendar-edit-alarms tbody button:hover {
|
|
||||||
background-color: #66a1d2 !important;
|
|
||||||
color: #ffc200;
|
|
||||||
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
|
||||||
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
|
||||||
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
|
||||||
-webkit-border-radius: 3px;
|
|
||||||
-webkit-border-top-left-radius: 20px;
|
|
||||||
-moz-border-radius: 3px;
|
|
||||||
-moz-border-radius-topleft: 20px;
|
|
||||||
border-radius: 3px;
|
|
||||||
border-top-left-radius: 20px;
|
|
||||||
}
|
|
||||||
div#calendar-edit #calendar-edit_calendar-edit-history {
|
div#calendar-edit #calendar-edit_calendar-edit-history {
|
||||||
max-width: 800px;
|
max-width: 800px;
|
||||||
}
|
}
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
*
|
*
|
||||||
* @link http://www.egroupware.org
|
* @link http://www.egroupware.org
|
||||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||||
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
* @author Stefan Reinhardt <stefan.reinhardt@pixelegg.de>
|
||||||
* @package calendar
|
* @package calendar
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -31,7 +31,7 @@
|
|||||||
// Seitenleiste
|
// Seitenleiste
|
||||||
// Ansichten
|
// Ansichten
|
||||||
|
|
||||||
.egw_fw_ui_category_content{
|
//.egw_fw_ui_category_content{
|
||||||
|
|
||||||
|
|
||||||
img.sideboxstar {
|
img.sideboxstar {
|
||||||
@ -49,7 +49,7 @@
|
|||||||
.chzn-container {max-width: 85% !important; margin-top: 0em}
|
.chzn-container {max-width: 85% !important; margin-top: 0em}
|
||||||
|
|
||||||
|
|
||||||
}
|
//}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -426,15 +426,15 @@ div#calendar-edit{
|
|||||||
|
|
||||||
// hinzufügen button
|
// hinzufügen button
|
||||||
|
|
||||||
#calendar-edit_add {
|
// #calendar-edit_add {
|
||||||
|
//
|
||||||
.Complete_Button_add;
|
// .Complete_Button_add;
|
||||||
height: 28px;
|
// height: 28px;
|
||||||
padding: 0px !important;
|
// padding: 0px !important;
|
||||||
margin: 0px;
|
// margin: 0px;
|
||||||
&:hover {.Complete_Button_add_hover;}
|
// &:hover {.Complete_Button_add_hover;}
|
||||||
|
//
|
||||||
}
|
// }
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -477,15 +477,15 @@ div#calendar-edit{
|
|||||||
|
|
||||||
// hinzufügen
|
// hinzufügen
|
||||||
|
|
||||||
button {
|
// button {
|
||||||
|
//
|
||||||
.Complete_Button_add;
|
// .Complete_Button_add;
|
||||||
height: 28px;
|
// height: 28px;
|
||||||
padding: 0px !important;
|
// padding: 0px !important;
|
||||||
margin: 0px;
|
// margin: 0px;
|
||||||
&:hover {.Complete_Button_add_hover;}
|
// &:hover {.Complete_Button_add_hover;}
|
||||||
|
//
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
960
calendar/templates/pixelegg/app.css
Executable file
@ -0,0 +1,960 @@
|
|||||||
|
/**
|
||||||
|
* EGroupware: CSS with less preprocessor
|
||||||
|
*
|
||||||
|
* Please do NOT change app.css directly, instead change app.less and compile it!
|
||||||
|
*
|
||||||
|
* @link http://www.egroupware.org
|
||||||
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||||
|
* @author Stefan Reinhardt <stefan.reinhardt@pixelegg.de>
|
||||||
|
* @package calendar
|
||||||
|
* @version $Id$
|
||||||
|
*/
|
||||||
|
.egw_fw_ui_category_content {
|
||||||
|
padding-left: 0px !important;
|
||||||
|
}
|
||||||
|
img.sideboxstar {
|
||||||
|
width: 14px;
|
||||||
|
height: 14px;
|
||||||
|
background-color: #f0f0f0;
|
||||||
|
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||||
|
-webkit-border-radius: 3px;
|
||||||
|
-moz-border-radius: 3px;
|
||||||
|
border-radius: 3px;
|
||||||
|
padding: 3px;
|
||||||
|
margin: 1px;
|
||||||
|
}
|
||||||
|
img.sideboxstar:hover {
|
||||||
|
background-color: #b3b3b3 !important;
|
||||||
|
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||||
|
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||||
|
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||||
|
border: 1px solid rgba(0, 0, 0, 0.5);
|
||||||
|
-webkit-border-radius: 3px;
|
||||||
|
-moz-border-radius: 3px;
|
||||||
|
border-radius: 3px;
|
||||||
|
}
|
||||||
|
.chzn-container {
|
||||||
|
max-width: 85% !important;
|
||||||
|
margin-top: 0em;
|
||||||
|
}
|
||||||
|
.egw_fw_content_browser_iframe {
|
||||||
|
margin-top: 0em;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
.calendar_calDayColHeader img {
|
||||||
|
height: 16px;
|
||||||
|
width: 16px;
|
||||||
|
}
|
||||||
|
/* calender view*/
|
||||||
|
/*defind in layout_raster.less , because frame*/
|
||||||
|
span#start {
|
||||||
|
margin-right: 1em;
|
||||||
|
}
|
||||||
|
/* The main calendar widget. DIV containing a table. */
|
||||||
|
div.calendar {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
/* Header part -- contains navigation buttons and day names. */
|
||||||
|
.calendar {
|
||||||
|
/* The body part -- contains all the days in month. */
|
||||||
|
/* The footer part -- status bar and "Close" button */
|
||||||
|
/* Combo boxes (menus that display months/years for direct selection) */
|
||||||
|
}
|
||||||
|
.calendar .button {
|
||||||
|
/* "<<", "<", ">", ">>" buttons have this class */
|
||||||
|
text-align: center;
|
||||||
|
/* They are the navigation buttons */
|
||||||
|
padding: 2px;
|
||||||
|
/* Make the buttons seem like they're pressing */
|
||||||
|
}
|
||||||
|
.calendar .nav {
|
||||||
|
background: url(menuarrow.gif) no-repeat 100% 100%;
|
||||||
|
background-color: #ffc200;
|
||||||
|
}
|
||||||
|
.calendar thead .title {
|
||||||
|
/* This holds the current "month, year" */
|
||||||
|
font-weight: bold;
|
||||||
|
/* Pressing it will take you to the current date */
|
||||||
|
text-align: center;
|
||||||
|
background: #679fd2;
|
||||||
|
color: #000;
|
||||||
|
padding: 2px;
|
||||||
|
}
|
||||||
|
.calendar thead .headrow {
|
||||||
|
/* Row <TR> containing navigation buttons */
|
||||||
|
background-color: #ffc200;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
.calendar thead .daynames {
|
||||||
|
/* Row <TR> containing the day names */
|
||||||
|
background-color: #b3b3b3 !important;
|
||||||
|
}
|
||||||
|
.calendar thead .name {
|
||||||
|
/* Cells <TD> containing the day names */
|
||||||
|
border-bottom: 1px solid #556;
|
||||||
|
padding: 2px;
|
||||||
|
text-align: center;
|
||||||
|
color: #000;
|
||||||
|
}
|
||||||
|
.calendar thead .weekend {
|
||||||
|
/* How a weekend day name shows in header */
|
||||||
|
color: #a66;
|
||||||
|
}
|
||||||
|
.calendar thead .hilite {
|
||||||
|
/* How do the buttons in header appear when hover */
|
||||||
|
background-color: #ffffff;
|
||||||
|
color: #000;
|
||||||
|
border: 1px solid;
|
||||||
|
border-color: #808080;
|
||||||
|
padding: 1px;
|
||||||
|
}
|
||||||
|
.calendar thead .active {
|
||||||
|
/* Active (pressed) buttons in header */
|
||||||
|
background-color: #408dd2;
|
||||||
|
padding: 2px 0px 0px 2px;
|
||||||
|
}
|
||||||
|
.calendar tbody .day {
|
||||||
|
/* Cells <TD> containing month days dates */
|
||||||
|
width: 2em;
|
||||||
|
color: #456;
|
||||||
|
text-align: right;
|
||||||
|
padding: 2px 4px 2px 2px;
|
||||||
|
}
|
||||||
|
.calendar tbody .day.othermonth {
|
||||||
|
font-size: 80%;
|
||||||
|
color: #bbb;
|
||||||
|
}
|
||||||
|
.calendar tbody .day.othermonth.oweekend {
|
||||||
|
color: #fbb;
|
||||||
|
}
|
||||||
|
.calendar tbody .rowhilite td {
|
||||||
|
background-color: #bfbfbf;
|
||||||
|
}
|
||||||
|
.calendar tbody .rowhilite td.wn {
|
||||||
|
background: #eef;
|
||||||
|
}
|
||||||
|
.calendar tbody td.hilite {
|
||||||
|
/* Hovered cells <TD> */
|
||||||
|
background: #def;
|
||||||
|
padding: 1px 3px 1px 1px;
|
||||||
|
border: 1px solid #bbb;
|
||||||
|
}
|
||||||
|
.calendar tbody td.active {
|
||||||
|
/* Active (pressed) cells <TD> */
|
||||||
|
background: #cde;
|
||||||
|
padding: 2px 2px 0px 2px;
|
||||||
|
}
|
||||||
|
.calendar tbody td.selected {
|
||||||
|
/* Cell showing today date */
|
||||||
|
font-weight: bold;
|
||||||
|
border: 1px solid #000;
|
||||||
|
padding: 1px 3px 1px 1px;
|
||||||
|
background: #fff;
|
||||||
|
color: #000;
|
||||||
|
}
|
||||||
|
.calendar tbody td.weekend {
|
||||||
|
/* Cells showing weekend days */
|
||||||
|
color: #a66;
|
||||||
|
}
|
||||||
|
.calendar tbody td.today {
|
||||||
|
/* Cell showing selected date */
|
||||||
|
font-weight: bold;
|
||||||
|
color: #00f;
|
||||||
|
}
|
||||||
|
.calendar tbody .disabled {
|
||||||
|
color: #999;
|
||||||
|
}
|
||||||
|
.calendar tbody .emptycell {
|
||||||
|
/* Empty cells (the best is to hide them) */
|
||||||
|
visibility: hidden;
|
||||||
|
}
|
||||||
|
.calendar tbody .emptyrow {
|
||||||
|
/* Empty row (some months need less than 6 rows) */
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.calendar table .wn {
|
||||||
|
padding: 2px 3px 2px 2px;
|
||||||
|
border-right: 1px solid #000;
|
||||||
|
background-color: #b3b3b3 !important;
|
||||||
|
}
|
||||||
|
.calendar tfoot .footrow {
|
||||||
|
/* The <TR> in footer (only one right now) */
|
||||||
|
text-align: center;
|
||||||
|
background: #556;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
.calendar tfoot .ttip {
|
||||||
|
/* Tooltip (status bar) cell <TD> */
|
||||||
|
background: #fff;
|
||||||
|
color: #445;
|
||||||
|
border-top: 1px solid #556;
|
||||||
|
padding: 1px;
|
||||||
|
}
|
||||||
|
.calendar tfoot .hilite {
|
||||||
|
/* Hover style for buttons in footer */
|
||||||
|
background: #aaf;
|
||||||
|
border: 1px solid #04f;
|
||||||
|
color: #000;
|
||||||
|
padding: 1px;
|
||||||
|
}
|
||||||
|
.calendar tfoot .active {
|
||||||
|
/* Active (pressed) style for buttons in footer */
|
||||||
|
background: #77c;
|
||||||
|
padding: 2px 0px 0px 2px;
|
||||||
|
}
|
||||||
|
.calendar .combo {
|
||||||
|
position: absolute;
|
||||||
|
display: none;
|
||||||
|
top: 0px;
|
||||||
|
left: 0px;
|
||||||
|
width: 4em;
|
||||||
|
cursor: default;
|
||||||
|
border: 1px solid #655;
|
||||||
|
background: #def;
|
||||||
|
color: #000;
|
||||||
|
font-size: 90%;
|
||||||
|
}
|
||||||
|
.calendar .combo .label,
|
||||||
|
.calendar .combo .label-IEfix {
|
||||||
|
text-align: center;
|
||||||
|
padding: 1px;
|
||||||
|
}
|
||||||
|
.calendar .combo .label-IEfix {
|
||||||
|
width: 4em;
|
||||||
|
}
|
||||||
|
.calendar .combo .hilite {
|
||||||
|
background: #acf;
|
||||||
|
}
|
||||||
|
.calendar .combo .active {
|
||||||
|
border-top: 1px solid #46a;
|
||||||
|
border-bottom: 1px solid #46a;
|
||||||
|
background: #eef;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
.calendar td.time {
|
||||||
|
border-top: 1px solid #000;
|
||||||
|
padding: 1px 0px;
|
||||||
|
text-align: center;
|
||||||
|
background-color: #f4f0e8;
|
||||||
|
}
|
||||||
|
.calendar td.time .hour,
|
||||||
|
.calendar td.time .minute,
|
||||||
|
.calendar td.time .ampm {
|
||||||
|
padding: 0px 3px 0px 4px;
|
||||||
|
border: 1px solid #889;
|
||||||
|
font-weight: bold;
|
||||||
|
background-color: #fff;
|
||||||
|
}
|
||||||
|
.calendar td.time .ampm {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.calendar td.time .colon {
|
||||||
|
padding: 0px 2px 0px 3px;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
.calendar td.time span.hilite {
|
||||||
|
border-color: #000;
|
||||||
|
background-color: #b3b3b3 !important;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
.calendar td.time span.active {
|
||||||
|
border-color: #f00;
|
||||||
|
background-color: #000;
|
||||||
|
color: #0f0;
|
||||||
|
}
|
||||||
|
div#calendar-edit {
|
||||||
|
width: 870px;
|
||||||
|
padding: 5px;
|
||||||
|
}
|
||||||
|
div#calendar-edit label.et2_label {
|
||||||
|
padding: 0 2px;
|
||||||
|
}
|
||||||
|
div#calendar-edit .chzn-container {
|
||||||
|
padding-top: 1em;
|
||||||
|
}
|
||||||
|
div#calendar-edit .et2_tabheader {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
div#calendar-edit #calendar-edit_calendar-edit-general {
|
||||||
|
display: block;
|
||||||
|
float: left;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
div#calendar-edit #calendar-edit_calendar-edit-general table.et2_grid {
|
||||||
|
width: auto !important;
|
||||||
|
}
|
||||||
|
div#calendar-edit #calendar-edit_calendar-edit-general table.et2_grid td {
|
||||||
|
padding: 4px;
|
||||||
|
}
|
||||||
|
div#calendar-edit #calendar-edit_calendar-edit-general table.et2_grid #calendar-edit_duration {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
div#calendar-edit #calendar-edit_calendar-edit-general table.et2_grid button#calendar-edit_freetime {
|
||||||
|
background-image: url('../images/search.png') !important;
|
||||||
|
}
|
||||||
|
div#calendar-edit #calendar-edit_calendar-edit-general table.et2_grid .et2_date {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
div#calendar-edit #calendar-edit_calendar-edit-general #calendar-edit_category {
|
||||||
|
border: 1px solid;
|
||||||
|
border-color: #bfbfbf;
|
||||||
|
-webkit-border-radius: 3px;
|
||||||
|
-moz-border-radius: 3px;
|
||||||
|
border-radius: 3px;
|
||||||
|
}
|
||||||
|
div#calendar-edit #calendar-edit_calendar-edit-participants tbody {
|
||||||
|
display: table;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
div#calendar-edit #calendar-edit_calendar-edit-participants tbody td {
|
||||||
|
vertical-align: top;
|
||||||
|
padding-top: 3px;
|
||||||
|
}
|
||||||
|
div#calendar-edit #calendar-edit_calendar-edit-participants tbody span.ui-icon-search {
|
||||||
|
background-size: 16px 16px;
|
||||||
|
}
|
||||||
|
div#calendar-edit #calendar-edit_calendar-edit-participants tbody div#calendar-edit_resource {
|
||||||
|
margin: 5px 0 10px 0;
|
||||||
|
}
|
||||||
|
div#calendar-edit #calendar-edit_calendar-edit-participants tbody div#calendar-edit_resource select {
|
||||||
|
margin-right: 3px;
|
||||||
|
}
|
||||||
|
div#calendar-edit #calendar-edit_calendar-edit-participants tbody select#calendar-edit_role {
|
||||||
|
margin-top: 6px;
|
||||||
|
}
|
||||||
|
div#calendar-edit #calendar-edit_calendar-edit-recurrence tbody {
|
||||||
|
display: table;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
div#calendar-edit #calendar-edit_calendar-edit-custom tbody {
|
||||||
|
display: table;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
div#calendar-edit #calendar-edit_calendar-edit-links tbody {
|
||||||
|
display: table;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
div#calendar-edit #calendar-edit_calendar-edit-alarms tbody {
|
||||||
|
display: table;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
div#calendar-edit #calendar-edit_calendar-edit-history {
|
||||||
|
max-width: 800px;
|
||||||
|
}
|
||||||
|
div#calendar-edit #calendar-edit_calendar-edit-history tbody {
|
||||||
|
display: table-row-group;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.calendar_inputFullWidth input {
|
||||||
|
width: 60%;
|
||||||
|
}
|
||||||
|
/******************************************************************
|
||||||
|
* CSS settings for the day, week and month view (timeGridWidget) *
|
||||||
|
******************************************************************/
|
||||||
|
/*
|
||||||
|
Names used in the "graphic" are the css classes from this file.
|
||||||
|
The function names in class uiviews have the leading cal removed and a trailing Widget added:
|
||||||
|
e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget method of uiviews.
|
||||||
|
|
||||||
|
+++ calendar_calTimeGrid +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||||
|
+ #### calendar_calDayCols[12h|NoGrip] ###########################################################
|
||||||
|
+ #... calendar_calDayCol ............................. ... calendar_calDayCol ..........................
|
||||||
|
+ #.+- calendar_calDayColHeader ---------------------+. .+- calendar_calDayColHeader ------------------+.
|
||||||
|
+ #.| |. .| |.
|
||||||
|
+ #.+---------------------------------------+. .+------------------------------------+.
|
||||||
|
+.calendar_calTimeRowTime.#.** calendar_calEventCol ***** ** calendar_calEventCol *****. .** calendar_calEventCol ***********************.
|
||||||
|
+. .#.* * * *. .* *.
|
||||||
|
+. .#.* * * *. .* *.
|
||||||
|
+................#.*+- calendar_calEvent -----+* * *. .* *.
|
||||||
|
+.calendar_calTimeRowTime.#.*| |* * *. .*+- calendar_calEvent[Private] --------------+*.
|
||||||
|
+. .#.*| |* *+- calendar_calEvent -----+*. .*| |*.
|
||||||
|
+. .#.*+----------------+* *| |*. .*| |*.
|
||||||
|
+................#.* * *| |*. .*| |*.
|
||||||
|
+.calendar_calTimeRowTime.#.* * *+----------------+*. .*| |*.
|
||||||
|
+. .#.* * * *. .*+----------------------------------+*.
|
||||||
|
|
||||||
|
*/
|
||||||
|
.calendar_size120b {
|
||||||
|
font-size: 120%;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
/* marks a day in the colum-header as today
|
||||||
|
*/
|
||||||
|
.calendar_calToday {
|
||||||
|
background-color: #ffc200;
|
||||||
|
}
|
||||||
|
/* marks a day in the colum-header as holiday
|
||||||
|
*/
|
||||||
|
.calendar_calHoliday {
|
||||||
|
background-color: #9b6ad6;
|
||||||
|
}
|
||||||
|
.calendar_calHoliday a {
|
||||||
|
color: #ffffff;
|
||||||
|
font-size: 0.9em;
|
||||||
|
}
|
||||||
|
/* marks a day in the column-header additionaly as birthday of some contact,
|
||||||
|
* it should work together with the backgrounds of calendar_calToday, calendar_calHoliday, th, row_on and row_off
|
||||||
|
*/
|
||||||
|
.calendar_calBirthday,
|
||||||
|
.calendar_calBirthday a {
|
||||||
|
color: black;
|
||||||
|
font-weight: bold;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
/* timeGridWidget, contains timeRow's and dayCol's
|
||||||
|
*/
|
||||||
|
.calendar_calTimeGrid {
|
||||||
|
position: relative;
|
||||||
|
top: 0px;
|
||||||
|
left: 0px;
|
||||||
|
border: 1px solid silver;
|
||||||
|
width: 99%;
|
||||||
|
background-color: #f0f0f0;
|
||||||
|
/* set via inline style on runtime:
|
||||||
|
* height:
|
||||||
|
*/
|
||||||
|
}
|
||||||
|
/* single row in the time-line, always used in conjunction with row_{on|off}, you dont need to set a bgcolor, but you can
|
||||||
|
*/
|
||||||
|
.calendar_calTimeRow,
|
||||||
|
.calendar_calTimeRowOff {
|
||||||
|
position: absolute;
|
||||||
|
width: 100%;
|
||||||
|
/* set via inline style on runtime:
|
||||||
|
* height:
|
||||||
|
* top:
|
||||||
|
*/
|
||||||
|
}
|
||||||
|
.calendar_calTimeRow {
|
||||||
|
/* background-color: silver; */
|
||||||
|
background-color: #fafafa;
|
||||||
|
}
|
||||||
|
/* time in a timeRow
|
||||||
|
*/
|
||||||
|
.calendar_calTimeRowTime {
|
||||||
|
padding-left: 5px;
|
||||||
|
height: 100%;
|
||||||
|
line-height: 14px;
|
||||||
|
font-size: 8pt;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
/* contains (multiple) dayCol's
|
||||||
|
*/
|
||||||
|
.calendar_calDayCols,
|
||||||
|
.calendar_calDayCols12h,
|
||||||
|
.calendar_calDayColsNoGrid {
|
||||||
|
position: absolute;
|
||||||
|
top: 0px;
|
||||||
|
/* bottom: 0px; does NOT work in IE, IE needs height: 100%! */
|
||||||
|
height: 100%;
|
||||||
|
left: 45px;
|
||||||
|
right: 0px;
|
||||||
|
}
|
||||||
|
/* 12h timeformat with am/pm
|
||||||
|
*/
|
||||||
|
.calendar_calDayCols12h {
|
||||||
|
left: 65px;
|
||||||
|
}
|
||||||
|
/* no time grid --> no time column
|
||||||
|
*/
|
||||||
|
.calendar_calDayColsNoTime {
|
||||||
|
left: 0px;
|
||||||
|
}
|
||||||
|
/* contains (multiple) eventCol's
|
||||||
|
*/
|
||||||
|
.calendar_calDayCol {
|
||||||
|
position: absolute;
|
||||||
|
top: 0px;
|
||||||
|
height: 100%;
|
||||||
|
/* set via inline style on runtime:
|
||||||
|
* left:
|
||||||
|
* width:
|
||||||
|
*/
|
||||||
|
border-left: 1px solid silver;
|
||||||
|
}
|
||||||
|
/* Calendar Id #
|
||||||
|
*/
|
||||||
|
.calendar_calId:before {
|
||||||
|
content: "#";
|
||||||
|
}
|
||||||
|
/* header for the dayCol
|
||||||
|
*/
|
||||||
|
.calendar_calDayColHeader,
|
||||||
|
.calendar_calGridHeader {
|
||||||
|
position: absolute;
|
||||||
|
top: 0px;
|
||||||
|
left: 0px;
|
||||||
|
width: 100%;
|
||||||
|
right: 0px;
|
||||||
|
/* does not work in IE, but looks better in other browsers then width:100% */
|
||||||
|
text-align: center;
|
||||||
|
font-size: 100%;
|
||||||
|
white-space: nowrap;
|
||||||
|
border-bottom: 1px solid silver;
|
||||||
|
border-right: 1px solid silver;
|
||||||
|
height: 16px;
|
||||||
|
line-height: 12px;
|
||||||
|
z-index: 30;
|
||||||
|
}
|
||||||
|
.calendar_calDayColHeader img {
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.calendar_calViewUserNameBox {
|
||||||
|
position: absolute;
|
||||||
|
top: -1px;
|
||||||
|
width: 95%;
|
||||||
|
text-align: left;
|
||||||
|
font-size: 120%;
|
||||||
|
white-space: nowrap;
|
||||||
|
border: 1px solid gray;
|
||||||
|
height: 17px;
|
||||||
|
left: -1px;
|
||||||
|
padding-top: 0px;
|
||||||
|
padding-left: 10px;
|
||||||
|
background: #dac0c0;
|
||||||
|
}
|
||||||
|
.calendar_calViewUserName {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
.calendar_calViewUserName:first-letter {
|
||||||
|
text-transform: uppercase;
|
||||||
|
}
|
||||||
|
.calendar_calViewUserNameFirst:after {
|
||||||
|
content: ", ";
|
||||||
|
}
|
||||||
|
/* header of the time-grid, eg. for the weeks in the month-view (leftmost of the day-col-headers)
|
||||||
|
*/
|
||||||
|
.calendar_calGridHeader {
|
||||||
|
text-align: left;
|
||||||
|
padding-left: 3px;
|
||||||
|
}
|
||||||
|
/* contains (multiple) events's
|
||||||
|
*/
|
||||||
|
.calendar_calEventCol {
|
||||||
|
position: absolute;
|
||||||
|
top: 0px;
|
||||||
|
/* bottom: 0px; does NOT work in IE, IE needs height: 100%! */
|
||||||
|
height: 100%;
|
||||||
|
/* set via inline style on runtime:
|
||||||
|
* left:
|
||||||
|
* width:
|
||||||
|
*/
|
||||||
|
}
|
||||||
|
/* contains one event: header-row & -body
|
||||||
|
*/
|
||||||
|
.calendar_calEvent,
|
||||||
|
.calendar_calEventPrivate {
|
||||||
|
position: absolute;
|
||||||
|
left: 0px;
|
||||||
|
right: 0px;
|
||||||
|
overflow: hidden;
|
||||||
|
z-index: 20;
|
||||||
|
border-width: 1px;
|
||||||
|
border-radius: 6px;
|
||||||
|
-moz-border-radius: 6px;
|
||||||
|
-webkit-border-radius: 6px;
|
||||||
|
/* set via inline style on runtime:
|
||||||
|
* top: depending on startime
|
||||||
|
* height: depending on length
|
||||||
|
* border-color: depending on category
|
||||||
|
* background: depending on category (shade)
|
||||||
|
*/
|
||||||
|
}
|
||||||
|
.calendar_calEvent:hover {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* All participants accepted the invitation
|
||||||
|
*/
|
||||||
|
.calendar_calEventAllAccepted {
|
||||||
|
border-style: solid;
|
||||||
|
border-width: 1px;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* All participants answered the invitation, but not all accepted
|
||||||
|
*/
|
||||||
|
.calendar_calEventAllAnswered {
|
||||||
|
border-style: dotted;
|
||||||
|
border-width: 2px;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* Some participants did NOT answer the invitation
|
||||||
|
*/
|
||||||
|
.calendar_calEventSomeUnknown {
|
||||||
|
border-style: dashed;
|
||||||
|
border-width: 1px;
|
||||||
|
}
|
||||||
|
.calendar_calEventTooltip {
|
||||||
|
border-radius: 6px;
|
||||||
|
-moz-border-radius: 6px;
|
||||||
|
-webkit-border-radius: 6px;
|
||||||
|
max-height: 400px;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
.calendar_calAddEvent {
|
||||||
|
position: absolute;
|
||||||
|
width: 100%;
|
||||||
|
z-index: 10;
|
||||||
|
}
|
||||||
|
.calendar_calAddEvent:hover {
|
||||||
|
background-color: #ffdd73;
|
||||||
|
cursor: pointer;
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
/* header-row of the event
|
||||||
|
*/
|
||||||
|
.calendar_calEventHeader,
|
||||||
|
.calendar_calEventHeaderSmall {
|
||||||
|
position: relative;
|
||||||
|
/* as the calendar_calEventIcons use postion: absolute! */
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 9pt;
|
||||||
|
text-align: left;
|
||||||
|
left: 0px;
|
||||||
|
right: 0px;
|
||||||
|
padding-left: 2px;
|
||||||
|
/* set via inline style on runtime
|
||||||
|
* background-color: depending on category
|
||||||
|
* color: white || black depending on cat;
|
||||||
|
*/
|
||||||
|
}
|
||||||
|
.calendar_calEventHeaderSmall {
|
||||||
|
font-size: 8pt;
|
||||||
|
line-height: 10pt;
|
||||||
|
}
|
||||||
|
.calendar_calEventIcons {
|
||||||
|
position: absolute;
|
||||||
|
right: 0px;
|
||||||
|
top: 0px;
|
||||||
|
}
|
||||||
|
.calendar_calEventIcons img {
|
||||||
|
height: 16px;
|
||||||
|
}
|
||||||
|
.calendar_calEventHeaderSmall .calendar_calEventIcons img {
|
||||||
|
height: 13px;
|
||||||
|
}
|
||||||
|
/* body of the event
|
||||||
|
*/
|
||||||
|
.calendar_calEventBody,
|
||||||
|
.calendar_calEventBodySmall {
|
||||||
|
padding: 0px 3px 0px;
|
||||||
|
left: 2px;
|
||||||
|
right: 2px;
|
||||||
|
height: 99%;
|
||||||
|
}
|
||||||
|
.calendar_calEventBodySmall {
|
||||||
|
font-size: 95%;
|
||||||
|
}
|
||||||
|
.calendar_calEventLabel {
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 90%;
|
||||||
|
}
|
||||||
|
.calendar_calEventTitle {
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 110%;
|
||||||
|
}
|
||||||
|
/* table of the dayView containing 2 cols: 1) day-view, 2) todos
|
||||||
|
*/
|
||||||
|
.calendar_calDayView {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
/* calDayTods is the day-view's todo column, containing the calDayTodoHeader and the calDayTodoTable
|
||||||
|
*/
|
||||||
|
.calendar_calDayTodos .calendar_calDayTodosHeader {
|
||||||
|
margin: 0px;
|
||||||
|
padding: 2px;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
.calendar_calDayTodos .calendar_calDayTodosHeader a img {
|
||||||
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||||
|
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
color: #000000;
|
||||||
|
height: 16px;
|
||||||
|
width: 16px;
|
||||||
|
}
|
||||||
|
.calendar_calDayTodos .calendar_calDayTodosHeader a img:hover {
|
||||||
|
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||||
|
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||||
|
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||||
|
background-color: inherit !important;
|
||||||
|
}
|
||||||
|
.calendar_calDayTodos .calendar_calDayTodosTable {
|
||||||
|
overflow: auto;
|
||||||
|
max-height: 400px;
|
||||||
|
}
|
||||||
|
.calendar_calDayTodos {
|
||||||
|
width: 250px;
|
||||||
|
margin-left: 10px;
|
||||||
|
border: 1px solid silver;
|
||||||
|
}
|
||||||
|
.calendar_calDayTodosHeader {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
/******************************************************
|
||||||
|
* CSS settings for the planner views (calendar_plannerWidget) *
|
||||||
|
******************************************************/
|
||||||
|
/* calendar_plannerWidget represents the whole planner, consiting of the calendar_plannerHeader and multiple plannerRowWidgets
|
||||||
|
*/
|
||||||
|
.calendar_plannerWidget {
|
||||||
|
position: relative;
|
||||||
|
top: 0px;
|
||||||
|
left: 0px;
|
||||||
|
width: 99.5%;
|
||||||
|
border: 1px solid gray;
|
||||||
|
padding-right: 3px;
|
||||||
|
}
|
||||||
|
/* calendar_plannerHeader contains a calendar_plannerHeaderTitle and multiple calendar_plannerHeaderRows
|
||||||
|
*/
|
||||||
|
.calendar_plannerHeader {
|
||||||
|
position: relative;
|
||||||
|
top: 0px;
|
||||||
|
left: 0px;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
/* calendar_plannerRowWidget contains a calendar_plannerRowHeader and multiple eventRowWidgets in an calendar_eventRows
|
||||||
|
*/
|
||||||
|
.calendar_plannerRowWidget {
|
||||||
|
position: relative;
|
||||||
|
top: 0px;
|
||||||
|
left: 0px;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
/* calendar_plannerScale represents a scale-row of the calendar_plannerHeader, containing multiple planner{Day|Week|Month}Scales
|
||||||
|
*/
|
||||||
|
.calendar_plannerScale,
|
||||||
|
.calendar_plannerScaleDay {
|
||||||
|
position: relative;
|
||||||
|
top: 0px;
|
||||||
|
left: 0%;
|
||||||
|
width: 100%;
|
||||||
|
height: 20px;
|
||||||
|
line-height: 20px;
|
||||||
|
}
|
||||||
|
.calendar_plannerScaleDay {
|
||||||
|
height: 28px;
|
||||||
|
line-height: 14px;
|
||||||
|
}
|
||||||
|
.calendar_plannerDayScale,
|
||||||
|
.calendar_plannerMonthScale,
|
||||||
|
.calendar_plannerWeekScale,
|
||||||
|
.calendar_plannerHourScale,
|
||||||
|
.calendar_plannerDayOfMonthScale {
|
||||||
|
position: absolute;
|
||||||
|
top: 0px;
|
||||||
|
/* left+width: is set by the code on runtime */
|
||||||
|
text-align: center;
|
||||||
|
height: 100%;
|
||||||
|
border: 1px solid white;
|
||||||
|
/* set via inline style on runtime:
|
||||||
|
* left:
|
||||||
|
* width:
|
||||||
|
*/
|
||||||
|
}
|
||||||
|
.calendar_plannerHourScale {
|
||||||
|
font-size: 90%;
|
||||||
|
}
|
||||||
|
.calendar_plannerDayScale {
|
||||||
|
font-size: 90%;
|
||||||
|
}
|
||||||
|
.calendar_plannerWeekScale {
|
||||||
|
line-height: 20px;
|
||||||
|
}
|
||||||
|
.calendar_plannerMonthScale {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
.calendar_plannerDayScale img,
|
||||||
|
.calendar_plannerWeekScale img,
|
||||||
|
.calendar_plannerMonthScale img,
|
||||||
|
.calendar_plannerDayOfMonthScale img {
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
/* calendar_plannerRowHeader contains the user or category name of the calendar_plannerRowWidget
|
||||||
|
*/
|
||||||
|
.calendar_plannerRowHeader,
|
||||||
|
.calendar_plannerHeaderTitle {
|
||||||
|
position: absolute;
|
||||||
|
top: 0px;
|
||||||
|
left: 0%;
|
||||||
|
width: auto;
|
||||||
|
/* need to be identical for calendar_plannerRowHeader and calendar_plannerHeaderTitle and match left of calendar_eventRows/calendar_plannerHeaderRows */
|
||||||
|
height: 100%;
|
||||||
|
line-height: 20px;
|
||||||
|
border: 1px solid white;
|
||||||
|
}
|
||||||
|
/* calendar_eventRows contain multiple eventRowWidgets
|
||||||
|
*/
|
||||||
|
.calendar_eventRows,
|
||||||
|
.calendar_plannerHeaderRows {
|
||||||
|
position: relative;
|
||||||
|
top: 0px;
|
||||||
|
left: 15%;
|
||||||
|
/* need to be identical for calendar_eventRows and calendar_plannerHeaderRows and match width of calendar_plannerRowHeader/calendar_plannerHeaderTitle */
|
||||||
|
width: 85%;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* Filler for month with less then 31 days in yearly planner
|
||||||
|
*/
|
||||||
|
.calendar_eventRowsFiller {
|
||||||
|
position: absolute;
|
||||||
|
top: 0px;
|
||||||
|
height: 93%;
|
||||||
|
background-color: white;
|
||||||
|
border: 1px dashed gray;
|
||||||
|
border-right: none;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* Weekend or other special days in yearly planner
|
||||||
|
*/
|
||||||
|
.calendar_eventRowsMarkedDay {
|
||||||
|
position: absolute;
|
||||||
|
top: 0px;
|
||||||
|
height: 100%;
|
||||||
|
z-index: 10;
|
||||||
|
}
|
||||||
|
/* calendar_eventRowWidget contains non-overlapping events
|
||||||
|
*/
|
||||||
|
.calendar_eventRowWidget {
|
||||||
|
position: relative;
|
||||||
|
top: 0px;
|
||||||
|
left: 0px;
|
||||||
|
width: 100%;
|
||||||
|
height: 20px;
|
||||||
|
border: 1px solid white;
|
||||||
|
}
|
||||||
|
.calendar_plannerEvent,
|
||||||
|
.calendar_plannerEventPrivate {
|
||||||
|
position: absolute;
|
||||||
|
top: 0px;
|
||||||
|
height: 100%;
|
||||||
|
overflow: hidden;
|
||||||
|
z-index: 20;
|
||||||
|
border: 1px solid black;
|
||||||
|
min-width: 5%;
|
||||||
|
/* set via inline style on runtime:
|
||||||
|
* left: depending on startime
|
||||||
|
* width: depending on length
|
||||||
|
* background-color: depending on category
|
||||||
|
*/
|
||||||
|
}
|
||||||
|
.calendar_plannerEvent img,
|
||||||
|
.calendar_plannerEventPrivate img {
|
||||||
|
padding-top: 2px;
|
||||||
|
width: 16px;
|
||||||
|
height: 16px;
|
||||||
|
}
|
||||||
|
.calendar_plannerEvent:hover {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
/* Special colors for the year view */
|
||||||
|
.calendar_cal_year_legend_weekend {
|
||||||
|
background-color: #CCCCCC;
|
||||||
|
}
|
||||||
|
.calendar_cal_year_legend {
|
||||||
|
background-color: #EFEFEF;
|
||||||
|
}
|
||||||
|
.calendar_cal_year_legend {
|
||||||
|
background-color: #FFFFCC;
|
||||||
|
z-index: 0;
|
||||||
|
}
|
||||||
|
.calendar_cal_year_weekend {
|
||||||
|
background-color: #F9F9CC;
|
||||||
|
z-index: 0;
|
||||||
|
}
|
||||||
|
.calendar_cal_year_today {
|
||||||
|
border-color: #EE0000;
|
||||||
|
border-width: 2px;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* edit series or exception popup used in eventWidget and
|
||||||
|
* delete series and exceptions popup used in edit event
|
||||||
|
*/
|
||||||
|
#calendar-edit_calendar-delete_series {
|
||||||
|
position: fixed;
|
||||||
|
top: 200px;
|
||||||
|
left: 500px;
|
||||||
|
z-index: 20000;
|
||||||
|
display: none;
|
||||||
|
border-collapse: collapse;
|
||||||
|
border-spacing: 0px;
|
||||||
|
background-color: #fff;
|
||||||
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||||
|
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
color: #000000;
|
||||||
|
}
|
||||||
|
#delete_series {
|
||||||
|
top: 100px;
|
||||||
|
left: 200px;
|
||||||
|
}
|
||||||
|
#delete_series input,
|
||||||
|
#edit_series input {
|
||||||
|
margin: 8px;
|
||||||
|
}
|
||||||
|
#dialog-content {
|
||||||
|
display: block;
|
||||||
|
height: 100px;
|
||||||
|
padding: 6px;
|
||||||
|
color: #666666;
|
||||||
|
font-size: 13px;
|
||||||
|
margin: -2px -1px 0px -2px;
|
||||||
|
width: 410px;
|
||||||
|
}
|
||||||
|
/** #####################################################################################
|
||||||
|
* @package preferences
|
||||||
|
* ######################################################################################
|
||||||
|
*/
|
||||||
|
table.prefTable {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
tr.prefRow {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
td.prefName {
|
||||||
|
width: 50%;
|
||||||
|
}
|
||||||
|
tr.prefRow > td {
|
||||||
|
vertical-align: bottom;
|
||||||
|
/* otherwise help will cover bigger prefValue */
|
||||||
|
}
|
||||||
|
.prefHelp {
|
||||||
|
position: absolute;
|
||||||
|
right: 55%;
|
||||||
|
display: none;
|
||||||
|
width: 33%;
|
||||||
|
-webkit-border-radius: 3px;
|
||||||
|
-moz-border-radius: 3px;
|
||||||
|
border-radius: 3px;
|
||||||
|
background-color: #f0f0f0;
|
||||||
|
border-color: #808080;
|
||||||
|
cursor: pointer;
|
||||||
|
background-color: #ffc200;
|
||||||
|
}
|
||||||
|
tr.prefRow:hover .prefHelp {
|
||||||
|
display: block;
|
||||||
|
z-index: 10;
|
||||||
|
/* FF: displays it under next prefName without */
|
||||||
|
}
|
||||||
|
.prefDefault,
|
||||||
|
.prefValue {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
.prefValue {
|
||||||
|
margin-right: 5px;
|
||||||
|
}
|
||||||
|
.prefValue textarea,
|
||||||
|
textarea.prefValue {
|
||||||
|
width: 99%;
|
||||||
|
height: 5em;
|
||||||
|
}
|
||||||
|
.prefType,
|
||||||
|
.prefApp {
|
||||||
|
font-size: 150%;
|
||||||
|
display: inline-block;
|
||||||
|
padding-bottom: 5px;
|
||||||
|
}
|
1119
calendar/templates/pixelegg/app.less
Executable file
BIN
calendar/templates/pixelegg/images/new.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
@ -174,7 +174,7 @@ input[type=button] {
|
|||||||
.et2_button_icon {
|
.et2_button_icon {
|
||||||
border: none;
|
border: none;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
padding: 2px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
button.et2_button_text:hover,
|
button.et2_button_text:hover,
|
||||||
input[type=button]:hover {
|
input[type=button]:hover {
|
||||||
|
@ -184,7 +184,7 @@ a.et2_url.url {
|
|||||||
.et2_button_icon {
|
.et2_button_icon {
|
||||||
border: none;
|
border: none;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
padding: 2px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
button.et2_button_text:hover, input[type=button]:hover {
|
button.et2_button_text:hover, input[type=button]:hover {
|
||||||
color: #050505;
|
color: #050505;
|
||||||
|
15
home/templates/pixelegg/app.css
Executable file
@ -0,0 +1,15 @@
|
|||||||
|
/**
|
||||||
|
* EGroupware: CSS with less preprocessor
|
||||||
|
*
|
||||||
|
* Please do NOT change app.css directly, instead change app.less and compile it!
|
||||||
|
*
|
||||||
|
* @link http://www.egroupware.org
|
||||||
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||||
|
* @author Stefan Reinhardt <stefan.reinhardt@pixelegg.de>
|
||||||
|
* @package home
|
||||||
|
* @version $Id$
|
||||||
|
*/
|
||||||
|
#divMain img {
|
||||||
|
width: 16px;
|
||||||
|
height: 16px;
|
||||||
|
}
|
24
home/templates/pixelegg/app.less
Executable file
@ -0,0 +1,24 @@
|
|||||||
|
/**
|
||||||
|
* EGroupware: CSS with less preprocessor
|
||||||
|
*
|
||||||
|
* Please do NOT change app.css directly, instead change app.less and compile it!
|
||||||
|
*
|
||||||
|
* @link http://www.egroupware.org
|
||||||
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||||
|
* @author Stefan Reinhardt <stefan.reinhardt@pixelegg.de>
|
||||||
|
* @package home
|
||||||
|
* @version $Id$
|
||||||
|
*/
|
||||||
|
|
||||||
|
@import (reference) "../../../pixelegg/less/def_buttons.less";
|
||||||
|
@import (reference) "../../../pixelegg/less/def_design_pattern_color_font_shadow.less";
|
||||||
|
|
||||||
|
|
||||||
|
// Dialog: Kalender Ressourcen
|
||||||
|
|
||||||
|
#divMain {
|
||||||
|
|
||||||
|
img {width: 16px; height: 16px;}
|
||||||
|
|
||||||
|
}
|
||||||
|
//
|
@ -2,7 +2,7 @@
|
|||||||
* EGroupware: CSS with less preprocessor
|
* EGroupware: CSS with less preprocessor
|
||||||
*
|
*
|
||||||
* Please do NOT change app.css directly, instead change app.less and compile it!
|
* Please do NOT change app.css directly, instead change app.less and compile it!
|
||||||
*
|
* Pixleegg Template app.css
|
||||||
* @link http://www.egroupware.org
|
* @link http://www.egroupware.org
|
||||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||||
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
||||||
@ -26,45 +26,6 @@ span#favorite_sidebox_infolog .sidebox-favorites favorites li a div.ui-icon-hear
|
|||||||
padding: 0 0em;
|
padding: 0 0em;
|
||||||
margin-right: 0em;
|
margin-right: 0em;
|
||||||
}
|
}
|
||||||
#infolog-index #infolog-index_nm .nextmatch_header div.ui-helper-clearfix div.et2_hbox_right div.et2_box_widget,
|
|
||||||
#infolog-index #infolog-index_nm .nextmatch_header div.ui-helper-reset div.et2_hbox_right div.et2_box_widget {
|
|
||||||
background-color: #0b5fa4;
|
|
||||||
color: #FFF;
|
|
||||||
text-shadow: none;
|
|
||||||
background-image: none !important;
|
|
||||||
-webkit-border-radius: 3px;
|
|
||||||
-webkit-border-top-left-radius: 20px;
|
|
||||||
-moz-border-radius: 3px;
|
|
||||||
-moz-border-radius-topleft: 20px;
|
|
||||||
border-radius: 3px;
|
|
||||||
border-top-left-radius: 20px;
|
|
||||||
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
||||||
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
||||||
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
||||||
height: 35px;
|
|
||||||
}
|
|
||||||
#infolog-index #infolog-index_nm .nextmatch_header div.ui-helper-clearfix div.et2_hbox_right div.et2_box_widget:before,
|
|
||||||
#infolog-index #infolog-index_nm .nextmatch_header div.ui-helper-reset div.et2_hbox_right div.et2_box_widget:before {
|
|
||||||
content: "+";
|
|
||||||
font-size: 2em;
|
|
||||||
color: #ffc200;
|
|
||||||
}
|
|
||||||
#infolog-index #infolog-index_nm .nextmatch_header div.ui-helper-clearfix div.et2_hbox_right div.et2_box_widget:before,
|
|
||||||
#infolog-index #infolog-index_nm .nextmatch_header div.ui-helper-reset div.et2_hbox_right div.et2_box_widget:before {
|
|
||||||
content: "+";
|
|
||||||
font-size: 2em;
|
|
||||||
color: #ffc200;
|
|
||||||
}
|
|
||||||
#infolog-index #infolog-index_nm .nextmatch_header div.ui-helper-clearfix div.et2_hbox_right div.et2_box_widget .infolog_headertext,
|
|
||||||
#infolog-index #infolog-index_nm .nextmatch_header div.ui-helper-reset div.et2_hbox_right div.et2_box_widget .infolog_headertext {
|
|
||||||
color: #FFF !important;
|
|
||||||
}
|
|
||||||
#infolog-index #infolog-index_nm .nextmatch_header div.ui-helper-clearfix div.et2_hbox_right div.et2_box_widget:hover,
|
|
||||||
#infolog-index #infolog-index_nm .nextmatch_header div.ui-helper-reset div.et2_hbox_right div.et2_box_widget:hover {
|
|
||||||
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
|
||||||
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
|
||||||
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
|
||||||
}
|
|
||||||
#infolog-index #infolog-index_nm .nextmatch_header div#infolog-index_favorite_wrapper ul#infolog-index_favorite_menu {
|
#infolog-index #infolog-index_nm .nextmatch_header div#infolog-index_favorite_wrapper ul#infolog-index_favorite_menu {
|
||||||
border-color: #bfbfbf;
|
border-color: #bfbfbf;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
@ -103,7 +64,7 @@ span#favorite_sidebox_infolog .sidebox-favorites favorites li a div.ui-icon-hear
|
|||||||
#infolog-index #infolog-index_nm .egwGridView_scrollarea {
|
#infolog-index #infolog-index_nm .egwGridView_scrollarea {
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
#infolog-index #infolog-index_nm .egwGridView_scrollarea table.egwGridView_grid img {
|
#infolog-index #infolog-index_nm .egwGridView_scrollarea table.egwGridView_grid img[src] {
|
||||||
height: 16px;
|
height: 16px;
|
||||||
width: 16px;
|
width: 16px;
|
||||||
}
|
}
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
* EGroupware: CSS with less preprocessor
|
* EGroupware: CSS with less preprocessor
|
||||||
*
|
*
|
||||||
* Please do NOT change app.css directly, instead change app.less and compile it!
|
* Please do NOT change app.css directly, instead change app.less and compile it!
|
||||||
*
|
* Pixleegg Template app.css
|
||||||
* @link http://www.egroupware.org
|
* @link http://www.egroupware.org
|
||||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||||
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
||||||
@ -72,18 +72,18 @@ span#favorite_sidebox_infolog{
|
|||||||
padding: 0 0em;
|
padding: 0 0em;
|
||||||
margin-right: 0em;
|
margin-right: 0em;
|
||||||
|
|
||||||
div.et2_box_widget{
|
// div.et2_box_widget{
|
||||||
.Complete_Button_add;
|
// .Complete_Button_add;
|
||||||
// .Complete_Button_text;
|
//// .Complete_Button_text;
|
||||||
.border_radius_button_lefttop;
|
// .border_radius_button_lefttop;
|
||||||
.box_shadow_standard_light;
|
// .box_shadow_standard_light;
|
||||||
height: 35px;
|
// height: 35px;
|
||||||
.infolog_headertext{color: #FFF !important;}
|
// .infolog_headertext{color: #FFF !important;}
|
||||||
|
//
|
||||||
&:hover {.box_shadow_standard_light_hover;}
|
// &:hover {.box_shadow_standard_light_hover;}
|
||||||
|
//
|
||||||
|
//
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -167,7 +167,7 @@ span#favorite_sidebox_infolog{
|
|||||||
|
|
||||||
table.egwGridView_grid {
|
table.egwGridView_grid {
|
||||||
|
|
||||||
img{height: 16px; width: 16px;}
|
img[src]{height: 16px; width: 16px;}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -237,5 +237,3 @@ td.inputFullWidth{
|
|||||||
input#infolog-edit_info_addr{}
|
input#infolog-edit_info_addr{}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
157
infolog/templates/pixelegg/app.css
Executable file
@ -0,0 +1,157 @@
|
|||||||
|
/**
|
||||||
|
* EGroupware: CSS with less preprocessor
|
||||||
|
*
|
||||||
|
* Please do NOT change app.css directly, instead change app.less and compile it!
|
||||||
|
* Pixleegg Template app.css
|
||||||
|
* @link http://www.egroupware.org
|
||||||
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||||
|
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
||||||
|
* @package infolog
|
||||||
|
* @version $Id$
|
||||||
|
*/
|
||||||
|
span#favorite_sidebox_infolog .favorites li a div.ui-icon-heart {
|
||||||
|
background-image: none;
|
||||||
|
}
|
||||||
|
span#favorite_sidebox_infolog .favorites li img.sideboxstar {
|
||||||
|
-webkit-box-shadow: none;
|
||||||
|
-moz-box-shadow: none;
|
||||||
|
box-shadow: none;
|
||||||
|
border: 0px;
|
||||||
|
background-size: contain;
|
||||||
|
}
|
||||||
|
#infolog-index {
|
||||||
|
height: auto !important;
|
||||||
|
}
|
||||||
|
#infolog-index table.et2_grid {
|
||||||
|
border-top: 0px;
|
||||||
|
}
|
||||||
|
#infolog-index #infolog-index_nm {
|
||||||
|
min-height: 900px;
|
||||||
|
}
|
||||||
|
#infolog-index #infolog-index_nm .nextmatch_header div.ui-helper-clearfix div.et2_hbox_right,
|
||||||
|
#infolog-index #infolog-index_nm .nextmatch_header div.ui-helper-reset div.et2_hbox_right {
|
||||||
|
padding: 0 0em;
|
||||||
|
margin-right: 0em;
|
||||||
|
}
|
||||||
|
#infolog-index #infolog-index_nm .nextmatch_header div.ui-helper-clearfix div.et2_hbox_right div.et2_box_widget,
|
||||||
|
#infolog-index #infolog-index_nm .nextmatch_header div.ui-helper-reset div.et2_hbox_right div.et2_box_widget {
|
||||||
|
background-color: #0b5fa4;
|
||||||
|
color: #FFF;
|
||||||
|
text-shadow: none;
|
||||||
|
background-image: none !important;
|
||||||
|
-webkit-border-radius: 3px;
|
||||||
|
-webkit-border-top-left-radius: 20px;
|
||||||
|
-moz-border-radius: 3px;
|
||||||
|
-moz-border-radius-topleft: 20px;
|
||||||
|
border-radius: 3px;
|
||||||
|
border-top-left-radius: 20px;
|
||||||
|
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
height: 35px;
|
||||||
|
}
|
||||||
|
#infolog-index #infolog-index_nm .nextmatch_header div.ui-helper-clearfix div.et2_hbox_right div.et2_box_widget:before,
|
||||||
|
#infolog-index #infolog-index_nm .nextmatch_header div.ui-helper-reset div.et2_hbox_right div.et2_box_widget:before {
|
||||||
|
content: "+";
|
||||||
|
font-size: 2em;
|
||||||
|
color: #ffc200;
|
||||||
|
}
|
||||||
|
#infolog-index #infolog-index_nm .nextmatch_header div.ui-helper-clearfix div.et2_hbox_right div.et2_box_widget .infolog_headertext,
|
||||||
|
#infolog-index #infolog-index_nm .nextmatch_header div.ui-helper-reset div.et2_hbox_right div.et2_box_widget .infolog_headertext {
|
||||||
|
color: #FFF !important;
|
||||||
|
}
|
||||||
|
#infolog-index #infolog-index_nm .nextmatch_header div.ui-helper-clearfix div.et2_hbox_right div.et2_box_widget:hover,
|
||||||
|
#infolog-index #infolog-index_nm .nextmatch_header div.ui-helper-reset div.et2_hbox_right div.et2_box_widget:hover {
|
||||||
|
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||||
|
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||||
|
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||||
|
}
|
||||||
|
#infolog-index #infolog-index_nm .nextmatch_header div#infolog-index_favorite_wrapper ul#infolog-index_favorite_menu {
|
||||||
|
border-color: #bfbfbf;
|
||||||
|
background-color: #ffffff;
|
||||||
|
color: #000000;
|
||||||
|
}
|
||||||
|
#infolog-index #infolog-index_nm .nextmatch_header div#infolog-index_favorite_wrapper ul#infolog-index_favorite_menu li a {
|
||||||
|
height: 25px;
|
||||||
|
border: none;
|
||||||
|
padding-top: 5px 0 0 5px;
|
||||||
|
}
|
||||||
|
#infolog-index #infolog-index_nm .nextmatch_header div#infolog-index_favorite_wrapper ul#infolog-index_favorite_menu li a img {
|
||||||
|
height: 16px;
|
||||||
|
width: 16px;
|
||||||
|
}
|
||||||
|
#infolog-index #infolog-index_nm .nextmatch_header div#infolog-index_favorite_wrapper ul#infolog-index_favorite_menu li a:hover {
|
||||||
|
background: none;
|
||||||
|
text-indent: -22px;
|
||||||
|
margin-left: 21px;
|
||||||
|
height: 25px;
|
||||||
|
}
|
||||||
|
#infolog-index #infolog-index_nm .nextmatch_header div.filters {
|
||||||
|
padding: 0 0 0 1em;
|
||||||
|
background-color: #f0f0f0;
|
||||||
|
margin-bottom: 3px;
|
||||||
|
margin: 0em;
|
||||||
|
border-width: 0 0 1px 0;
|
||||||
|
border-color: #d9d9d9;
|
||||||
|
background-image: none;
|
||||||
|
}
|
||||||
|
#infolog-index #infolog-index_nm .nextmatch_header div.filters select#infolog-index_cat_id {
|
||||||
|
margin-left: 1em;
|
||||||
|
}
|
||||||
|
#infolog-index #infolog-index_nm .nextmatch_header div.filters input#infolog-index_search {
|
||||||
|
height: 20px;
|
||||||
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||||
|
border-color: #bfbfbf;
|
||||||
|
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
width: auto;
|
||||||
|
margin: 0.5em 0em 0.5em 0;
|
||||||
|
-webkit-border-radius: 3px;
|
||||||
|
-moz-border-radius: 3px;
|
||||||
|
border-radius: 3px;
|
||||||
|
}
|
||||||
|
#infolog-index #infolog-index_nm .nextmatch_header div.filters input#infolog-index_search:hover {
|
||||||
|
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||||
|
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||||
|
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||||
|
}
|
||||||
|
#infolog-index #infolog-index_nm .nextmatch_header div.filters input#infolog-index_search:focus {
|
||||||
|
outline: 0;
|
||||||
|
border-width: 1px;
|
||||||
|
border-style: solid;
|
||||||
|
border-color: #bfbfbf;
|
||||||
|
-webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
||||||
|
-moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
||||||
|
box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
||||||
|
}
|
||||||
|
#infolog-index #infolog-index_nm table.egwGridView_outer thead tr th.optcol .selectcols {
|
||||||
|
margin-top: 1.5%;
|
||||||
|
}
|
||||||
|
#infolog-index #infolog-index_nm .frame {
|
||||||
|
min-height: 500px;
|
||||||
|
height: 500px;
|
||||||
|
}
|
||||||
|
#infolog-index #infolog-index_nm .egwGridView_scrollarea {
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
#infolog-index #infolog-index_nm .egwGridView_scrollarea table.egwGridView_grid img {
|
||||||
|
height: 16px;
|
||||||
|
width: 16px;
|
||||||
|
}
|
||||||
|
#infolog-edit {
|
||||||
|
width: 800px;
|
||||||
|
padding: 5px;
|
||||||
|
}
|
||||||
|
#infolog-edit input {
|
||||||
|
max-width: 300px;
|
||||||
|
}
|
||||||
|
#infolog-edit .et2_tabheader {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
#infolog-edit table.egwGridView_outer {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
#infolog-edit #infolog-edit_history {
|
||||||
|
max-width: 785px;
|
||||||
|
}
|
255
infolog/templates/pixelegg/app.less
Executable file
@ -0,0 +1,255 @@
|
|||||||
|
/**
|
||||||
|
* EGroupware: CSS with less preprocessor
|
||||||
|
*
|
||||||
|
* Please do NOT change app.css directly, instead change app.less and compile it!
|
||||||
|
* Pixleegg Template app.css
|
||||||
|
* @link http://www.egroupware.org
|
||||||
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||||
|
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
||||||
|
* @package infolog
|
||||||
|
* @version $Id$
|
||||||
|
*/
|
||||||
|
|
||||||
|
@import (reference) "../../../phpgwapi/templates/default/def_buttons.less";
|
||||||
|
@import (reference) "../../../phpgwapi/templates/default/def_content_elements.less";
|
||||||
|
@import (reference) "../../../phpgwapi/templates/default/def_design_pattern_color_font_shadow.less";
|
||||||
|
|
||||||
|
//********************************************
|
||||||
|
// Seitenleiste links
|
||||||
|
|
||||||
|
// Favoriten
|
||||||
|
|
||||||
|
span#favorite_sidebox_infolog{
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
.favorites{
|
||||||
|
|
||||||
|
li {
|
||||||
|
a div.ui-icon-heart{
|
||||||
|
background-image: none;
|
||||||
|
|
||||||
|
}
|
||||||
|
img.sideboxstar{
|
||||||
|
.box-shadow(none);
|
||||||
|
border: 0px;
|
||||||
|
background-size: contain;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
// #############################################################################
|
||||||
|
// iframe
|
||||||
|
|
||||||
|
// Rahmen + padding
|
||||||
|
|
||||||
|
.egw_fw_content_browser_div{
|
||||||
|
// .box_shadow_dialog;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#infolog-index {
|
||||||
|
|
||||||
|
height: auto !important;
|
||||||
|
|
||||||
|
table.et2_grid {border-top: 0px;}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#infolog-index_nm{
|
||||||
|
min-height: 900px;
|
||||||
|
|
||||||
|
// Header
|
||||||
|
.nextmatch_header{
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
div.ui-helper-clearfix,
|
||||||
|
div.ui-helper-reset{
|
||||||
|
|
||||||
|
// rechte Box mit add
|
||||||
|
|
||||||
|
div.et2_hbox_right{
|
||||||
|
padding: 0 0em;
|
||||||
|
margin-right: 0em;
|
||||||
|
|
||||||
|
div.et2_box_widget{
|
||||||
|
.Complete_Button_add;
|
||||||
|
// .Complete_Button_text;
|
||||||
|
.border_radius_button_lefttop;
|
||||||
|
.box_shadow_standard_light;
|
||||||
|
height: 35px;
|
||||||
|
.infolog_headertext{color: #FFF !important;}
|
||||||
|
|
||||||
|
&:hover {.box_shadow_standard_light_hover;}
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
// Anzahl
|
||||||
|
span.header_count ui-corner-all{}
|
||||||
|
|
||||||
|
|
||||||
|
//Favoriten
|
||||||
|
|
||||||
|
div#infolog-index_favorite_wrapper{
|
||||||
|
|
||||||
|
|
||||||
|
// Liste
|
||||||
|
ul#infolog-index_favorite_menu{
|
||||||
|
|
||||||
|
.border-color-25-gray;
|
||||||
|
.background-color-0-gray;
|
||||||
|
.color-100-gray;
|
||||||
|
li{
|
||||||
|
a {
|
||||||
|
|
||||||
|
height: 25px;
|
||||||
|
border: none;
|
||||||
|
padding-top: 5px 0 0 5px;
|
||||||
|
|
||||||
|
img {height: 16px; width: 16px;}
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
background: none;
|
||||||
|
text-indent: -22px;
|
||||||
|
margin-left: 21px;
|
||||||
|
height: 25px;
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
li#blank {}
|
||||||
|
li#add { }
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
} //Favoriten
|
||||||
|
|
||||||
|
|
||||||
|
div.filters{
|
||||||
|
.Rectangle_filters;
|
||||||
|
|
||||||
|
|
||||||
|
// 1 Filter
|
||||||
|
select#infolog-index_cat_id {margin-left: 1em;}
|
||||||
|
|
||||||
|
// 2 Filter
|
||||||
|
select#infolog-index_filter {}
|
||||||
|
|
||||||
|
// 3 Filter
|
||||||
|
select#infolog-index_filter2 {}
|
||||||
|
|
||||||
|
// Suchfeld
|
||||||
|
input#infolog-index_search {
|
||||||
|
height: 20px;
|
||||||
|
.Complete_Button_input;
|
||||||
|
&:hover{
|
||||||
|
.Complete_Button_input_hover;
|
||||||
|
}
|
||||||
|
&:focus{
|
||||||
|
.Complete_Button_input_focus;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// Suchen Button
|
||||||
|
button.et2_button {}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
table{}
|
||||||
|
} //nextmatch_header
|
||||||
|
|
||||||
|
|
||||||
|
// ##################################
|
||||||
|
// Listendarstellung
|
||||||
|
.egwGridView_outer {}
|
||||||
|
table.egwGridView_outer thead tr th.optcol .selectcols{
|
||||||
|
margin-top: 1.5%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.frame {min-height: 500px; height: 500px;}
|
||||||
|
|
||||||
|
.egwGridView_scrollarea{
|
||||||
|
height: auto;
|
||||||
|
// overflow: auto;
|
||||||
|
|
||||||
|
table.egwGridView_grid {
|
||||||
|
|
||||||
|
img{height: 16px; width: 16px;}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
} // #infolog-index_nm
|
||||||
|
|
||||||
|
} // iframe
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// #############################################################################
|
||||||
|
// Dialog infolog
|
||||||
|
|
||||||
|
// Input beschränken
|
||||||
|
|
||||||
|
#infolog-edit{
|
||||||
|
width: 800px;
|
||||||
|
padding: 5px;
|
||||||
|
input{ max-width: 300px; }
|
||||||
|
|
||||||
|
.et2_tabheader{
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
table.egwGridView_outer{
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
// Tab History
|
||||||
|
|
||||||
|
#infolog-edit_history{
|
||||||
|
max-width: 785px;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
//TYP
|
||||||
|
|
||||||
|
select#infolog-edit_info_type {}
|
||||||
|
// Nummer hinter Typ
|
||||||
|
|
||||||
|
span#infolog-edit_info_number{}
|
||||||
|
|
||||||
|
//Kontakt
|
||||||
|
|
||||||
|
label.et2_label {}
|
||||||
|
|
||||||
|
// Eingabe via Select + Input
|
||||||
|
|
||||||
|
div.et2_box_widget {}
|
||||||
|
|
||||||
|
//
|
||||||
|
|
||||||
|
input.infolog-edit_info_custom_from {}
|
||||||
|
|
||||||
|
|
||||||
|
// Phone + Email
|
||||||
|
|
||||||
|
td.inputFullWidth{
|
||||||
|
input#infolog-edit_info_addr{}
|
||||||
|
}
|
BIN
infolog/templates/pixelegg/images/archive.png
Executable file
After Width: | Height: | Size: 2.3 KiB |
BIN
infolog/templates/pixelegg/images/billed.png
Executable file
After Width: | Height: | Size: 2.8 KiB |
BIN
infolog/templates/pixelegg/images/call.png
Executable file
After Width: | Height: | Size: 2.6 KiB |
BIN
infolog/templates/pixelegg/images/cancelled.png
Executable file
After Width: | Height: | Size: 2.4 KiB |
BIN
infolog/templates/pixelegg/images/deleted.png
Executable file
After Width: | Height: | Size: 2.8 KiB |
BIN
infolog/templates/pixelegg/images/done.png
Executable file
After Width: | Height: | Size: 2.5 KiB |
BIN
infolog/templates/pixelegg/images/done_all.png
Executable file
After Width: | Height: | Size: 2.8 KiB |
BIN
infolog/templates/pixelegg/images/email.png
Executable file
After Width: | Height: | Size: 2.4 KiB |
BIN
infolog/templates/pixelegg/images/filesave.png
Executable file
After Width: | Height: | Size: 2.1 KiB |
BIN
infolog/templates/pixelegg/images/nonactive.png
Executable file
After Width: | Height: | Size: 2.6 KiB |
BIN
infolog/templates/pixelegg/images/offer.png
Executable file
After Width: | Height: | Size: 2.5 KiB |
BIN
infolog/templates/pixelegg/images/parent.png
Executable file
After Width: | Height: | Size: 2.9 KiB |
BIN
infolog/templates/pixelegg/images/template.png
Executable file
After Width: | Height: | Size: 1.7 KiB |
BIN
infolog/templates/pixelegg/images/timesheet.png
Executable file
After Width: | Height: | Size: 3.3 KiB |
BIN
infolog/templates/pixelegg/images/will-call.png
Executable file
After Width: | Height: | Size: 3.0 KiB |
@ -1,418 +1,3 @@
|
|||||||
/**
|
|
||||||
* EGroupware: CSS with less preprocessor
|
|
||||||
*
|
|
||||||
* Please do NOT change app.css directly, instead change app.less and compile it!
|
|
||||||
*
|
|
||||||
* @link http://www.egroupware.org
|
|
||||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
|
||||||
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
|
||||||
* @package mail
|
|
||||||
* @version $Id$
|
|
||||||
*/
|
|
||||||
div#mail-index table.egwGridView_grid {
|
|
||||||
width: 99%;
|
|
||||||
}
|
|
||||||
div#mail-index div#mail-index_mailSplitter {
|
|
||||||
margin: 0 1% 0 0 !important;
|
|
||||||
}
|
|
||||||
div#mail-index div#mail-index_mailSplitter div#mail-index_nm div.nextmatch_header div.filters {
|
|
||||||
padding: 0 0 0 1em;
|
|
||||||
background-color: #f0f0f0;
|
|
||||||
margin-bottom: 3px;
|
|
||||||
margin: 0em;
|
|
||||||
border-width: 0 0 1px 0;
|
|
||||||
border-color: #d9d9d9;
|
|
||||||
background-image: none;
|
|
||||||
}
|
|
||||||
div#mail-index div#mail-index_mailSplitter div#mail-index_nm tr.mail td img {
|
|
||||||
height: 16px;
|
|
||||||
}
|
|
||||||
div#mail-index div#mail-index_mailSplitter div#mail-index_mailPreview {
|
|
||||||
padding: 3px;
|
|
||||||
margin: 5px 0;
|
|
||||||
background-color: #bfbfbf;
|
|
||||||
}
|
|
||||||
div#mail-index div#mail-index_mailSplitter div#mail-index_mailPreview div#mail-index_mailPreviewHeadersFrom {
|
|
||||||
width: 50%;
|
|
||||||
}
|
|
||||||
div#mail-index div#mail-index_mailSplitter div#mail-index_mailPreview div#mail-index_mailPreviewHeadersTo {
|
|
||||||
width: 50%;
|
|
||||||
}
|
|
||||||
div#mail-index div#mail-index_mailSplitter div#mail-index_mailPreview div#mail-index_mailPreviewHeadersDate {
|
|
||||||
width: 50%;
|
|
||||||
}
|
|
||||||
div#mail-index div#mail-index_mailSplitter div#mail-index_mailPreview div#mail-index_mailPreviewHeadersSubject {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
.egw_fw_ui_category_content #mail-index_buttonmailcreate {
|
|
||||||
margin-left: -14px;
|
|
||||||
}
|
|
||||||
.egw_fw_ui_category_content span#mail-tree_target {
|
|
||||||
max-height: 50%;
|
|
||||||
}
|
|
||||||
.egw_fw_ui_category_content .dtree {
|
|
||||||
font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
|
|
||||||
font-size: 87.5%;
|
|
||||||
}
|
|
||||||
/* ##################################################################################
|
|
||||||
* E-Mail Dialog "Compose"
|
|
||||||
*
|
|
||||||
* ##################################################################################
|
|
||||||
*/
|
|
||||||
#mail-compose {
|
|
||||||
width: 870px;
|
|
||||||
padding: 5px;
|
|
||||||
}
|
|
||||||
#mail-compose .mail-compose_toolbar img {
|
|
||||||
width: 22px;
|
|
||||||
}
|
|
||||||
#mail-compose .mail-compose_toolbar .mail-compose_button {
|
|
||||||
margin-right: 15px;
|
|
||||||
padding: 0 3px 0 0;
|
|
||||||
}
|
|
||||||
#mail-compose .mail-compose_toolbar img#mail-compose_button[saveAsDraft],
|
|
||||||
#mail-compose .mail-compose_toolbar .et2_button_icon {
|
|
||||||
vertical-align: middle;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #f0f0f0;
|
|
||||||
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
||||||
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
||||||
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
||||||
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
||||||
-webkit-border-radius: 3px;
|
|
||||||
-moz-border-radius: 3px;
|
|
||||||
border-radius: 3px;
|
|
||||||
}
|
|
||||||
#mail-compose .mail-compose_toolbar img#mail-compose_button[saveAsDraft]:hover,
|
|
||||||
#mail-compose .mail-compose_toolbar .et2_button_icon:hover {
|
|
||||||
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
|
||||||
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
|
||||||
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
|
||||||
background-color: #d9d9d9;
|
|
||||||
}
|
|
||||||
#mail-compose .mail-compose_toolbar img#mail-compose_button[saveAsDraft]:focus,
|
|
||||||
#mail-compose .mail-compose_toolbar .et2_button_icon:focus {
|
|
||||||
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
||||||
-moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
||||||
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
||||||
background-color: #d9d9d9;
|
|
||||||
}
|
|
||||||
#mail-compose .mail-compose_toolbar .et2_file,
|
|
||||||
#mail-compose .mail-compose_toolbar .mail-compose_fileselector {
|
|
||||||
vertical-align: middle;
|
|
||||||
}
|
|
||||||
#mail-compose .mail-compose_toolbar .et2_file #mail-compose_uploadForCompose,
|
|
||||||
#mail-compose .mail-compose_toolbar .mail-compose_fileselector #mail-compose_uploadForCompose {
|
|
||||||
font-size: 0.7em;
|
|
||||||
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
||||||
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
||||||
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
||||||
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
||||||
color: #000000;
|
|
||||||
padding-left: 30px !important;
|
|
||||||
background-position: 6px center;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-size: 20px auto;
|
|
||||||
width: auto;
|
|
||||||
height: 32px;
|
|
||||||
background-image: url(images/attach.png) !important;
|
|
||||||
background-color: #fafafa;
|
|
||||||
height: 20px;
|
|
||||||
margin-left: 5px;
|
|
||||||
}
|
|
||||||
#mail-compose .mail-compose_toolbar .et2_file #mail-compose_uploadForCompose:hover,
|
|
||||||
#mail-compose .mail-compose_toolbar .mail-compose_fileselector #mail-compose_uploadForCompose:hover {
|
|
||||||
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
|
||||||
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
|
||||||
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
|
||||||
background-color: #d9d9d9;
|
|
||||||
}
|
|
||||||
#mail-compose .mail-compose_toolbar .et2_file #mail-compose_uploadForCompose:focus,
|
|
||||||
#mail-compose .mail-compose_toolbar .mail-compose_fileselector #mail-compose_uploadForCompose:focus {
|
|
||||||
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
||||||
-moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
||||||
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
||||||
background-color: #d9d9d9;
|
|
||||||
}
|
|
||||||
#mail-compose .mail-compose_toolbar .et2_file div.progress,
|
|
||||||
#mail-compose .mail-compose_toolbar .mail-compose_fileselector div.progress {
|
|
||||||
width: 247px;
|
|
||||||
}
|
|
||||||
#mail-compose .mail-compose_toolbar span.et2_label {
|
|
||||||
font-size: 0.7em;
|
|
||||||
}
|
|
||||||
#mail-compose .mail-compose_toolbar .mail-compose_infolog {
|
|
||||||
vertical-align: middle;
|
|
||||||
height: 20px;
|
|
||||||
padding: 3px 2px;
|
|
||||||
background-color: #f0f0f0;
|
|
||||||
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
||||||
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
||||||
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
||||||
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
||||||
-webkit-border-radius: 3px;
|
|
||||||
-moz-border-radius: 3px;
|
|
||||||
border-radius: 3px;
|
|
||||||
margin-right: 3px;
|
|
||||||
}
|
|
||||||
#mail-compose .mail-compose_toolbar .mail-compose_infolog .et2_button_icon {
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
border-radius: 0px;
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
#mail-compose .mail-compose_toolbar .mail-compose_tracker {
|
|
||||||
vertical-align: middle;
|
|
||||||
height: 20px;
|
|
||||||
padding: 3px 2px;
|
|
||||||
background-color: #f0f0f0;
|
|
||||||
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
||||||
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
||||||
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
||||||
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
||||||
-webkit-border-radius: 3px;
|
|
||||||
-moz-border-radius: 3px;
|
|
||||||
border-radius: 3px;
|
|
||||||
margin-right: 3px;
|
|
||||||
}
|
|
||||||
#mail-compose .mail-compose_toolbar .mail-compose_tracker span.et2_label {
|
|
||||||
font-size: 0.7em;
|
|
||||||
height: 20px;
|
|
||||||
}
|
|
||||||
#mail-compose .mail-compose_toolbar .mail-compose_tracker .et2_button_icon {
|
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
|
||||||
border-radius: 0px;
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
#mail-compose .mail-compose_toolbar .mail-compose_notification {
|
|
||||||
vertical-align: middle;
|
|
||||||
height: 20px;
|
|
||||||
padding: 3px 2px;
|
|
||||||
background-color: #f0f0f0;
|
|
||||||
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
||||||
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
||||||
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
||||||
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
||||||
-webkit-border-radius: 3px;
|
|
||||||
-moz-border-radius: 3px;
|
|
||||||
border-radius: 3px;
|
|
||||||
margin-right: 3px;
|
|
||||||
}
|
|
||||||
#mail-compose .mail-compose_toolbar .mail-compose_priority {
|
|
||||||
vertical-align: middle;
|
|
||||||
height: 20px;
|
|
||||||
padding: 3px 2px;
|
|
||||||
background-color: #f0f0f0;
|
|
||||||
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
||||||
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
||||||
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
||||||
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
||||||
-webkit-border-radius: 3px;
|
|
||||||
-moz-border-radius: 3px;
|
|
||||||
border-radius: 3px;
|
|
||||||
margin-right: 3px;
|
|
||||||
}
|
|
||||||
#mail-compose .mail-compose_toolbar .mail-compose_priority span.et2_label {
|
|
||||||
margin-right: 3px;
|
|
||||||
}
|
|
||||||
#mail-compose .mail-compose_toolbar .mail-compose_priority select#mail-compose_priority {
|
|
||||||
box-shadow: none;
|
|
||||||
font-size: 0.8em;
|
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
#mail-compose .mailComposeHeaders,
|
|
||||||
#mail-compose .mailComposeHeadersSection {
|
|
||||||
margin: 2px 0;
|
|
||||||
width: 98%;
|
|
||||||
}
|
|
||||||
#mail-compose .mailComposeHeaders span,
|
|
||||||
#mail-compose .mailComposeHeadersSection span {
|
|
||||||
width: 8em;
|
|
||||||
font-size: 0.8em;
|
|
||||||
}
|
|
||||||
#mail-compose .mailComposeHeaders div,
|
|
||||||
#mail-compose .mailComposeHeadersSection div {
|
|
||||||
max-width: 770px;
|
|
||||||
}
|
|
||||||
#mail-compose .mailComposeHeaders span.ui-state-error,
|
|
||||||
#mail-compose .mailComposeHeadersSection span.ui-state-error {
|
|
||||||
color: #043a6b;
|
|
||||||
}
|
|
||||||
#mail-compose .mailComposeHeaders div.ms-res-item-active,
|
|
||||||
#mail-compose .mailComposeHeadersSection div.ms-res-item-active {
|
|
||||||
background: #0c5da5;
|
|
||||||
}
|
|
||||||
#mail-compose .mailComposeHeaders div.ms-res-item-active span,
|
|
||||||
#mail-compose .mailComposeHeadersSection div.ms-res-item-active span {
|
|
||||||
color: #FFFFFF;
|
|
||||||
}
|
|
||||||
#mail-compose .mailComposeHeaders input#mail-compose_subject,
|
|
||||||
#mail-compose .mailComposeHeadersSection input#mail-compose_subject {
|
|
||||||
max-width: 750px;
|
|
||||||
}
|
|
||||||
#mail-compose fieldset.mailSignature {
|
|
||||||
font-size: 0.8em;
|
|
||||||
}
|
|
||||||
#mail-compose fieldset.mailSignature span {
|
|
||||||
margin-left: 8px;
|
|
||||||
}
|
|
||||||
/* ##################################################################################
|
|
||||||
* E-Mail Dialog "Ansehen"
|
|
||||||
*
|
|
||||||
* ##################################################################################
|
|
||||||
*/
|
|
||||||
#mail-display {
|
|
||||||
width: 870px;
|
|
||||||
padding: 5px;
|
|
||||||
}
|
|
||||||
#mail-display .mailDisplayHeaderSection {
|
|
||||||
top: 0;
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
#mail-display .mailDisplayHeaderSection #mail-display_toolbar {
|
|
||||||
background-color: #679fd2;
|
|
||||||
padding: 5px 3px;
|
|
||||||
height: 25px;
|
|
||||||
display: -webkit-box;
|
|
||||||
}
|
|
||||||
#mail-display .mailDisplayHeaderSection #mail-display_toolbar button {
|
|
||||||
background-color: #f0f0f0;
|
|
||||||
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
||||||
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
||||||
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
||||||
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
||||||
-webkit-border-radius: 3px;
|
|
||||||
-moz-border-radius: 3px;
|
|
||||||
border-radius: 3px;
|
|
||||||
height: 20px;
|
|
||||||
}
|
|
||||||
#mail-display .mailDisplayHeaderSection #mail-display_toolbar button:hover {
|
|
||||||
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
|
||||||
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
|
||||||
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
|
||||||
background-color: #d9d9d9;
|
|
||||||
}
|
|
||||||
#mail-display .mailDisplayHeaderSection #mail-display_toolbar button:focus {
|
|
||||||
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
||||||
-moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
||||||
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
||||||
background-color: #d9d9d9;
|
|
||||||
}
|
|
||||||
#mail-display .mailDisplayHeaderSection #mail-display_toolbar #mail-display_forward_wrapper li a img {
|
|
||||||
width: 16px;
|
|
||||||
margin-right: 3px;
|
|
||||||
}
|
|
||||||
#mail-display .mailDisplayHeaderSection #mail-display_toolbar #mail-display_save_wrapper button#mail-display_save {
|
|
||||||
background-image: url('../images/speichern.png');
|
|
||||||
background-position: left center;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-size: 16px 16px;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
#mail-display .mailDisplayHeaderSection #mail-display_toolbar #mail-display_save_wrapper button#mail-display_save:hover img {
|
|
||||||
display: none;
|
|
||||||
background-image: none;
|
|
||||||
}
|
|
||||||
#mail-display .mailDisplayHeaderSection #mail-display_toolbar #mail-display_save_wrapper button#mail-display_save:focus {
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
#mail-display .mailDisplayHeaderSection #mail-display_toolbar #mail-display_save_wrapper li a img {
|
|
||||||
width: 16px;
|
|
||||||
margin-right: 3px;
|
|
||||||
}
|
|
||||||
#mail-display .mailDisplayHeaderSection #mail-display_toolbar #mail-display_view_wrapper button#mail-display_view {
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
#mail-display .mailDisplayHeaderSection #mail-display_toolbar #mail-display_view_wrapper button#mail-display_view:hover img {
|
|
||||||
display: none;
|
|
||||||
background-image: none;
|
|
||||||
}
|
|
||||||
#mail-display .mailDisplayHeaderSection #mail-display_toolbar #mail-display_view_wrapper button#mail-display_view:focus {
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
#mail-display .mailDisplayHeaderSection #mail-display_toolbar #mail-display_view_wrapper li a img {
|
|
||||||
width: 16px;
|
|
||||||
margin-right: 3px;
|
|
||||||
}
|
|
||||||
#mail-display .mailDisplayHeaderSection #mail-display_toolbar #mail-display_mark_wrapper button#mail-display_mark {
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
#mail-display .mailDisplayHeaderSection #mail-display_toolbar #mail-display_mark_wrapper button#mail-display_mark:hover img {
|
|
||||||
display: none;
|
|
||||||
background-image: none;
|
|
||||||
}
|
|
||||||
#mail-display .mailDisplayHeaderSection #mail-display_toolbar #mail-display_mark_wrapper button#mail-display_mark:focus {
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
#mail-display .mailDisplayHeaderSection #mail-display_toolbar #mail-display_mark_wrapper li a img {
|
|
||||||
width: 16px;
|
|
||||||
margin-right: 3px;
|
|
||||||
}
|
|
||||||
#mail-display .mailDisplayAttachments {
|
|
||||||
background-color: #f0f0f0;
|
|
||||||
max-height: 10%;
|
|
||||||
position: fixed;
|
|
||||||
bottom: 26px;
|
|
||||||
border: 0px solid #560ead;
|
|
||||||
border-bottom: 0px;
|
|
||||||
opacity: 1;
|
|
||||||
-moz-opacity: 1;
|
|
||||||
}
|
|
||||||
#mail-display .mailDisplayAttachments img {
|
|
||||||
width: 16px;
|
|
||||||
}
|
|
||||||
/* ##################################################################################
|
|
||||||
* E-Mail
|
|
||||||
*
|
|
||||||
* ##################################################################################
|
|
||||||
*/
|
|
||||||
/* felamimail uses the styledefinitions below to format navButton/navSeparator */
|
|
||||||
tr.navbarBackground {
|
|
||||||
background-color: #dddddd;
|
|
||||||
}
|
|
||||||
div.navButton {
|
|
||||||
background-color: #dddddd;
|
|
||||||
float: left;
|
|
||||||
padding: 2px;
|
|
||||||
margin: 2px;
|
|
||||||
border: solid #dddddd 1px;
|
|
||||||
}
|
|
||||||
div.navButton:hover,
|
|
||||||
div.navButtonHover {
|
|
||||||
background-color: #eeeeee;
|
|
||||||
float: left;
|
|
||||||
padding: 2px;
|
|
||||||
margin: 2px;
|
|
||||||
border: solid white 1px;
|
|
||||||
border-right: solid black 1px;
|
|
||||||
border-bottom: solid black 1px;
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
div.navButton:active,
|
|
||||||
div.navButtonActive {
|
|
||||||
background-color: #dddddd;
|
|
||||||
float: left;
|
|
||||||
padding: 2px;
|
|
||||||
margin: 2px;
|
|
||||||
border: solid white 1px;
|
|
||||||
border-left: solid black 1px;
|
|
||||||
border-top: solid black 1px;
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
div.navSeparator {
|
|
||||||
background-color: #dddddd;
|
|
||||||
float: left;
|
|
||||||
padding: 0px;
|
|
||||||
margin: 2px;
|
|
||||||
border: solid silver 1px;
|
|
||||||
height: 24px;
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
/* Fixes z-index problem with the calendar year selection (displays behind selectboxes)*/
|
|
||||||
.calendar .combo {
|
|
||||||
z-index: 1 !important;
|
|
||||||
}
|
|
||||||
textarea {
|
textarea {
|
||||||
font-family: monospace, sans-serif;
|
font-family: monospace, sans-serif;
|
||||||
font-size: 110%;
|
font-size: 110%;
|
||||||
@ -438,17 +23,11 @@ textarea {
|
|||||||
}
|
}
|
||||||
tr.mail div {
|
tr.mail div {
|
||||||
cursor: default;
|
cursor: default;
|
||||||
white-space: normal;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
|
||||||
}
|
|
||||||
tr.mail div span {
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
white-space: normal;
|
|
||||||
}
|
}
|
||||||
tr.mail a {
|
tr.mail a {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
|
||||||
}
|
}
|
||||||
tr.recent div,
|
tr.recent div,
|
||||||
tr.recent span,
|
tr.recent span,
|
||||||
@ -539,34 +118,34 @@ tr.forwarded span.status_img {
|
|||||||
background-image: url(images/kmmsgforwarded.png) !important;
|
background-image: url(images/kmmsgforwarded.png) !important;
|
||||||
}
|
}
|
||||||
.subjectBold {
|
.subjectBold {
|
||||||
font-size: 12px;
|
FONT-SIZE: 12px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-family: Arial;
|
font-family: Arial;
|
||||||
}
|
}
|
||||||
.subject {
|
.subject {
|
||||||
font-size: 12px;
|
FONT-SIZE: 12px;
|
||||||
font-family: Arial;
|
font-family: Arial;
|
||||||
}
|
}
|
||||||
TR.sieveRowActive {
|
TR.sieveRowActive {
|
||||||
font-size: 11px;
|
FONT-SIZE: 11px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
background: White;
|
background: White;
|
||||||
}
|
}
|
||||||
A.sieveRowActive {
|
A.sieveRowActive {
|
||||||
font-size: 11px;
|
FONT-SIZE: 11px;
|
||||||
height: 14px;
|
height: 14px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
TR.sieveRowInActive {
|
TR.sieveRowInActive {
|
||||||
font-size: 11px;
|
FONT-SIZE: 11px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
background: White;
|
background: White;
|
||||||
color: Silver;
|
color: Silver;
|
||||||
}
|
}
|
||||||
A.sieveRowInActive {
|
A.sieveRowInActive {
|
||||||
font-size: 11px;
|
FONT-SIZE: 11px;
|
||||||
height: 14px;
|
height: 14px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
color: Silver;
|
color: Silver;
|
||||||
@ -745,7 +324,7 @@ input[type=button] {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
#mail-index_button[id*="mailcreate"] {
|
#mail-index_button\[mailcreate\] {
|
||||||
width: 99%;
|
width: 99%;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
@ -754,11 +333,21 @@ input[type=button] {
|
|||||||
background-position: left;
|
background-position: left;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
#mail-compose_button\[send\] {
|
||||||
|
text-align: left;
|
||||||
|
font-weight: bold;
|
||||||
|
padding-left: 30px;
|
||||||
|
width: 80px;
|
||||||
|
margin: 0px !important;
|
||||||
|
background-image: url(images/mail_send.png) !important;
|
||||||
|
background-position: left;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
}
|
||||||
.mailDisplay,
|
.mailDisplay,
|
||||||
#mail-index_mailPreview {
|
#mail-index_mailPreview {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-top: 5px;
|
margin-top: 3px;
|
||||||
}
|
}
|
||||||
#mail-compose_fileselector {
|
#mail-compose_fileselector {
|
||||||
width: 245px !important;
|
width: 245px !important;
|
||||||
@ -795,80 +384,38 @@ input[type=button] {
|
|||||||
right: 0;
|
right: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
}
|
}
|
||||||
#mail-index_mailPreviewContainer {
|
|
||||||
position: absolute;
|
|
||||||
border: 1px solid silver;
|
|
||||||
top: 75px;
|
|
||||||
bottom: 0;
|
|
||||||
left: 3px;
|
|
||||||
right: 0;
|
|
||||||
}
|
|
||||||
#mail-index_toolbar {
|
#mail-index_toolbar {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
background: none;
|
|
||||||
margin: 5px 5px 0 0;
|
|
||||||
border: none;
|
|
||||||
}
|
}
|
||||||
#mail-index_toolbar button {
|
#mail-index_toolbar > button > span {
|
||||||
background: none;
|
padding: .2em .4em;
|
||||||
background-image: none;
|
|
||||||
background-color: #f0f0f0;
|
|
||||||
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
||||||
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
||||||
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
||||||
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
||||||
-webkit-border-radius: 3px;
|
|
||||||
-moz-border-radius: 3px;
|
|
||||||
border-radius: 3px;
|
|
||||||
}
|
}
|
||||||
#mail-index_toolbar button:hover {
|
#mail-index_toolbar > button > span > img {
|
||||||
background-color: #b3b3b3 !important;
|
|
||||||
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
|
||||||
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
|
||||||
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
|
||||||
border: 1px solid rgba(0, 0, 0, 0.5);
|
|
||||||
-webkit-border-radius: 3px;
|
|
||||||
-moz-border-radius: 3px;
|
|
||||||
border-radius: 3px;
|
|
||||||
}
|
|
||||||
#mail-index_toolbar button:active {
|
|
||||||
background-color: #808080;
|
|
||||||
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
|
||||||
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
|
||||||
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
|
||||||
border: 1px solid rgba(0, 0, 0, 0.9);
|
|
||||||
-webkit-border-radius: 3px;
|
|
||||||
-moz-border-radius: 3px;
|
|
||||||
border-radius: 3px;
|
|
||||||
}
|
|
||||||
#mail-index_toolbar button:focus {
|
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
#mail-index_toolbar button span {
|
|
||||||
padding: .2em .6em;
|
|
||||||
}
|
|
||||||
#mail-index_toolbar button span img {
|
|
||||||
width: 16px;
|
width: 16px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
height: 16px !important;
|
height: 16px !important;
|
||||||
}
|
}
|
||||||
|
#mail-index_mailPreviewContainer {
|
||||||
|
position: absolute;
|
||||||
|
border: 1px solid silver;
|
||||||
|
top: 60px;
|
||||||
|
bottom: 0;
|
||||||
|
left: 3px;
|
||||||
|
right: 0;
|
||||||
|
}
|
||||||
#mail-index_previewAttachmentArea {
|
#mail-index_previewAttachmentArea {
|
||||||
background-color: #f0f0f0;
|
background-color: #efefdf;
|
||||||
max-height: 5%;
|
max-height: 10%;
|
||||||
max-width: 50%;
|
max-width: 50%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
overflow: scroll;
|
overflow: scroll;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
right: 7px;
|
right: 0;
|
||||||
top: 37px;
|
top: 25px;
|
||||||
border-color: #f0f0f0;
|
border: 1px solid red;
|
||||||
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
-moz-opacity: 1;
|
-moz-opacity: 1;
|
||||||
}
|
filter: alpha(opacity=100);
|
||||||
#mail-index_previewAttachmentArea img {
|
|
||||||
width: 16px;
|
|
||||||
height: 16px;
|
|
||||||
}
|
}
|
||||||
#mail-index_previewAttachmentArea.noContent {
|
#mail-index_previewAttachmentArea.noContent {
|
||||||
border: 0px !important;
|
border: 0px !important;
|
||||||
@ -892,6 +439,17 @@ input[type=button] {
|
|||||||
top: 120px;
|
top: 120px;
|
||||||
bottom: 100px;
|
bottom: 100px;
|
||||||
}
|
}
|
||||||
|
.mailDisplayAttachments {
|
||||||
|
background-color: #efefdf;
|
||||||
|
max-height: 10%;
|
||||||
|
position: fixed;
|
||||||
|
bottom: 26px;
|
||||||
|
border: 1px solid red;
|
||||||
|
border-bottom: 0px;
|
||||||
|
opacity: 1;
|
||||||
|
-moz-opacity: 1;
|
||||||
|
filter: alpha(opacity=100);
|
||||||
|
}
|
||||||
/*
|
/*
|
||||||
#divGenTime {
|
#divGenTime {
|
||||||
background-color:#efefdf;
|
background-color:#efefdf;
|
||||||
|
@ -1,573 +1,3 @@
|
|||||||
/**
|
|
||||||
* EGroupware: CSS with less preprocessor
|
|
||||||
*
|
|
||||||
* Please do NOT change app.css directly, instead change app.less and compile it!
|
|
||||||
*
|
|
||||||
* @link http://www.egroupware.org
|
|
||||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
|
||||||
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
|
||||||
* @package mail
|
|
||||||
* @version $Id$
|
|
||||||
*/
|
|
||||||
|
|
||||||
@import (reference) "../../../phpgwapi/templates/default/def_buttons.less";
|
|
||||||
@import (reference) "../../../phpgwapi/templates/default/def_design_pattern_color_font_shadow.less";
|
|
||||||
|
|
||||||
// iframe
|
|
||||||
|
|
||||||
div#mail-index{
|
|
||||||
|
|
||||||
|
|
||||||
table.egwGridView_grid{
|
|
||||||
// border-collapse: inherit;
|
|
||||||
width: 99%;
|
|
||||||
}
|
|
||||||
// Rahmen + padding
|
|
||||||
// .box_shadow_dialog;
|
|
||||||
|
|
||||||
#mail-index_mailPreviewContainer {}
|
|
||||||
|
|
||||||
|
|
||||||
// Message - standdardmäßig ausgeblendet
|
|
||||||
span#mail-index_msg{
|
|
||||||
span {
|
|
||||||
// background: red;
|
|
||||||
// height: 30px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// alles
|
|
||||||
|
|
||||||
div#mail-index_mailSplitter{
|
|
||||||
|
|
||||||
margin: 0 1% 0 0 !important;
|
|
||||||
|
|
||||||
// Box mit Header und Liste
|
|
||||||
div#mail-index_nm{
|
|
||||||
|
|
||||||
// Header
|
|
||||||
div.nextmatch_header{
|
|
||||||
// Counter
|
|
||||||
span.header_count ui-corner-all{
|
|
||||||
span{}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Filter
|
|
||||||
div.filters{
|
|
||||||
// Fläche
|
|
||||||
.Rectangle_filters;
|
|
||||||
|
|
||||||
|
|
||||||
select#mail-index_filter{
|
|
||||||
// height: 35px;
|
|
||||||
}
|
|
||||||
|
|
||||||
select#mail-index_filter2{
|
|
||||||
// height: 35px;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Suchfeld
|
|
||||||
input#mail-index_search{
|
|
||||||
// height: 35px;
|
|
||||||
// top: 8px;
|
|
||||||
// font-size: 1.5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Suchknopf
|
|
||||||
button.et2_button {
|
|
||||||
// top: 8px;
|
|
||||||
// position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
} // Ende Filter
|
|
||||||
|
|
||||||
} // Ende Header
|
|
||||||
|
|
||||||
|
|
||||||
// Listenausgabe der Emails
|
|
||||||
div {}
|
|
||||||
|
|
||||||
// Bilder in den Listen
|
|
||||||
tr.mail td img {height: 16px;}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
} // Ende: Box mit Header und Liste
|
|
||||||
|
|
||||||
// Splitterbar
|
|
||||||
div.splitter-bar,
|
|
||||||
div.splitter-bar-horizontal {}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Ansicht der Emails
|
|
||||||
div#mail-index_mailPreview{
|
|
||||||
padding: 3px;
|
|
||||||
margin: 5px 0;
|
|
||||||
.background-color-25-gray;
|
|
||||||
// From
|
|
||||||
div#mail-index_mailPreviewHeadersFrom{
|
|
||||||
width: 50%;
|
|
||||||
}
|
|
||||||
|
|
||||||
// An
|
|
||||||
div#mail-index_mailPreviewHeadersTo{
|
|
||||||
width: 50%;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Date
|
|
||||||
div#mail-index_mailPreviewHeadersDate{
|
|
||||||
width: 50%;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Subject
|
|
||||||
div#mail-index_mailPreviewHeadersSubject{
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Icons
|
|
||||||
div#mail-index_mailPreviewIcons{}
|
|
||||||
|
|
||||||
|
|
||||||
// Email Inhalt
|
|
||||||
div#mail-index_mailPreviewContainer{
|
|
||||||
|
|
||||||
iframe#mail-index_messageIFRAME{
|
|
||||||
|
|
||||||
// Email Inhalt
|
|
||||||
div{}
|
|
||||||
|
|
||||||
// Zeit für das Anzeigen
|
|
||||||
div#divGenTime{}
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
} // Ende: Ansicht der Emails
|
|
||||||
|
|
||||||
|
|
||||||
} // Ende alles
|
|
||||||
|
|
||||||
} // iframe
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// #################################################################################
|
|
||||||
// Sidebox
|
|
||||||
|
|
||||||
.egw_fw_ui_category_content{
|
|
||||||
|
|
||||||
// Create Feld
|
|
||||||
#mail-index_buttonmailcreate{
|
|
||||||
margin-left: -14px;
|
|
||||||
// Create Button
|
|
||||||
button#mail-index_button[mailcreate],
|
|
||||||
button[id*="mailcreate"]{
|
|
||||||
|
|
||||||
//
|
|
||||||
// .Complete_Button_add;
|
|
||||||
// background-image: url("images/write_mail.png") !important;
|
|
||||||
// background-position: left center;
|
|
||||||
// background-repeat: no-repeat;
|
|
||||||
// padding-left: 25px;
|
|
||||||
// text-align: left;
|
|
||||||
// width: 99%;
|
|
||||||
//
|
|
||||||
//// background-image: url("images/write_mail.png") !important;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// Mail Liste der Postfächer
|
|
||||||
span#mail-tree_target {
|
|
||||||
max-height: 50%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.dtree {
|
|
||||||
.basefontfamily;
|
|
||||||
}
|
|
||||||
|
|
||||||
} // Ende Sidebox
|
|
||||||
|
|
||||||
/* ##################################################################################
|
|
||||||
* E-Mail Dialog "Compose"
|
|
||||||
*
|
|
||||||
* ##################################################################################
|
|
||||||
*/
|
|
||||||
#mail-compose{
|
|
||||||
// gesamtbreite
|
|
||||||
width: 870px;
|
|
||||||
padding: 5px;
|
|
||||||
|
|
||||||
|
|
||||||
// ##################################
|
|
||||||
// Toolbar
|
|
||||||
|
|
||||||
.mail-compose_toolbar{
|
|
||||||
img{width: 22px;}
|
|
||||||
// Button senden -> dev_buttons.less
|
|
||||||
.mail-compose_button{
|
|
||||||
margin-right: 15px;
|
|
||||||
padding: 0 3px 0 0;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
// Save
|
|
||||||
img#mail-compose_button[saveAsDraft],
|
|
||||||
.et2_button_icon {
|
|
||||||
vertical-align: middle;
|
|
||||||
padding: 2px;
|
|
||||||
.Complete_Button_Icon_normal;
|
|
||||||
&:hover {.box_shadow_standard_light_hover; .background-color-15-gray;}
|
|
||||||
&:focus {.box_shadow_standard_light_inset; .background-color-15-gray;}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Dateien Upload
|
|
||||||
.et2_file,
|
|
||||||
.mail-compose_fileselector{
|
|
||||||
vertical-align: middle;
|
|
||||||
#mail-compose_uploadForCompose{
|
|
||||||
|
|
||||||
font-size: 0.7em;
|
|
||||||
.Complete_Button_text_icon_before;
|
|
||||||
background-image: url(images/attach.png) !important;
|
|
||||||
.background-color-5-gray;
|
|
||||||
height: 20px;
|
|
||||||
margin-left: 5px;
|
|
||||||
&:hover {.box_shadow_standard_light_hover; .background-color-15-gray;}
|
|
||||||
|
|
||||||
&:focus {.box_shadow_standard_light_inset; .background-color-15-gray;}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
div.progress {width: 247px;}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Speichern als
|
|
||||||
span.et2_label {font-size: 0.7em;}
|
|
||||||
|
|
||||||
//als INfolog
|
|
||||||
.mail-compose_infolog{
|
|
||||||
vertical-align: middle;
|
|
||||||
height: 20px;
|
|
||||||
padding: 3px 2px;
|
|
||||||
.Complete_Button_Icon_normal;
|
|
||||||
margin-right: 3px;
|
|
||||||
.et2_button_icon {border: none; box-shadow: none; border-radius: 0px; background-color: transparent;}
|
|
||||||
|
|
||||||
}
|
|
||||||
//als Ticket
|
|
||||||
.mail-compose_tracker{
|
|
||||||
vertical-align: middle;
|
|
||||||
height: 20px;
|
|
||||||
padding: 3px 2px;
|
|
||||||
.Complete_Button_Icon_normal;
|
|
||||||
margin-right: 3px;
|
|
||||||
span.et2_label {font-size: 0.7em; height: 20px;}
|
|
||||||
.et2_button_icon {border: none; box-shadow: none; border-radius: 0px; background-color: transparent;}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// Empfangsbenachrichtigung
|
|
||||||
.mail-compose_notification{
|
|
||||||
vertical-align: middle;
|
|
||||||
height: 20px;
|
|
||||||
padding: 3px 2px;
|
|
||||||
.Complete_Button_Icon_normal;
|
|
||||||
margin-right: 3px;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
// Priorität
|
|
||||||
.mail-compose_priority{
|
|
||||||
vertical-align: middle;
|
|
||||||
height: 20px;
|
|
||||||
padding: 3px 2px;
|
|
||||||
.Complete_Button_Icon_normal;
|
|
||||||
margin-right: 3px;
|
|
||||||
|
|
||||||
span.et2_label {margin-right: 3px;}
|
|
||||||
|
|
||||||
select#mail-compose_priority{
|
|
||||||
box-shadow: none;
|
|
||||||
font-size: 0.8em;
|
|
||||||
border: none;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
} // Toolbar Ende
|
|
||||||
|
|
||||||
|
|
||||||
// #############################
|
|
||||||
// Mail Header
|
|
||||||
|
|
||||||
.mailComposeHeaders,.mailComposeHeadersSection{
|
|
||||||
margin: 2px 0;
|
|
||||||
width: 98%;
|
|
||||||
|
|
||||||
span { width: 8em; font-size: 0.8em;}
|
|
||||||
|
|
||||||
|
|
||||||
div{ max-width: 770px; }
|
|
||||||
|
|
||||||
// Automatische Auwahlliste
|
|
||||||
span.ui-state-error {color: @egw_color_2_c;}
|
|
||||||
div.ms-res-item-active {
|
|
||||||
background: @egw_color_2_a;
|
|
||||||
span {color: #FFFFFF;}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// Betreff
|
|
||||||
input#mail-compose_subject { max-width: 750px;}
|
|
||||||
|
|
||||||
|
|
||||||
} // Ende Header
|
|
||||||
|
|
||||||
// Mail Body
|
|
||||||
|
|
||||||
|
|
||||||
// Signature
|
|
||||||
fieldset.mailSignature {
|
|
||||||
font-size: 0.8em;
|
|
||||||
|
|
||||||
select {}
|
|
||||||
span {margin-left: 8px;}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
} // Ende Dialog
|
|
||||||
|
|
||||||
/* ##################################################################################
|
|
||||||
* E-Mail Dialog "Ansehen"
|
|
||||||
*
|
|
||||||
* ##################################################################################
|
|
||||||
*/
|
|
||||||
#mail-display{
|
|
||||||
// gesamtbreite
|
|
||||||
width: 870px;
|
|
||||||
padding: 5px;
|
|
||||||
.mailDisplayHeaderSection{
|
|
||||||
top: 0;
|
|
||||||
position: relative;
|
|
||||||
#mail-display_toolbar{
|
|
||||||
background-color: @egw_color_2_e;
|
|
||||||
padding: 5px 3px;
|
|
||||||
height: 25px;
|
|
||||||
display: -webkit-box;
|
|
||||||
button {
|
|
||||||
// float: left;
|
|
||||||
.Complete_Button_Icon_normal;
|
|
||||||
height: 20px;
|
|
||||||
&:hover {.box_shadow_standard_light_hover; .background-color-15-gray;}
|
|
||||||
&:focus {.box_shadow_standard_light_inset; .background-color-15-gray;}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Button ?
|
|
||||||
|
|
||||||
// Button antworten
|
|
||||||
|
|
||||||
// allen antworten
|
|
||||||
|
|
||||||
// Forward
|
|
||||||
#mail-display_forward_wrapper {
|
|
||||||
|
|
||||||
&:hover {}
|
|
||||||
&:focus {}
|
|
||||||
|
|
||||||
li {
|
|
||||||
a {
|
|
||||||
img { width: 16px;margin-right: 3px;}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
// ?
|
|
||||||
|
|
||||||
// speichern
|
|
||||||
#mail-display_save_wrapper{
|
|
||||||
|
|
||||||
|
|
||||||
&:hover {}
|
|
||||||
&:focus {}
|
|
||||||
|
|
||||||
// das Wort speichern
|
|
||||||
button#mail-display_save {
|
|
||||||
|
|
||||||
background-image: url('../images/speichern.png');
|
|
||||||
background-position: left center;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-size: 16px 16px;
|
|
||||||
box-shadow: none;
|
|
||||||
|
|
||||||
&:hover {
|
|
||||||
img {display: none; background-image: none;}
|
|
||||||
}
|
|
||||||
|
|
||||||
&:focus {box-shadow: none; }
|
|
||||||
}
|
|
||||||
li {
|
|
||||||
a {
|
|
||||||
img { width: 16px;margin-right: 3px;}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// anzeigen
|
|
||||||
|
|
||||||
#mail-display_view_wrapper{
|
|
||||||
|
|
||||||
&:hover {}
|
|
||||||
&:focus {}
|
|
||||||
|
|
||||||
button#mail-display_view{
|
|
||||||
box-shadow: none;
|
|
||||||
|
|
||||||
&:hover {
|
|
||||||
img {display: none; background-image: none;}
|
|
||||||
}
|
|
||||||
|
|
||||||
&:focus {box-shadow: none; }
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
li {
|
|
||||||
a {
|
|
||||||
img { width: 16px;margin-right: 3px;}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// mark
|
|
||||||
|
|
||||||
#mail-display_mark_wrapper{
|
|
||||||
|
|
||||||
&:hover {}
|
|
||||||
&:focus {}
|
|
||||||
|
|
||||||
button#mail-display_mark{
|
|
||||||
box-shadow: none;
|
|
||||||
|
|
||||||
&:hover {
|
|
||||||
img {display: none; background-image: none;}
|
|
||||||
}
|
|
||||||
|
|
||||||
&:focus {box-shadow: none; }
|
|
||||||
}
|
|
||||||
|
|
||||||
li {
|
|
||||||
a {
|
|
||||||
img { width: 16px;margin-right: 3px;}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// Dateianhänge
|
|
||||||
|
|
||||||
.mailDisplayAttachments {
|
|
||||||
// background-color:#efefdf;
|
|
||||||
.background-color-10-gray;
|
|
||||||
|
|
||||||
max-height: 10%;
|
|
||||||
position: fixed;
|
|
||||||
bottom: 26px;
|
|
||||||
|
|
||||||
border: 0px solid @egw_color_3_a;
|
|
||||||
|
|
||||||
border-bottom: 0px;
|
|
||||||
opacity: 1;
|
|
||||||
-moz-opacity:1;
|
|
||||||
// filter: Alpha(opacity=100);
|
|
||||||
|
|
||||||
img {width: 16px;}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
} // Ende Display
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* ##################################################################################
|
|
||||||
* E-Mail
|
|
||||||
*
|
|
||||||
* ##################################################################################
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* felamimail uses the styledefinitions below to format navButton/navSeparator */
|
|
||||||
tr.navbarBackground {
|
|
||||||
background-color:#dddddd;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.navButton {
|
|
||||||
background-color:#dddddd;
|
|
||||||
float:left;
|
|
||||||
padding: 2px;
|
|
||||||
margin: 2px;
|
|
||||||
border: solid #dddddd 1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.navButton:hover, div.navButtonHover {
|
|
||||||
background-color:#eeeeee;
|
|
||||||
float:left;
|
|
||||||
padding: 2px;
|
|
||||||
margin: 2px;
|
|
||||||
border: solid white 1px;
|
|
||||||
border-right: solid black 1px;
|
|
||||||
border-bottom: solid black 1px;
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.navButton:active, div.navButtonActive {
|
|
||||||
background-color:#dddddd;
|
|
||||||
float:left;
|
|
||||||
padding: 2px;
|
|
||||||
margin: 2px;
|
|
||||||
border: solid white 1px;
|
|
||||||
border-left: solid black 1px;
|
|
||||||
border-top: solid black 1px;
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.navSeparator {
|
|
||||||
background-color:#dddddd;
|
|
||||||
float:left;
|
|
||||||
padding: 0px;
|
|
||||||
margin: 2px;
|
|
||||||
border: solid silver 1px;
|
|
||||||
height:24px;
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Fixes z-index problem with the calendar year selection (displays behind selectboxes)*/
|
|
||||||
.calendar .combo {
|
|
||||||
z-index: 1 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
//#############################################################################################
|
|
||||||
// mail/templates/app.css
|
|
||||||
|
|
||||||
textarea
|
textarea
|
||||||
{
|
{
|
||||||
font-family: monospace, sans-serif;
|
font-family: monospace, sans-serif;
|
||||||
@ -585,15 +15,12 @@ textarea
|
|||||||
|
|
||||||
tr.mail div {
|
tr.mail div {
|
||||||
cursor: default;
|
cursor: default;
|
||||||
white-space: normal;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
|
||||||
span {text-overflow: ellipsis;white-space: normal;}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.mail a {
|
tr.mail a {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.recent div,
|
tr.recent div,
|
||||||
@ -699,20 +126,20 @@ tr.forwarded span.status_img {
|
|||||||
|
|
||||||
.subjectBold
|
.subjectBold
|
||||||
{
|
{
|
||||||
font-size: 12px;
|
FONT-SIZE: 12px;
|
||||||
font-weight : bold;
|
font-weight : bold;
|
||||||
font-family : Arial;
|
font-family : Arial;
|
||||||
}
|
}
|
||||||
|
|
||||||
.subject
|
.subject
|
||||||
{
|
{
|
||||||
font-size: 12px;
|
FONT-SIZE: 12px;
|
||||||
font-family : Arial;
|
font-family : Arial;
|
||||||
}
|
}
|
||||||
|
|
||||||
TR.sieveRowActive
|
TR.sieveRowActive
|
||||||
{
|
{
|
||||||
font-size: 11px;
|
FONT-SIZE: 11px;
|
||||||
height : 20px;
|
height : 20px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
background : White;
|
background : White;
|
||||||
@ -720,14 +147,14 @@ TR.sieveRowActive
|
|||||||
|
|
||||||
A.sieveRowActive
|
A.sieveRowActive
|
||||||
{
|
{
|
||||||
font-size: 11px;
|
FONT-SIZE: 11px;
|
||||||
height : 14px;
|
height : 14px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
TR.sieveRowInActive
|
TR.sieveRowInActive
|
||||||
{
|
{
|
||||||
font-size: 11px;
|
FONT-SIZE: 11px;
|
||||||
height : 20px;
|
height : 20px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
background : White;
|
background : White;
|
||||||
@ -736,7 +163,7 @@ TR.sieveRowInActive
|
|||||||
|
|
||||||
A.sieveRowInActive
|
A.sieveRowInActive
|
||||||
{
|
{
|
||||||
font-size: 11px;
|
FONT-SIZE: 11px;
|
||||||
height : 14px;
|
height : 14px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
color: Silver;
|
color: Silver;
|
||||||
@ -807,71 +234,55 @@ pre {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.dtree {
|
.dtree {
|
||||||
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
|
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
color: #666;
|
color: #666;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
||||||
div {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
img {
|
|
||||||
border: 0px;
|
|
||||||
vertical-align: middle;
|
|
||||||
}
|
|
||||||
a {
|
|
||||||
color: #333;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
a.node, a.nodeSel {
|
|
||||||
white-space: nowrap;
|
|
||||||
padding: 1px 2px 1px 2px;
|
|
||||||
|
|
||||||
&:hover{
|
|
||||||
color: #333;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
a.nodeSel {
|
|
||||||
background-color: #c0d2ec;
|
|
||||||
}
|
|
||||||
.clip {
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
table, tr, td {
|
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
table {
|
|
||||||
overflow: hidden;
|
|
||||||
width: 100%;
|
|
||||||
display: table-row;
|
|
||||||
}
|
|
||||||
tbody, tr, td, span {
|
|
||||||
width: 100%;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// Ende dtree
|
|
||||||
}
|
}
|
||||||
|
.dtree div {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.dtree img {
|
||||||
|
border: 0px;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.dtree a {
|
||||||
|
color: #333;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
.dtree a.node, .dtree a.nodeSel {
|
||||||
|
white-space: nowrap;
|
||||||
|
padding: 1px 2px 1px 2px;
|
||||||
|
}
|
||||||
|
.dtree a.node:hover, .dtree a.nodeSel:hover {
|
||||||
|
color: #333;
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
.dtree a.nodeSel {
|
||||||
|
background-color: #c0d2ec;
|
||||||
|
}
|
||||||
|
.dtree .clip {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
.dtree table, .dtree tr, .dtree td {
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
.dtree table {
|
||||||
|
overflow: hidden;
|
||||||
|
width: 100%;
|
||||||
|
display: table-row;
|
||||||
|
}
|
||||||
|
.dtree tbody, .dtree tr, .dtree td, .dtree span {
|
||||||
|
width: 100%;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
.useEllipsis {
|
.useEllipsis {
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
width: 250px;
|
width: 250px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#mail-index {
|
#mail-index {
|
||||||
position: relative
|
position: relative
|
||||||
}
|
}
|
||||||
@ -928,9 +339,7 @@ input[type=button] {
|
|||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
//#mail-index_button\[mailcreate\]
|
#mail-index_button\[mailcreate\] {
|
||||||
|
|
||||||
#mail-index_button[id*="mailcreate"]{
|
|
||||||
width: 99%;
|
width: 99%;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
@ -940,21 +349,21 @@ input[type=button] {
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
//#mail-compose_button[id*="send"] {
|
#mail-compose_button\[send\] {
|
||||||
// text-align: left;
|
text-align: left;
|
||||||
// font-weight: bold;
|
font-weight: bold;
|
||||||
// padding-left: 30px;
|
padding-left: 30px;
|
||||||
// width: 80px;
|
width: 80px;
|
||||||
// margin: 0px !important;
|
margin: 0px !important;
|
||||||
// background-image: url(images/mail_send.png) !important;
|
background-image: url(images/mail_send.png) !important;
|
||||||
// background-position: left;
|
background-position: left;
|
||||||
// background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
//}
|
}
|
||||||
|
|
||||||
.mailDisplay, #mail-index_mailPreview {
|
.mailDisplay, #mail-index_mailPreview {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-top: 5px;
|
margin-top: 3px;
|
||||||
}
|
}
|
||||||
#mail-compose_fileselector {
|
#mail-compose_fileselector {
|
||||||
width: 245px !important;
|
width: 245px !important;
|
||||||
@ -975,9 +384,6 @@ input[type=button] {
|
|||||||
padding: 0px;
|
padding: 0px;
|
||||||
height: 16px !important;
|
height: 16px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#mail-display_toolbar {
|
#mail-display_toolbar {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
@ -989,99 +395,48 @@ input[type=button] {
|
|||||||
padding: 0px;
|
padding: 0px;
|
||||||
height: 16px !important;
|
height: 16px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#mail-index_mailPreviewIcons {
|
#mail-index_mailPreviewIcons {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
}
|
}
|
||||||
|
#mail-index_toolbar {
|
||||||
// Headerbereich grau hinterlegt
|
padding: 0px;
|
||||||
|
}
|
||||||
|
#mail-index_toolbar > button > span {
|
||||||
|
padding: .2em .4em;
|
||||||
|
}
|
||||||
|
#mail-index_toolbar > button > span > img {
|
||||||
|
width: 16px;
|
||||||
|
padding: 0px;
|
||||||
|
height: 16px !important;
|
||||||
|
}
|
||||||
#mail-index_mailPreviewContainer {
|
#mail-index_mailPreviewContainer {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
border: 1px solid silver;
|
border: 1px solid silver;
|
||||||
top: 75px;
|
top: 60px;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 3px;
|
left: 3px;
|
||||||
right: 0;
|
right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Toolbar der Email
|
|
||||||
|
|
||||||
#mail-index_toolbar {
|
|
||||||
padding: 0px;
|
|
||||||
background: none;
|
|
||||||
margin: 5px 5px 0 0;
|
|
||||||
border: none;
|
|
||||||
|
|
||||||
button {
|
|
||||||
background: none;
|
|
||||||
background-image: none;
|
|
||||||
|
|
||||||
.Complete_Button_Icon_normal;
|
|
||||||
|
|
||||||
&:hover {.Complete_Button_Icon_hover;}
|
|
||||||
&:active {.Complete_Button_Icon_active;}
|
|
||||||
&:focus {border: none;}
|
|
||||||
|
|
||||||
span {
|
|
||||||
padding: .2em .6em;
|
|
||||||
|
|
||||||
img {
|
|
||||||
width: 16px;
|
|
||||||
padding: 0px;
|
|
||||||
height: 16px !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
//#mail-index_toolbar > button > span {
|
|
||||||
// padding: .2em .4em;
|
|
||||||
//}
|
|
||||||
//#mail-index_toolbar > button > span > img {
|
|
||||||
// width: 16px;
|
|
||||||
// padding: 0px;
|
|
||||||
// height: 16px !important;
|
|
||||||
//}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Anhänge an Email
|
|
||||||
|
|
||||||
#mail-index_previewAttachmentArea {
|
#mail-index_previewAttachmentArea {
|
||||||
// background-color:#efefdf;
|
background-color:#efefdf;
|
||||||
.background-color-10-gray;
|
max-height: 10%;
|
||||||
max-height: 5%;
|
|
||||||
max-width: 50%;
|
max-width: 50%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
overflow:scroll;
|
overflow:scroll;
|
||||||
overflow-x:hidden;
|
overflow-x:hidden;
|
||||||
right: 7px;
|
right: 0;
|
||||||
top: 37px;
|
top: 25px;
|
||||||
.border-color-10-gray;
|
border: 1px solid red;
|
||||||
.border_normal;
|
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
-moz-opacity:1;
|
-moz-opacity:1;
|
||||||
// filter: Alpha(opacity=100);
|
filter: Alpha(opacity=100);
|
||||||
|
|
||||||
img {width: 16px; height: 16px;}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
#mail-index_previewAttachmentArea.noContent {
|
#mail-index_previewAttachmentArea.noContent {
|
||||||
border:0px !important;
|
border:0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.mailDisplayContainer, .mailDisplayAttachments {
|
.mailDisplayContainer, .mailDisplayAttachments {
|
||||||
display: block;
|
display: block;
|
||||||
display: -moz-inline-stack;
|
display: -moz-inline-stack;
|
||||||
@ -1100,17 +455,17 @@ input[type=button] {
|
|||||||
top: 120px;
|
top: 120px;
|
||||||
bottom: 100px;
|
bottom: 100px;
|
||||||
}
|
}
|
||||||
//.mailDisplayAttachments {
|
.mailDisplayAttachments {
|
||||||
// background-color:#efefdf;
|
background-color:#efefdf;
|
||||||
// max-height: 10%;
|
max-height: 10%;
|
||||||
// position: fixed;
|
position: fixed;
|
||||||
// bottom: 26px;
|
bottom: 26px;
|
||||||
// border: 1px solid red;
|
border: 1px solid red;
|
||||||
// border-bottom: 0px;
|
border-bottom: 0px;
|
||||||
// opacity: 1;
|
opacity: 1;
|
||||||
// -moz-opacity:1;
|
-moz-opacity:1;
|
||||||
//// filter: Alpha(opacity=100);
|
filter: Alpha(opacity=100);
|
||||||
//}
|
}
|
||||||
/*
|
/*
|
||||||
#divGenTime {
|
#divGenTime {
|
||||||
background-color:#efefdf;
|
background-color:#efefdf;
|
||||||
@ -1147,6 +502,3 @@ div.mailComposeHeaders > span:first-child {
|
|||||||
div.mailDisplayHeaders > span:first-child, div.mailComposeHeaders > span:first-child, div.mailComposeBody, div.mailPreviewHeaders > * {
|
div.mailDisplayHeaders > span:first-child, div.mailComposeHeaders > span:first-child, div.mailComposeBody, div.mailPreviewHeaders > * {
|
||||||
margin-left: 3px;
|
margin-left: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
940
mail/templates/pixelegg/app.css
Executable file
@ -0,0 +1,940 @@
|
|||||||
|
/**
|
||||||
|
* EGroupware: CSS with less preprocessor
|
||||||
|
*
|
||||||
|
* Please do NOT change app.css directly, instead change app.less and compile it!
|
||||||
|
*
|
||||||
|
* @link http://www.egroupware.org
|
||||||
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||||
|
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
||||||
|
* @package mail
|
||||||
|
* @version $Id$
|
||||||
|
*/
|
||||||
|
div#mail-index div#mail-index_mailSplitter {
|
||||||
|
margin: 0 1% 0 0 !important;
|
||||||
|
}
|
||||||
|
div#mail-index div#mail-index_mailSplitter div#mail-index_nm div.nextmatch_header div.filters {
|
||||||
|
padding: 0 0 0 1em;
|
||||||
|
background-color: #f0f0f0;
|
||||||
|
margin-bottom: 3px;
|
||||||
|
margin: 0em;
|
||||||
|
border-width: 0 0 1px 0;
|
||||||
|
border-color: #d9d9d9;
|
||||||
|
background-image: none;
|
||||||
|
}
|
||||||
|
div#mail-index div#mail-index_mailSplitter div#mail-index_nm tr.mail td img {
|
||||||
|
height: 16px;
|
||||||
|
}
|
||||||
|
div#mail-index div#mail-index_mailSplitter div#mail-index_mailPreview {
|
||||||
|
padding: 3px;
|
||||||
|
margin: 5px 0;
|
||||||
|
background-color: #bfbfbf;
|
||||||
|
}
|
||||||
|
div#mail-index div#mail-index_mailSplitter div#mail-index_mailPreview div#mail-index_mailPreviewHeadersFrom {
|
||||||
|
width: 50%;
|
||||||
|
}
|
||||||
|
div#mail-index div#mail-index_mailSplitter div#mail-index_mailPreview div#mail-index_mailPreviewHeadersTo {
|
||||||
|
width: 50%;
|
||||||
|
}
|
||||||
|
div#mail-index div#mail-index_mailSplitter div#mail-index_mailPreview div#mail-index_mailPreviewHeadersDate {
|
||||||
|
width: 50%;
|
||||||
|
}
|
||||||
|
div#mail-index div#mail-index_mailSplitter div#mail-index_mailPreview div#mail-index_mailPreviewHeadersSubject {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.egw_fw_ui_category_content #mail-index_buttonmailcreate {
|
||||||
|
margin-left: -14px;
|
||||||
|
}
|
||||||
|
.egw_fw_ui_category_content span#mail-tree_target {
|
||||||
|
max-height: 50%;
|
||||||
|
}
|
||||||
|
.egw_fw_ui_category_content .dtree {
|
||||||
|
font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
|
||||||
|
font-size: 87.5%;
|
||||||
|
}
|
||||||
|
/* ##################################################################################
|
||||||
|
* E-Mail Dialog "Compose"
|
||||||
|
*
|
||||||
|
* ##################################################################################
|
||||||
|
*/
|
||||||
|
#mail-compose {
|
||||||
|
width: 870px;
|
||||||
|
padding: 5px;
|
||||||
|
}
|
||||||
|
#mail-compose .mail-compose_toolbar img {
|
||||||
|
width: 22px;
|
||||||
|
}
|
||||||
|
#mail-compose .mail-compose_toolbar .mail-compose_button {
|
||||||
|
margin-right: 15px;
|
||||||
|
padding: 0 3px 0 0;
|
||||||
|
}
|
||||||
|
#mail-compose .mail-compose_toolbar img#mail-compose_button[saveAsDraft],
|
||||||
|
#mail-compose .mail-compose_toolbar .et2_button_icon {
|
||||||
|
vertical-align: middle;
|
||||||
|
padding: 2px;
|
||||||
|
background-color: #f0f0f0;
|
||||||
|
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||||
|
-webkit-border-radius: 3px;
|
||||||
|
-moz-border-radius: 3px;
|
||||||
|
border-radius: 3px;
|
||||||
|
}
|
||||||
|
#mail-compose .mail-compose_toolbar img#mail-compose_button[saveAsDraft]:hover,
|
||||||
|
#mail-compose .mail-compose_toolbar .et2_button_icon:hover {
|
||||||
|
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||||
|
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||||
|
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||||
|
background-color: #d9d9d9;
|
||||||
|
}
|
||||||
|
#mail-compose .mail-compose_toolbar img#mail-compose_button[saveAsDraft]:focus,
|
||||||
|
#mail-compose .mail-compose_toolbar .et2_button_icon:focus {
|
||||||
|
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
-moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
background-color: #d9d9d9;
|
||||||
|
}
|
||||||
|
#mail-compose .mail-compose_toolbar .et2_file,
|
||||||
|
#mail-compose .mail-compose_toolbar .mail-compose_fileselector {
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
#mail-compose .mail-compose_toolbar .et2_file #mail-compose_uploadForCompose,
|
||||||
|
#mail-compose .mail-compose_toolbar .mail-compose_fileselector #mail-compose_uploadForCompose {
|
||||||
|
font-size: 0.7em;
|
||||||
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||||
|
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
color: #000000;
|
||||||
|
padding-left: 30px !important;
|
||||||
|
background-position: 6px center;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-size: 20px auto;
|
||||||
|
width: auto;
|
||||||
|
height: 32px;
|
||||||
|
background-image: url(images/attach.png) !important;
|
||||||
|
background-color: #fafafa;
|
||||||
|
height: 20px;
|
||||||
|
margin-left: 5px;
|
||||||
|
}
|
||||||
|
#mail-compose .mail-compose_toolbar .et2_file #mail-compose_uploadForCompose:hover,
|
||||||
|
#mail-compose .mail-compose_toolbar .mail-compose_fileselector #mail-compose_uploadForCompose:hover {
|
||||||
|
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||||
|
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||||
|
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||||
|
background-color: #d9d9d9;
|
||||||
|
}
|
||||||
|
#mail-compose .mail-compose_toolbar .et2_file #mail-compose_uploadForCompose:focus,
|
||||||
|
#mail-compose .mail-compose_toolbar .mail-compose_fileselector #mail-compose_uploadForCompose:focus {
|
||||||
|
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
-moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
background-color: #d9d9d9;
|
||||||
|
}
|
||||||
|
#mail-compose .mail-compose_toolbar .et2_file div.progress,
|
||||||
|
#mail-compose .mail-compose_toolbar .mail-compose_fileselector div.progress {
|
||||||
|
width: 247px;
|
||||||
|
}
|
||||||
|
#mail-compose .mail-compose_toolbar span.et2_label {
|
||||||
|
font-size: 0.7em;
|
||||||
|
}
|
||||||
|
#mail-compose .mail-compose_toolbar .mail-compose_infolog {
|
||||||
|
vertical-align: middle;
|
||||||
|
height: 20px;
|
||||||
|
padding: 3px 2px;
|
||||||
|
background-color: #f0f0f0;
|
||||||
|
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||||
|
-webkit-border-radius: 3px;
|
||||||
|
-moz-border-radius: 3px;
|
||||||
|
border-radius: 3px;
|
||||||
|
margin-right: 3px;
|
||||||
|
}
|
||||||
|
#mail-compose .mail-compose_toolbar .mail-compose_infolog .et2_button_icon {
|
||||||
|
border: none;
|
||||||
|
box-shadow: none;
|
||||||
|
border-radius: 0px;
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
#mail-compose .mail-compose_toolbar .mail-compose_tracker {
|
||||||
|
vertical-align: middle;
|
||||||
|
height: 20px;
|
||||||
|
padding: 3px 2px;
|
||||||
|
background-color: #f0f0f0;
|
||||||
|
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||||
|
-webkit-border-radius: 3px;
|
||||||
|
-moz-border-radius: 3px;
|
||||||
|
border-radius: 3px;
|
||||||
|
margin-right: 3px;
|
||||||
|
}
|
||||||
|
#mail-compose .mail-compose_toolbar .mail-compose_tracker span.et2_label {
|
||||||
|
font-size: 0.7em;
|
||||||
|
height: 20px;
|
||||||
|
}
|
||||||
|
#mail-compose .mail-compose_toolbar .mail-compose_tracker .et2_button_icon {
|
||||||
|
border: none;
|
||||||
|
box-shadow: none;
|
||||||
|
border-radius: 0px;
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
#mail-compose .mail-compose_toolbar .mail-compose_notification {
|
||||||
|
vertical-align: middle;
|
||||||
|
height: 20px;
|
||||||
|
padding: 3px 2px;
|
||||||
|
background-color: #f0f0f0;
|
||||||
|
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||||
|
-webkit-border-radius: 3px;
|
||||||
|
-moz-border-radius: 3px;
|
||||||
|
border-radius: 3px;
|
||||||
|
margin-right: 3px;
|
||||||
|
}
|
||||||
|
#mail-compose .mail-compose_toolbar .mail-compose_priority {
|
||||||
|
vertical-align: middle;
|
||||||
|
height: 20px;
|
||||||
|
padding: 3px 2px;
|
||||||
|
background-color: #f0f0f0;
|
||||||
|
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||||
|
-webkit-border-radius: 3px;
|
||||||
|
-moz-border-radius: 3px;
|
||||||
|
border-radius: 3px;
|
||||||
|
margin-right: 3px;
|
||||||
|
}
|
||||||
|
#mail-compose .mail-compose_toolbar .mail-compose_priority span.et2_label {
|
||||||
|
margin-right: 3px;
|
||||||
|
}
|
||||||
|
#mail-compose .mail-compose_toolbar .mail-compose_priority select#mail-compose_priority {
|
||||||
|
box-shadow: none;
|
||||||
|
font-size: 0.8em;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
#mail-compose .mailComposeHeaders,
|
||||||
|
#mail-compose .mailComposeHeadersSection {
|
||||||
|
margin: 2px 0;
|
||||||
|
width: 98%;
|
||||||
|
}
|
||||||
|
#mail-compose .mailComposeHeaders span,
|
||||||
|
#mail-compose .mailComposeHeadersSection span {
|
||||||
|
width: 8em;
|
||||||
|
font-size: 0.8em;
|
||||||
|
}
|
||||||
|
#mail-compose .mailComposeHeaders div,
|
||||||
|
#mail-compose .mailComposeHeadersSection div {
|
||||||
|
max-width: 770px;
|
||||||
|
}
|
||||||
|
#mail-compose .mailComposeHeaders span.ui-state-error,
|
||||||
|
#mail-compose .mailComposeHeadersSection span.ui-state-error {
|
||||||
|
color: #043a6b;
|
||||||
|
}
|
||||||
|
#mail-compose .mailComposeHeaders div.ms-res-item-active,
|
||||||
|
#mail-compose .mailComposeHeadersSection div.ms-res-item-active {
|
||||||
|
background: #0c5da5;
|
||||||
|
}
|
||||||
|
#mail-compose .mailComposeHeaders div.ms-res-item-active span,
|
||||||
|
#mail-compose .mailComposeHeadersSection div.ms-res-item-active span {
|
||||||
|
color: #FFFFFF;
|
||||||
|
}
|
||||||
|
#mail-compose .mailComposeHeaders input#mail-compose_subject,
|
||||||
|
#mail-compose .mailComposeHeadersSection input#mail-compose_subject {
|
||||||
|
max-width: 750px;
|
||||||
|
}
|
||||||
|
#mail-compose fieldset.mailSignature {
|
||||||
|
font-size: 0.8em;
|
||||||
|
}
|
||||||
|
#mail-compose fieldset.mailSignature span {
|
||||||
|
margin-left: 8px;
|
||||||
|
}
|
||||||
|
/* ##################################################################################
|
||||||
|
* E-Mail Dialog "Ansehen"
|
||||||
|
*
|
||||||
|
* ##################################################################################
|
||||||
|
*/
|
||||||
|
#mail-display {
|
||||||
|
width: 870px;
|
||||||
|
padding: 5px;
|
||||||
|
}
|
||||||
|
#mail-display .mailDisplayHeaderSection {
|
||||||
|
top: 0;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
#mail-display .mailDisplayHeaderSection #mail-display_toolbar {
|
||||||
|
background-color: #679fd2;
|
||||||
|
background-image: none;
|
||||||
|
padding: 5px 3px;
|
||||||
|
height: 25px;
|
||||||
|
display: -webkit-box;
|
||||||
|
}
|
||||||
|
#mail-display .mailDisplayHeaderSection #mail-display_toolbar button {
|
||||||
|
background-color: #f0f0f0;
|
||||||
|
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||||
|
-webkit-border-radius: 3px;
|
||||||
|
-moz-border-radius: 3px;
|
||||||
|
border-radius: 3px;
|
||||||
|
height: 20px;
|
||||||
|
}
|
||||||
|
#mail-display .mailDisplayHeaderSection #mail-display_toolbar button:hover {
|
||||||
|
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||||
|
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||||
|
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||||
|
background-color: #d9d9d9;
|
||||||
|
}
|
||||||
|
#mail-display .mailDisplayHeaderSection #mail-display_toolbar button:focus {
|
||||||
|
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
-moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
background-color: #d9d9d9;
|
||||||
|
}
|
||||||
|
#mail-display .mailDisplayHeaderSection #mail-display_toolbar span.ui-state-default {
|
||||||
|
float: left;
|
||||||
|
background-image: none;
|
||||||
|
}
|
||||||
|
#mail-display .mailDisplayHeaderSection #mail-display_toolbar #mail-display_forward_wrapper li a img {
|
||||||
|
width: 16px;
|
||||||
|
margin-right: 3px;
|
||||||
|
}
|
||||||
|
#mail-display .mailDisplayHeaderSection #mail-display_toolbar #mail-display_save_wrapper button#mail-display_save {
|
||||||
|
background-image: url('../images/speichern.png');
|
||||||
|
background-position: left center;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-size: 16px 16px;
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
#mail-display .mailDisplayHeaderSection #mail-display_toolbar #mail-display_save_wrapper button#mail-display_save:hover img {
|
||||||
|
display: none;
|
||||||
|
background-image: none;
|
||||||
|
}
|
||||||
|
#mail-display .mailDisplayHeaderSection #mail-display_toolbar #mail-display_save_wrapper button#mail-display_save:focus {
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
#mail-display .mailDisplayHeaderSection #mail-display_toolbar #mail-display_save_wrapper li a img {
|
||||||
|
width: 16px;
|
||||||
|
margin-right: 3px;
|
||||||
|
}
|
||||||
|
#mail-display .mailDisplayHeaderSection #mail-display_toolbar #mail-display_view_wrapper button#mail-display_view {
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
#mail-display .mailDisplayHeaderSection #mail-display_toolbar #mail-display_view_wrapper button#mail-display_view:hover img {
|
||||||
|
display: none;
|
||||||
|
background-image: none;
|
||||||
|
}
|
||||||
|
#mail-display .mailDisplayHeaderSection #mail-display_toolbar #mail-display_view_wrapper button#mail-display_view:focus {
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
#mail-display .mailDisplayHeaderSection #mail-display_toolbar #mail-display_view_wrapper li a img {
|
||||||
|
width: 16px;
|
||||||
|
margin-right: 3px;
|
||||||
|
}
|
||||||
|
#mail-display .mailDisplayHeaderSection #mail-display_toolbar #mail-display_mark_wrapper button#mail-display_mark {
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
#mail-display .mailDisplayHeaderSection #mail-display_toolbar #mail-display_mark_wrapper button#mail-display_mark:hover img {
|
||||||
|
display: none;
|
||||||
|
background-image: none;
|
||||||
|
}
|
||||||
|
#mail-display .mailDisplayHeaderSection #mail-display_toolbar #mail-display_mark_wrapper button#mail-display_mark:focus {
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
#mail-display .mailDisplayHeaderSection #mail-display_toolbar #mail-display_mark_wrapper li a img {
|
||||||
|
width: 16px;
|
||||||
|
margin-right: 3px;
|
||||||
|
}
|
||||||
|
#mail-display .mailDisplayAttachments {
|
||||||
|
background-color: #f0f0f0;
|
||||||
|
max-height: 10%;
|
||||||
|
position: fixed;
|
||||||
|
bottom: 26px;
|
||||||
|
border: 0px solid #560ead;
|
||||||
|
border-bottom: 0px;
|
||||||
|
opacity: 1;
|
||||||
|
-moz-opacity: 1;
|
||||||
|
}
|
||||||
|
#mail-display .mailDisplayAttachments img {
|
||||||
|
width: 16px;
|
||||||
|
}
|
||||||
|
#mail-display .mail_DisplayNone {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
/* ##################################################################################
|
||||||
|
* E-Mail
|
||||||
|
*
|
||||||
|
* ##################################################################################
|
||||||
|
*/
|
||||||
|
/* felamimail uses the styledefinitions below to format navButton/navSeparator */
|
||||||
|
tr.navbarBackground {
|
||||||
|
background-color: #dddddd;
|
||||||
|
}
|
||||||
|
div.navButton {
|
||||||
|
background-color: #dddddd;
|
||||||
|
float: left;
|
||||||
|
padding: 2px;
|
||||||
|
margin: 2px;
|
||||||
|
border: solid #dddddd 1px;
|
||||||
|
}
|
||||||
|
div.navButton:hover,
|
||||||
|
div.navButtonHover {
|
||||||
|
background-color: #eeeeee;
|
||||||
|
float: left;
|
||||||
|
padding: 2px;
|
||||||
|
margin: 2px;
|
||||||
|
border: solid white 1px;
|
||||||
|
border-right: solid black 1px;
|
||||||
|
border-bottom: solid black 1px;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
div.navButton:active,
|
||||||
|
div.navButtonActive {
|
||||||
|
background-color: #dddddd;
|
||||||
|
float: left;
|
||||||
|
padding: 2px;
|
||||||
|
margin: 2px;
|
||||||
|
border: solid white 1px;
|
||||||
|
border-left: solid black 1px;
|
||||||
|
border-top: solid black 1px;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
div.navSeparator {
|
||||||
|
background-color: #dddddd;
|
||||||
|
float: left;
|
||||||
|
padding: 0px;
|
||||||
|
margin: 2px;
|
||||||
|
border: solid silver 1px;
|
||||||
|
height: 24px;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
/* Fixes z-index problem with the calendar year selection (displays behind selectboxes)*/
|
||||||
|
.calendar .combo {
|
||||||
|
z-index: 1 !important;
|
||||||
|
}
|
||||||
|
textarea {
|
||||||
|
font-family: monospace, sans-serif;
|
||||||
|
font-size: 110%;
|
||||||
|
}
|
||||||
|
.defaultProfile {
|
||||||
|
color: #000000;
|
||||||
|
font-weight: bold !important;
|
||||||
|
}
|
||||||
|
.quoted1 {
|
||||||
|
color: #660066;
|
||||||
|
}
|
||||||
|
.quoted2 {
|
||||||
|
color: #007777;
|
||||||
|
}
|
||||||
|
.quoted3 {
|
||||||
|
color: #990000;
|
||||||
|
}
|
||||||
|
.quoted4 {
|
||||||
|
color: #000099;
|
||||||
|
}
|
||||||
|
.quoted5 {
|
||||||
|
color: #bb6600;
|
||||||
|
}
|
||||||
|
tr.mail div {
|
||||||
|
cursor: default;
|
||||||
|
white-space: normal;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
}
|
||||||
|
tr.mail div span {
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: normal;
|
||||||
|
}
|
||||||
|
tr.mail a {
|
||||||
|
cursor: pointer;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
}
|
||||||
|
tr.recent div,
|
||||||
|
tr.recent span,
|
||||||
|
tr.recent time,
|
||||||
|
tr.recent a,
|
||||||
|
tr.unseen div,
|
||||||
|
tr.unseen span,
|
||||||
|
tr.unseen time,
|
||||||
|
tr.unseen a {
|
||||||
|
color: #003075;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
tr.labelone div,
|
||||||
|
tr.labelone span,
|
||||||
|
tr.labelone time,
|
||||||
|
tr.labelone a {
|
||||||
|
color: #ff0080 !important;
|
||||||
|
}
|
||||||
|
tr.labeltwo div,
|
||||||
|
tr.labeltwo span,
|
||||||
|
tr.labeltwo time,
|
||||||
|
tr.labeltwo a {
|
||||||
|
color: #ff8000 !important;
|
||||||
|
}
|
||||||
|
tr.labelthree div,
|
||||||
|
tr.labelthree span,
|
||||||
|
tr.labelthree time,
|
||||||
|
tr.labelthree a {
|
||||||
|
color: #008000 !important;
|
||||||
|
}
|
||||||
|
tr.labelfour div,
|
||||||
|
tr.labelfour span,
|
||||||
|
tr.labelfour time,
|
||||||
|
tr.labelfour a {
|
||||||
|
color: #0000ff !important;
|
||||||
|
}
|
||||||
|
tr.labelfive div,
|
||||||
|
tr.labelfive span,
|
||||||
|
tr.labelfive time,
|
||||||
|
tr.labelfive a {
|
||||||
|
color: #8000ff !important;
|
||||||
|
}
|
||||||
|
tr.flagged div,
|
||||||
|
tr.flagged span,
|
||||||
|
tr.flagged time,
|
||||||
|
tr.flagged a {
|
||||||
|
color: #ff0000 !important;
|
||||||
|
}
|
||||||
|
tr.prio_high div,
|
||||||
|
tr.prio_high span,
|
||||||
|
tr.prio_high time,
|
||||||
|
tr.prio_high a {
|
||||||
|
color: #ac0000 !important;
|
||||||
|
}
|
||||||
|
tr.deleted div,
|
||||||
|
tr.deleted span,
|
||||||
|
tr.deleted time,
|
||||||
|
tr.deleted a {
|
||||||
|
color: silver;
|
||||||
|
text-decoration: line-through;
|
||||||
|
}
|
||||||
|
span.status_img {
|
||||||
|
display: inline-block;
|
||||||
|
width: 12px;
|
||||||
|
height: 12px;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-image: url(images/kmmsgread.png);
|
||||||
|
}
|
||||||
|
tr.deleted span.status_img {
|
||||||
|
background-image: url(images/kmmsgdel.png);
|
||||||
|
}
|
||||||
|
tr.unseen span.status_img {
|
||||||
|
background-image: url(images/kmmsgunseen.png);
|
||||||
|
}
|
||||||
|
tr.flagged_seen span.status_img {
|
||||||
|
background-image: url(images/read_flagged_small.png) !important;
|
||||||
|
}
|
||||||
|
tr.flagged_unseen span.status_img {
|
||||||
|
background-image: url(images/unread_flagged_small.png) !important;
|
||||||
|
}
|
||||||
|
tr.recent span.status_img {
|
||||||
|
background-image: url(images/kmmsgnew.png) !important;
|
||||||
|
}
|
||||||
|
tr.replied span.status_img {
|
||||||
|
background-image: url(images/kmmsgreplied.png) !important;
|
||||||
|
}
|
||||||
|
tr.forwarded span.status_img {
|
||||||
|
background-image: url(images/kmmsgforwarded.png) !important;
|
||||||
|
}
|
||||||
|
.subjectBold {
|
||||||
|
font-size: 12px;
|
||||||
|
font-weight: bold;
|
||||||
|
font-family: Arial;
|
||||||
|
}
|
||||||
|
.subject {
|
||||||
|
font-size: 12px;
|
||||||
|
font-family: Arial;
|
||||||
|
}
|
||||||
|
TR.sieveRowActive {
|
||||||
|
font-size: 11px;
|
||||||
|
height: 20px;
|
||||||
|
padding: 0;
|
||||||
|
background: White;
|
||||||
|
}
|
||||||
|
A.sieveRowActive {
|
||||||
|
font-size: 11px;
|
||||||
|
height: 14px;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
TR.sieveRowInActive {
|
||||||
|
font-size: 11px;
|
||||||
|
height: 20px;
|
||||||
|
padding: 0;
|
||||||
|
background: White;
|
||||||
|
color: Silver;
|
||||||
|
}
|
||||||
|
A.sieveRowInActive {
|
||||||
|
font-size: 11px;
|
||||||
|
height: 14px;
|
||||||
|
padding: 0;
|
||||||
|
color: Silver;
|
||||||
|
}
|
||||||
|
.bodyDIV {
|
||||||
|
position: absolute;
|
||||||
|
background-color: white;
|
||||||
|
top: 134px;
|
||||||
|
bottom: 0px;
|
||||||
|
width: 100%;
|
||||||
|
border-top: 1px solid #efefdf;
|
||||||
|
}
|
||||||
|
.bodyDIVAttachment {
|
||||||
|
bottom: 80px;
|
||||||
|
}
|
||||||
|
#attachmentSpanAllDIV {
|
||||||
|
background-color: #efefdf;
|
||||||
|
height: 260px;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
#attachmentDIV {
|
||||||
|
position: fixed;
|
||||||
|
background-color: #efefdf;
|
||||||
|
bottom: 0px;
|
||||||
|
min-height: 80px;
|
||||||
|
max-height: 239px;
|
||||||
|
width: 100%;
|
||||||
|
border-top: 1px solid silver;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
#popupattachmentDIV {
|
||||||
|
position: top;
|
||||||
|
background-color: #efefdf;
|
||||||
|
bottom: 0px;
|
||||||
|
min-height: 80px;
|
||||||
|
max-height: 239px;
|
||||||
|
width: 100%;
|
||||||
|
border-top: 1px solid silver;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
white-space: pre-wrap;
|
||||||
|
/* Mozilla, since 1999 */
|
||||||
|
white-space: -pre-wrap;
|
||||||
|
/* Opera 4-6 */
|
||||||
|
white-space: -o-pre-wrap;
|
||||||
|
/* Opera 7 */
|
||||||
|
width: 99%;
|
||||||
|
}
|
||||||
|
/*
|
||||||
|
avoid the vertical scrollbar within the sidebox section (triggered by the vertical dimension of the tree)
|
||||||
|
*/
|
||||||
|
.divSidebox {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
.textSidebox {
|
||||||
|
overflow-x: hidden;
|
||||||
|
overflow-y: auto;
|
||||||
|
}
|
||||||
|
/*
|
||||||
|
avoid the vertical scrollbar within the actual tablecontainer (of the tree)
|
||||||
|
*/
|
||||||
|
.containerTableStyle {
|
||||||
|
width: 100%;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
.dtree {
|
||||||
|
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
|
||||||
|
font-size: 11px;
|
||||||
|
color: #666;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
.dtree div {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.dtree img {
|
||||||
|
border: 0px;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.dtree a {
|
||||||
|
color: #333;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
.dtree a.node,
|
||||||
|
.dtree a.nodeSel {
|
||||||
|
white-space: nowrap;
|
||||||
|
padding: 1px 2px 1px 2px;
|
||||||
|
}
|
||||||
|
.dtree a.node:hover,
|
||||||
|
.dtree a.nodeSel:hover {
|
||||||
|
color: #333;
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
.dtree a.nodeSel {
|
||||||
|
background-color: #c0d2ec;
|
||||||
|
}
|
||||||
|
.dtree .clip {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
.dtree table,
|
||||||
|
.dtree tr,
|
||||||
|
.dtree td {
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
.dtree table {
|
||||||
|
overflow: hidden;
|
||||||
|
width: 100%;
|
||||||
|
display: table-row;
|
||||||
|
}
|
||||||
|
.dtree tbody,
|
||||||
|
.dtree tr,
|
||||||
|
.dtree td,
|
||||||
|
.dtree span {
|
||||||
|
width: 100%;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
.useEllipsis {
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
width: 250px;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
#mail-index {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
.mail-index_quotabox {
|
||||||
|
position: absolute;
|
||||||
|
top: 8px;
|
||||||
|
right: 74px;
|
||||||
|
width: 200px !important;
|
||||||
|
z-index: 99;
|
||||||
|
}
|
||||||
|
.mail-index_quotaDisplayNone {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
.mail-index_QuotaGreen,
|
||||||
|
.mail-index_QuotaYellow,
|
||||||
|
.mail-index_QuotaRed {
|
||||||
|
height: 12px !important;
|
||||||
|
width: 100px !important;
|
||||||
|
}
|
||||||
|
.mail-index_QuotaGreen > div {
|
||||||
|
background-color: green !important;
|
||||||
|
height: 11px !important;
|
||||||
|
}
|
||||||
|
.mail-index_QuotaYellow > div {
|
||||||
|
background-color: yellow !important;
|
||||||
|
height: 11px !important;
|
||||||
|
}
|
||||||
|
.mail-index_QuotaRed > div {
|
||||||
|
background-color: red !important;
|
||||||
|
height: 11px !important;
|
||||||
|
}
|
||||||
|
/*
|
||||||
|
influence the tree display and scrolling behavior
|
||||||
|
*/
|
||||||
|
#mail-tree_target {
|
||||||
|
min-height: 35px;
|
||||||
|
max-height: 450px;
|
||||||
|
display: block;
|
||||||
|
display: -moz-inline-stack;
|
||||||
|
display: -moz-box;
|
||||||
|
width: 100%;
|
||||||
|
overflow: hidden;
|
||||||
|
overflow-y: auto;
|
||||||
|
z-index: 100;
|
||||||
|
}
|
||||||
|
/*
|
||||||
|
we need the the image displayed with our buttons on the left side
|
||||||
|
*/
|
||||||
|
input[type=button] {
|
||||||
|
background-position: left;
|
||||||
|
}
|
||||||
|
#mail-index_messageIFRAME {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
|
#mail-index_button[id*="mailcreate"] {
|
||||||
|
width: 99%;
|
||||||
|
text-align: left;
|
||||||
|
font-weight: bold;
|
||||||
|
padding-left: 25px;
|
||||||
|
background-image: url(images/write_mail.png) !important;
|
||||||
|
background-position: left;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
}
|
||||||
|
.mailDisplay,
|
||||||
|
#mail-index_mailPreview {
|
||||||
|
overflow: hidden;
|
||||||
|
position: relative;
|
||||||
|
margin-top: 5px;
|
||||||
|
}
|
||||||
|
#mail-compose_fileselector {
|
||||||
|
width: 245px !important;
|
||||||
|
}
|
||||||
|
#mail-compose_toolbar {
|
||||||
|
padding: 0px !important;
|
||||||
|
}
|
||||||
|
#mail-compose_toolbar > button {
|
||||||
|
padding: .2em .4em;
|
||||||
|
}
|
||||||
|
#mail-compose_toolbar > img {
|
||||||
|
width: 16px;
|
||||||
|
padding: 0px;
|
||||||
|
height: 16px !important;
|
||||||
|
}
|
||||||
|
#mail-compose_toolbar > button > span > img {
|
||||||
|
width: 16px;
|
||||||
|
padding: 0px;
|
||||||
|
height: 16px !important;
|
||||||
|
}
|
||||||
|
#mail-display_toolbar {
|
||||||
|
padding: 0px;
|
||||||
|
}
|
||||||
|
#mail-display_toolbar > button > span {
|
||||||
|
padding: .2em .4em;
|
||||||
|
}
|
||||||
|
#mail-display_toolbar > button > span > img {
|
||||||
|
width: 16px;
|
||||||
|
padding: 0px;
|
||||||
|
height: 16px !important;
|
||||||
|
}
|
||||||
|
#mail-index_mailPreviewIcons {
|
||||||
|
position: absolute;
|
||||||
|
right: 0;
|
||||||
|
top: 0;
|
||||||
|
}
|
||||||
|
#mail-index_mailPreviewContainer {
|
||||||
|
position: absolute;
|
||||||
|
border: 1px solid silver;
|
||||||
|
top: 75px;
|
||||||
|
bottom: 0;
|
||||||
|
left: 3px;
|
||||||
|
right: 0;
|
||||||
|
}
|
||||||
|
#mail-index_toolbar {
|
||||||
|
padding: 0px;
|
||||||
|
background: none;
|
||||||
|
margin: 5px 5px 0 0;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
#mail-index_toolbar button {
|
||||||
|
background: none;
|
||||||
|
background-image: none;
|
||||||
|
background-color: #f0f0f0;
|
||||||
|
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||||
|
-webkit-border-radius: 3px;
|
||||||
|
-moz-border-radius: 3px;
|
||||||
|
border-radius: 3px;
|
||||||
|
}
|
||||||
|
#mail-index_toolbar button:hover {
|
||||||
|
background-color: #b3b3b3 !important;
|
||||||
|
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||||
|
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||||
|
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||||
|
border: 1px solid rgba(0, 0, 0, 0.5);
|
||||||
|
-webkit-border-radius: 3px;
|
||||||
|
-moz-border-radius: 3px;
|
||||||
|
border-radius: 3px;
|
||||||
|
}
|
||||||
|
#mail-index_toolbar button:active {
|
||||||
|
background-color: #808080;
|
||||||
|
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||||
|
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||||
|
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||||
|
border: 1px solid rgba(0, 0, 0, 0.9);
|
||||||
|
-webkit-border-radius: 3px;
|
||||||
|
-moz-border-radius: 3px;
|
||||||
|
border-radius: 3px;
|
||||||
|
}
|
||||||
|
#mail-index_toolbar button:focus {
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
#mail-index_toolbar button span {
|
||||||
|
padding: .2em .6em;
|
||||||
|
}
|
||||||
|
#mail-index_toolbar button span img {
|
||||||
|
width: 16px;
|
||||||
|
padding: 0px;
|
||||||
|
height: 16px !important;
|
||||||
|
}
|
||||||
|
#mail-index_previewAttachmentArea {
|
||||||
|
background-color: #f0f0f0;
|
||||||
|
max-height: 5%;
|
||||||
|
max-width: 50%;
|
||||||
|
position: absolute;
|
||||||
|
overflow: scroll;
|
||||||
|
overflow-x: hidden;
|
||||||
|
right: 7px;
|
||||||
|
top: 37px;
|
||||||
|
border-color: #f0f0f0;
|
||||||
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||||
|
opacity: 1;
|
||||||
|
-moz-opacity: 1;
|
||||||
|
}
|
||||||
|
#mail-index_previewAttachmentArea img {
|
||||||
|
width: 16px;
|
||||||
|
height: 16px;
|
||||||
|
}
|
||||||
|
#mail-index_previewAttachmentArea.noContent {
|
||||||
|
border: 0px !important;
|
||||||
|
}
|
||||||
|
.mailDisplayContainer,
|
||||||
|
.mailDisplayAttachments {
|
||||||
|
display: block;
|
||||||
|
display: -moz-inline-stack;
|
||||||
|
display: -moz-box;
|
||||||
|
width: 99%;
|
||||||
|
overflow: hidden;
|
||||||
|
overflow-y: auto;
|
||||||
|
left: 3px;
|
||||||
|
right: 3px;
|
||||||
|
}
|
||||||
|
.mailDisplayContainer {
|
||||||
|
position: fixed;
|
||||||
|
overflow: hidden;
|
||||||
|
overflow-y: auto;
|
||||||
|
border: 1px solid silver;
|
||||||
|
top: 120px;
|
||||||
|
bottom: 100px;
|
||||||
|
}
|
||||||
|
/*
|
||||||
|
#divGenTime {
|
||||||
|
background-color:#efefdf;
|
||||||
|
max-height: 10%;
|
||||||
|
position: fixed;
|
||||||
|
bottom: 1px;
|
||||||
|
border: 1px solid red;
|
||||||
|
border-top: 1px solid black;
|
||||||
|
left: 3px;
|
||||||
|
right: 3px;
|
||||||
|
opacity: 1;
|
||||||
|
-moz-opacity:1:
|
||||||
|
filter: Alpha(opacity=100);
|
||||||
|
}
|
||||||
|
*/
|
||||||
|
.mailDisplayHeaders {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
.mailDisplayHeaderSection {
|
||||||
|
position: absolute;
|
||||||
|
top: 12px;
|
||||||
|
}
|
||||||
|
div.mailDisplayHeaders > div:first-parent {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
div.mailDisplayHeaders > span:first-child,
|
||||||
|
div.mailComposeHeaders > span:first-child,
|
||||||
|
div.mailPreviewHeaders > span:first-child {
|
||||||
|
width: 7em;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
div.mailComposeHeaders > span:first-child {
|
||||||
|
width: 8em;
|
||||||
|
}
|
||||||
|
div.mailDisplayHeaders > span:first-child,
|
||||||
|
div.mailComposeHeaders > span:first-child,
|
||||||
|
div.mailComposeBody,
|
||||||
|
div.mailPreviewHeaders > * {
|
||||||
|
margin-left: 3px;
|
||||||
|
}
|
||||||
|
/*ENDE |