mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 00:58:55 +01:00
Fix category column misalignment for mail ui list
This commit is contained in:
parent
3173cbb103
commit
3420fdd187
@ -76,10 +76,10 @@ tr.mail.label1 td:first-child {
|
|||||||
border-left: 6px solid #ff0080 !important;
|
border-left: 6px solid #ff0080 !important;
|
||||||
}
|
}
|
||||||
tr.mail.label2 td:first-child {
|
tr.mail.label2 td:first-child {
|
||||||
border-left: 6px solid #ff8000 !important;
|
border-left: 6px solid #ff8000 !important;
|
||||||
}
|
}
|
||||||
tr.mail.label3 td:first-child {
|
tr.mail.label3 td:first-child {
|
||||||
border-left: 6px solid #008000 !important;
|
border-left: 6px solid #008000 !important;
|
||||||
}
|
}
|
||||||
tr.mail.label4 td:first-child {
|
tr.mail.label4 td:first-child {
|
||||||
border-left: 6px solid #0000ff !important;
|
border-left: 6px solid #0000ff !important;
|
||||||
@ -476,7 +476,7 @@ div#mail-index_mailPreview > div {
|
|||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
#mail-compose_composeToolbar > button {
|
#mail-compose_composeToolbar > button {
|
||||||
padding: .2em .4em;
|
padding: 0.2em 0.4em;
|
||||||
}
|
}
|
||||||
#mail-compose_composeToolbar > img {
|
#mail-compose_composeToolbar > img {
|
||||||
width: 16px;
|
width: 16px;
|
||||||
@ -489,7 +489,7 @@ div#mail-index_mailPreview > div {
|
|||||||
height: 16px !important;
|
height: 16px !important;
|
||||||
}
|
}
|
||||||
#mail-compose_composeToolbar > button {
|
#mail-compose_composeToolbar > button {
|
||||||
padding: .2em .4em;
|
padding: 0.2em 0.4em;
|
||||||
}
|
}
|
||||||
#mail-compose_to div.ms-sel-ctn,
|
#mail-compose_to div.ms-sel-ctn,
|
||||||
#mail-compose_cc .ms-sel-ctn,
|
#mail-compose_cc .ms-sel-ctn,
|
||||||
@ -497,7 +497,7 @@ div#mail-index_mailPreview > div {
|
|||||||
max-height: 75px;
|
max-height: 75px;
|
||||||
}
|
}
|
||||||
#mail-display_toolbar > button > span {
|
#mail-display_toolbar > button > span {
|
||||||
padding: .2em .4em;
|
padding: 0.2em 0.4em;
|
||||||
}
|
}
|
||||||
#mail-display_toolbar > button > span > img {
|
#mail-display_toolbar > button > span > img {
|
||||||
width: 16px;
|
width: 16px;
|
||||||
@ -520,7 +520,7 @@ div#mail-index_mailPreview > div {
|
|||||||
height: 35px;
|
height: 35px;
|
||||||
}
|
}
|
||||||
#mail-index_toolbar > button > span {
|
#mail-index_toolbar > button > span {
|
||||||
padding: .2em .4em;
|
padding: 0.2em 0.4em;
|
||||||
}
|
}
|
||||||
#mail-index_toolbar > button > span > img {
|
#mail-index_toolbar > button > span > img {
|
||||||
width: 16px;
|
width: 16px;
|
||||||
@ -1915,7 +1915,7 @@ input[type=button] {
|
|||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
#mail-display_toolbar > button > span {
|
#mail-display_toolbar > button > span {
|
||||||
padding: .2em .4em;
|
padding: 0.2em 0.4em;
|
||||||
}
|
}
|
||||||
#mail-display_toolbar > button > span > img {
|
#mail-display_toolbar > button > span > img {
|
||||||
width: 16px;
|
width: 16px;
|
||||||
@ -2084,6 +2084,10 @@ table#mail-index_previewAttachmentArea::-webkit-scrollbar-thumb:hover {
|
|||||||
#mail-index_nm.et2_nextmatch .egwGridView_outer thead tr {
|
#mail-index_nm.et2_nextmatch .egwGridView_outer thead tr {
|
||||||
border-left: 12px solid #B4B4B4;
|
border-left: 12px solid #B4B4B4;
|
||||||
}
|
}
|
||||||
|
#mail-index_nm.et2_nextmatch .egwGridView_outer thead tr.row_category td:first-child > div {
|
||||||
|
margin-left: 0px;
|
||||||
|
padding-left: 0px;
|
||||||
|
}
|
||||||
/* import */
|
/* import */
|
||||||
/* tablets and smartphones */
|
/* tablets and smartphones */
|
||||||
@media all {
|
@media all {
|
||||||
|
@ -64,10 +64,10 @@ tr.mail.label1 td:first-child {
|
|||||||
border-left: 6px solid #ff0080 !important;
|
border-left: 6px solid #ff0080 !important;
|
||||||
}
|
}
|
||||||
tr.mail.label2 td:first-child {
|
tr.mail.label2 td:first-child {
|
||||||
border-left: 6px solid #ff8000 !important;
|
border-left: 6px solid #ff8000 !important;
|
||||||
}
|
}
|
||||||
tr.mail.label3 td:first-child {
|
tr.mail.label3 td:first-child {
|
||||||
border-left: 6px solid #008000 !important;
|
border-left: 6px solid #008000 !important;
|
||||||
}
|
}
|
||||||
tr.mail.label4 td:first-child {
|
tr.mail.label4 td:first-child {
|
||||||
border-left: 6px solid #0000ff !important;
|
border-left: 6px solid #0000ff !important;
|
||||||
@ -464,7 +464,7 @@ div#mail-index_mailPreview > div {
|
|||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
#mail-compose_composeToolbar > button {
|
#mail-compose_composeToolbar > button {
|
||||||
padding: .2em .4em;
|
padding: 0.2em 0.4em;
|
||||||
}
|
}
|
||||||
#mail-compose_composeToolbar > img {
|
#mail-compose_composeToolbar > img {
|
||||||
width: 16px;
|
width: 16px;
|
||||||
@ -477,7 +477,7 @@ div#mail-index_mailPreview > div {
|
|||||||
height: 16px !important;
|
height: 16px !important;
|
||||||
}
|
}
|
||||||
#mail-compose_composeToolbar > button {
|
#mail-compose_composeToolbar > button {
|
||||||
padding: .2em .4em;
|
padding: 0.2em 0.4em;
|
||||||
}
|
}
|
||||||
#mail-compose_to div.ms-sel-ctn,
|
#mail-compose_to div.ms-sel-ctn,
|
||||||
#mail-compose_cc .ms-sel-ctn,
|
#mail-compose_cc .ms-sel-ctn,
|
||||||
@ -485,7 +485,7 @@ div#mail-index_mailPreview > div {
|
|||||||
max-height: 75px;
|
max-height: 75px;
|
||||||
}
|
}
|
||||||
#mail-display_toolbar > button > span {
|
#mail-display_toolbar > button > span {
|
||||||
padding: .2em .4em;
|
padding: 0.2em 0.4em;
|
||||||
}
|
}
|
||||||
#mail-display_toolbar > button > span > img {
|
#mail-display_toolbar > button > span > img {
|
||||||
width: 16px;
|
width: 16px;
|
||||||
@ -508,7 +508,7 @@ div#mail-index_mailPreview > div {
|
|||||||
height: 35px;
|
height: 35px;
|
||||||
}
|
}
|
||||||
#mail-index_toolbar > button > span {
|
#mail-index_toolbar > button > span {
|
||||||
padding: .2em .4em;
|
padding: 0.2em 0.4em;
|
||||||
}
|
}
|
||||||
#mail-index_toolbar > button > span > img {
|
#mail-index_toolbar > button > span > img {
|
||||||
width: 16px;
|
width: 16px;
|
||||||
@ -1903,7 +1903,7 @@ input[type=button] {
|
|||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
#mail-display_toolbar > button > span {
|
#mail-display_toolbar > button > span {
|
||||||
padding: .2em .4em;
|
padding: 0.2em 0.4em;
|
||||||
}
|
}
|
||||||
#mail-display_toolbar > button > span > img {
|
#mail-display_toolbar > button > span > img {
|
||||||
width: 16px;
|
width: 16px;
|
||||||
@ -2072,3 +2072,6 @@ table#mail-index_previewAttachmentArea::-webkit-scrollbar-thumb:hover {
|
|||||||
#mail-index_nm.et2_nextmatch .egwGridView_outer thead tr {
|
#mail-index_nm.et2_nextmatch .egwGridView_outer thead tr {
|
||||||
border-left: 12px solid #B4B4B4;
|
border-left: 12px solid #B4B4B4;
|
||||||
}
|
}
|
||||||
|
#mail-index_nm.et2_nextmatch.et2_nextmatch .egwGridView_outer .egwGridView_scrollarea tbody tr.row_category td:first-child > div {
|
||||||
|
margin-left: 0px;
|
||||||
|
}
|
||||||
|
@ -1214,4 +1214,10 @@ table#mail-index_previewAttachmentArea::-webkit-scrollbar-thumb {
|
|||||||
table#mail-index_previewAttachmentArea::-webkit-scrollbar-thumb:hover {
|
table#mail-index_previewAttachmentArea::-webkit-scrollbar-thumb:hover {
|
||||||
background: #555;
|
background: #555;
|
||||||
}
|
}
|
||||||
#mail-index_nm.et2_nextmatch .egwGridView_outer thead tr {border-left: 12px solid @gray_30;}
|
#mail-index_nm.et2_nextmatch .egwGridView_outer thead tr {border-left: 12px solid @gray_30;}
|
||||||
|
|
||||||
|
#mail-index_nm.et2_nextmatch .egwGridView_outer thead tr.row_category td:first-child > div {
|
||||||
|
margin-left: 0px;
|
||||||
|
padding-left: 0px;
|
||||||
|
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user