pixelegg changes from Monday

This commit is contained in:
Ralf Becker 2014-02-18 08:11:14 +00:00
parent e6052f9704
commit 60def94d07
19 changed files with 47 additions and 11 deletions

View File

@ -81,6 +81,9 @@ td.admin_userAgent span {
iframe#admin-index_iframe #admin-categories-index {
padding: 10px;
}
iframe#admin-index_iframe table.egwGridView_grid tr td {
color: #000;
}
/*###########################################
# #
# dialog-header #

View File

@ -67,6 +67,8 @@ iframe#admin-index_iframe{
}
table.egwGridView_grid tr td {color: #000;}
} // iframe

Binary file not shown.

Before

Width:  |  Height:  |  Size: 299 B

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -1011,6 +1011,7 @@ div#mail-index div#mail-index_mailPreview div#mail-index_mailPreviewHeadersSubje
-moz-border-radius: 3px;
border-radius: 3px;
color: #000000;
-webkit-appearance: none;
-webkit-transition-property: background-color;
-moz-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;
border-radius: 3px;
color: #000000;
-webkit-appearance: none;
-webkit-transition-property: background-color;
-moz-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;
border-radius: 3px;
color: #000000;
-webkit-appearance: none;
-webkit-transition-property: background-color;
-moz-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 {
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 {
height: 500px;
margin-top: 16px;
height: 484px;
overflow: auto;
}
.mail_subscription_header {
@ -2302,4 +2317,3 @@ div.mailDisplayHeaders div.mail_extraEmails.visible {
height: auto;
width: 24px;
}
/*//Ende*/

View File

@ -13,6 +13,7 @@
*/
@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 (less) "../default/app.css";
@ -829,12 +830,26 @@ div#mail-index{
table.et2_grid tr td {
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 {
height: 500px;
margin-top: 16px;
height: 484px;
overflow: auto;
}
}
@ -1672,4 +1687,4 @@ div.mailDisplayHeaders div.mail_extraEmails.visible {
}
//
/*//Ende*/
//

Binary file not shown.

After

Width:  |  Height:  |  Size: 229 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 388 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 166 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 916 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 201 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 198 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 210 B

View File

@ -11,6 +11,9 @@
* @package timesheet
* @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-reset div.et2_hbox_right {
padding: 0 0em;
@ -95,9 +98,8 @@
#timesheet-index table.egwGridView_outer tbody td .et2_link {
font-weight: bold;
}
#timesheet-index span.timesheet_titleDetails,
#timesheet-index span[id*="[ts_title]"] {
font-weight: normal;
#timesheet-index span.timesheet_titleDetails {
font-weight: bold;
}
/*###########################################
# #

View File

@ -106,8 +106,8 @@
// Titel: in Bold
table.egwGridView_outer tbody td .et2_link {font-weight: bold;}
span.timesheet_titleDetails,
span[id*="[ts_title]"]{font-weight: normal;}
/*Details Bold*/
span.timesheet_titleDetails {font-weight: bold;}