mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
pixelegg changes until now
This commit is contained in:
parent
af1e70ab32
commit
eeb420a7e7
@ -1407,6 +1407,18 @@ div#mail-index div#mail-index_mailPreview div#mail-index_mailPreviewHeadersSubje
|
||||
#mail-display .mail_DisplayNone {
|
||||
display: none;
|
||||
}
|
||||
/* ##################################################################################
|
||||
* Dialog: Subscripe Folder
|
||||
*
|
||||
* ##################################################################################
|
||||
*/
|
||||
#mail-subscribe table.et2_grid tr td {
|
||||
padding: 0px;
|
||||
}
|
||||
#mail-subscribe table.et2_grid tr td div.et2_box {
|
||||
height: 350px;
|
||||
overflow: auto;
|
||||
}
|
||||
/* ##################################################################################
|
||||
* E-Mail
|
||||
*
|
||||
|
@ -819,7 +819,26 @@ div#mail-index{
|
||||
} // Ende Display
|
||||
|
||||
|
||||
|
||||
/* ##################################################################################
|
||||
* Dialog: Subscripe Folder
|
||||
*
|
||||
* ##################################################################################
|
||||
*/
|
||||
#mail-subscribe{
|
||||
|
||||
table.et2_grid tr td {
|
||||
padding: 0px;
|
||||
|
||||
// Folder List
|
||||
div.et2_box {
|
||||
|
||||
height: 350px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
} // #mail-subscribe
|
||||
|
||||
|
||||
|
||||
|
@ -97,7 +97,7 @@
|
||||
}
|
||||
#timesheet-index span.timesheet_titleDetails,
|
||||
#timesheet-index span[id*="[ts_title]"] {
|
||||
font-weight: bold;
|
||||
font-weight: normal;
|
||||
}
|
||||
/*###########################################
|
||||
# #
|
||||
|
@ -107,7 +107,7 @@
|
||||
table.egwGridView_outer tbody td .et2_link {font-weight: bold;}
|
||||
|
||||
span.timesheet_titleDetails,
|
||||
span[id*="[ts_title]"]{font-weight: bold;}
|
||||
span[id*="[ts_title]"]{font-weight: normal;}
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user