pixelegg changes from Monday
@ -81,6 +81,9 @@ td.admin_userAgent span {
|
|||||||
iframe#admin-index_iframe #admin-categories-index {
|
iframe#admin-index_iframe #admin-categories-index {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
iframe#admin-index_iframe table.egwGridView_grid tr td {
|
||||||
|
color: #000;
|
||||||
|
}
|
||||||
/*###########################################
|
/*###########################################
|
||||||
# #
|
# #
|
||||||
# dialog-header #
|
# dialog-header #
|
||||||
|
@ -67,6 +67,8 @@ iframe#admin-index_iframe{
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table.egwGridView_grid tr td {color: #000;}
|
||||||
|
|
||||||
} // iframe
|
} // iframe
|
||||||
|
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 299 B After Width: | Height: | Size: 2.5 KiB |
@ -1011,6 +1011,7 @@ div#mail-index div#mail-index_mailPreview div#mail-index_mailPreviewHeadersSubje
|
|||||||
-moz-border-radius: 3px;
|
-moz-border-radius: 3px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
|
-webkit-appearance: none;
|
||||||
-webkit-transition-property: background-color;
|
-webkit-transition-property: background-color;
|
||||||
-moz-transition-property: background-color;
|
-moz-transition-property: background-color;
|
||||||
-o-transition-property: background-color;
|
-o-transition-property: background-color;
|
||||||
@ -1146,6 +1147,7 @@ div#mail-index div#mail-index_mailPreview div#mail-index_mailPreviewHeadersSubje
|
|||||||
-moz-border-radius: 3px;
|
-moz-border-radius: 3px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
|
-webkit-appearance: none;
|
||||||
-webkit-transition-property: background-color;
|
-webkit-transition-property: background-color;
|
||||||
-moz-transition-property: background-color;
|
-moz-transition-property: background-color;
|
||||||
-o-transition-property: background-color;
|
-o-transition-property: background-color;
|
||||||
@ -1181,6 +1183,7 @@ div#mail-index div#mail-index_mailPreview div#mail-index_mailPreviewHeadersSubje
|
|||||||
-moz-border-radius: 3px;
|
-moz-border-radius: 3px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
|
-webkit-appearance: none;
|
||||||
-webkit-transition-property: background-color;
|
-webkit-transition-property: background-color;
|
||||||
-moz-transition-property: background-color;
|
-moz-transition-property: background-color;
|
||||||
-o-transition-property: background-color;
|
-o-transition-property: background-color;
|
||||||
@ -1419,9 +1422,21 @@ div#mail-index div#mail-index_mailPreview div#mail-index_mailPreviewHeadersSubje
|
|||||||
*/
|
*/
|
||||||
#mail-subscribe table.et2_grid tr td {
|
#mail-subscribe table.et2_grid tr td {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
|
/*Label*/
|
||||||
|
}
|
||||||
|
#mail-subscribe table.et2_grid tr td .mail_subscription_header {
|
||||||
|
font-size: 250%;
|
||||||
|
line-height: 270%;
|
||||||
|
margin: 0.6em 0 0;
|
||||||
|
font-weight: lighter;
|
||||||
|
line-height: 2em;
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 150%;
|
||||||
|
padding-bottom: 20px;
|
||||||
}
|
}
|
||||||
#mail-subscribe table.et2_grid tr td div.et2_box {
|
#mail-subscribe table.et2_grid tr td div.et2_box {
|
||||||
height: 500px;
|
margin-top: 16px;
|
||||||
|
height: 484px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
.mail_subscription_header {
|
.mail_subscription_header {
|
||||||
@ -2302,4 +2317,3 @@ div.mailDisplayHeaders div.mail_extraEmails.visible {
|
|||||||
height: auto;
|
height: auto;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
}
|
}
|
||||||
/*//Ende*/
|
|
||||||
|
@ -13,6 +13,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
@import (reference) "../../../pixelegg/less/def_buttons.less";
|
@import (reference) "../../../pixelegg/less/def_buttons.less";
|
||||||
|
@import (reference) "../../../pixelegg/less/layout_content_elements.less";
|
||||||
@import (reference) "../../../pixelegg/less/def_design_pattern_color_font_shadow.less";
|
@import (reference) "../../../pixelegg/less/def_design_pattern_color_font_shadow.less";
|
||||||
@import (less) "../default/app.css";
|
@import (less) "../default/app.css";
|
||||||
|
|
||||||
@ -829,12 +830,26 @@ div#mail-index{
|
|||||||
table.et2_grid tr td {
|
table.et2_grid tr td {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
|
|
||||||
// Folder List
|
|
||||||
|
/*Label*/
|
||||||
|
.mail_subscription_header {
|
||||||
|
.headline_h2;
|
||||||
|
line-height: 2em;
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 150%;
|
||||||
|
padding-bottom: 20px;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// Folder List
|
||||||
div.et2_box {
|
div.et2_box {
|
||||||
|
margin-top: 16px;
|
||||||
height: 500px;
|
height: 484px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1672,4 +1687,4 @@ div.mailDisplayHeaders div.mail_extraEmails.visible {
|
|||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
/*//Ende*/
|
//
|
||||||
|
BIN
mail/templates/pixelegg/images/body-background.png
Executable file
After Width: | Height: | Size: 229 B |
BIN
mail/templates/pixelegg/images/clear_left.png
Executable file
After Width: | Height: | Size: 388 B |
BIN
mail/templates/pixelegg/images/mail_post_to.png
Executable file
After Width: | Height: | Size: 3.1 KiB |
BIN
mail/templates/pixelegg/images/mailpaste.png
Executable file
After Width: | Height: | Size: 2.3 KiB |
BIN
mail/templates/pixelegg/images/mailpaste_disabled.png
Executable file
After Width: | Height: | Size: 2.4 KiB |
BIN
mail/templates/pixelegg/images/prio_high.png
Executable file
After Width: | Height: | Size: 168 B |
BIN
mail/templates/pixelegg/images/prio_low.png
Executable file
After Width: | Height: | Size: 166 B |
BIN
mail/templates/pixelegg/images/read_answered_small.png
Executable file
After Width: | Height: | Size: 1.0 KiB |
BIN
mail/templates/pixelegg/images/sm_envelope.png
Executable file
After Width: | Height: | Size: 916 B |
BIN
mail/templates/pixelegg/images/sm_unimportant.png
Executable file
After Width: | Height: | Size: 201 B |
BIN
mail/templates/pixelegg/images/sm_unread.png
Executable file
After Width: | Height: | Size: 198 B |
BIN
mail/templates/pixelegg/images/sort_none.png
Executable file
After Width: | Height: | Size: 210 B |
@ -11,6 +11,9 @@
|
|||||||
* @package timesheet
|
* @package timesheet
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
#timesheet-index {
|
||||||
|
/*Details Bold*/
|
||||||
|
}
|
||||||
#timesheet-index .nextmatch_header div.ui-helper-clearfix div.et2_hbox_right,
|
#timesheet-index .nextmatch_header div.ui-helper-clearfix div.et2_hbox_right,
|
||||||
#timesheet-index .nextmatch_header div.ui-helper-reset div.et2_hbox_right {
|
#timesheet-index .nextmatch_header div.ui-helper-reset div.et2_hbox_right {
|
||||||
padding: 0 0em;
|
padding: 0 0em;
|
||||||
@ -95,9 +98,8 @@
|
|||||||
#timesheet-index table.egwGridView_outer tbody td .et2_link {
|
#timesheet-index table.egwGridView_outer tbody td .et2_link {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
#timesheet-index span.timesheet_titleDetails,
|
#timesheet-index span.timesheet_titleDetails {
|
||||||
#timesheet-index span[id*="[ts_title]"] {
|
font-weight: bold;
|
||||||
font-weight: normal;
|
|
||||||
}
|
}
|
||||||
/*###########################################
|
/*###########################################
|
||||||
# #
|
# #
|
||||||
|
@ -106,8 +106,8 @@
|
|||||||
// Titel: in Bold
|
// Titel: in Bold
|
||||||
table.egwGridView_outer tbody td .et2_link {font-weight: bold;}
|
table.egwGridView_outer tbody td .et2_link {font-weight: bold;}
|
||||||
|
|
||||||
span.timesheet_titleDetails,
|
/*Details Bold*/
|
||||||
span[id*="[ts_title]"]{font-weight: normal;}
|
span.timesheet_titleDetails {font-weight: bold;}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|