mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-31 19:19:43 +01:00
Apply mail toolbar styling in pixelegg template
This commit is contained in:
parent
a335a2e3fd
commit
59edcaf864
@ -364,7 +364,11 @@ input[type=button] {
|
||||
background-position: left;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
.mailDisplay,
|
||||
.mailDisplay {
|
||||
position: relative;
|
||||
background-color: white;
|
||||
width: 100%;
|
||||
}
|
||||
#mail-index_mailPreview {
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
@ -540,6 +544,23 @@ div.mailComposeBody,
|
||||
div.mailPreviewHeaders > * {
|
||||
margin-left: 3px;
|
||||
}
|
||||
div.mailDisplayHeaders div.mail_extraEmails {
|
||||
display: inline-block;
|
||||
max-height: 1.3em;
|
||||
max-width: 50%;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
div.mailDisplayHeaders div.mail_extraEmails.visible {
|
||||
position: fixed;
|
||||
left: 7em;
|
||||
display: block;
|
||||
max-height: 8em;
|
||||
min-width: 30em;
|
||||
z-index: 999;
|
||||
overflow-y: auto;
|
||||
background-color: white;
|
||||
}
|
||||
div.mailComposeBody {
|
||||
white-space: normal !important;
|
||||
}
|
||||
@ -1763,7 +1784,11 @@ input[type=button] {
|
||||
background-position: left;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
.mailDisplay,
|
||||
.mailDisplay {
|
||||
position: relative;
|
||||
background-color: white;
|
||||
width: 100%;
|
||||
}
|
||||
#mail-index_mailPreview {
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
@ -1824,7 +1849,6 @@ input[type=button] {
|
||||
/* Elemente */
|
||||
}
|
||||
#mail-index_toolbar button {
|
||||
width: 24px !important;
|
||||
height: 24px !important;
|
||||
background-color: #696969;
|
||||
}
|
||||
@ -2178,6 +2202,23 @@ div.mailComposeBody,
|
||||
div.mailPreviewHeaders > * {
|
||||
margin-left: 3px;
|
||||
}
|
||||
div.mailDisplayHeaders div.mail_extraEmails {
|
||||
display: inline-block;
|
||||
max-height: 1.3em;
|
||||
max-width: 50%;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
div.mailDisplayHeaders div.mail_extraEmails.visible {
|
||||
position: fixed;
|
||||
left: 7em;
|
||||
display: block;
|
||||
max-height: 8em;
|
||||
min-width: 30em;
|
||||
z-index: 999;
|
||||
overflow-y: auto;
|
||||
background-color: white;
|
||||
}
|
||||
#mail-importMessage .et2_button_icon {
|
||||
height: auto;
|
||||
width: 24px;
|
||||
|
@ -1257,8 +1257,12 @@ input[type=button] {
|
||||
// background-position: left;
|
||||
// background-repeat: no-repeat;
|
||||
//}
|
||||
|
||||
.mailDisplay, #mail-index_mailPreview {
|
||||
.mailDisplay {
|
||||
position: relative;
|
||||
background-color: white;
|
||||
width: 100%;
|
||||
}
|
||||
#mail-index_mailPreview {
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
margin-top: 5px;
|
||||
@ -1341,9 +1345,9 @@ input[type=button] {
|
||||
/* Elemente */
|
||||
|
||||
button {
|
||||
.dimension_width_height_m !important;
|
||||
.dimension_height_m !important;
|
||||
background-color: @gray_60;
|
||||
|
||||
|
||||
img[src$="svg"]{
|
||||
|
||||
.gradient_vertical (@gray_60, @gray_60);
|
||||
@ -1558,7 +1562,23 @@ div.mailComposeHeaders > span:first-child {
|
||||
}
|
||||
div.mailDisplayHeaders > span:first-child, div.mailComposeHeaders > span:first-child, div.mailComposeBody, div.mailPreviewHeaders > * {
|
||||
margin-left: 3px;}
|
||||
|
||||
div.mailDisplayHeaders div.mail_extraEmails {
|
||||
display: inline-block;
|
||||
max-height: 1.3em;
|
||||
max-width: 50%;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
div.mailDisplayHeaders div.mail_extraEmails.visible {
|
||||
position: fixed;
|
||||
left: 7em;
|
||||
display: block;
|
||||
max-height: 8em;
|
||||
min-width: 30em;
|
||||
z-index: 999;
|
||||
overflow-y: auto;
|
||||
background-color: white;
|
||||
}
|
||||
#mail-importMessage{
|
||||
.et2_button_icon{
|
||||
height: auto;
|
||||
|
Loading…
Reference in New Issue
Block a user