forked from extern/egroupware
Fix category column misalignment for mail ui list
This commit is contained in:
parent
3173cbb103
commit
3420fdd187
@ -476,7 +476,7 @@ div#mail-index_mailPreview > div {
|
||||
border: none;
|
||||
}
|
||||
#mail-compose_composeToolbar > button {
|
||||
padding: .2em .4em;
|
||||
padding: 0.2em 0.4em;
|
||||
}
|
||||
#mail-compose_composeToolbar > img {
|
||||
width: 16px;
|
||||
@ -489,7 +489,7 @@ div#mail-index_mailPreview > div {
|
||||
height: 16px !important;
|
||||
}
|
||||
#mail-compose_composeToolbar > button {
|
||||
padding: .2em .4em;
|
||||
padding: 0.2em 0.4em;
|
||||
}
|
||||
#mail-compose_to div.ms-sel-ctn,
|
||||
#mail-compose_cc .ms-sel-ctn,
|
||||
@ -497,7 +497,7 @@ div#mail-index_mailPreview > div {
|
||||
max-height: 75px;
|
||||
}
|
||||
#mail-display_toolbar > button > span {
|
||||
padding: .2em .4em;
|
||||
padding: 0.2em 0.4em;
|
||||
}
|
||||
#mail-display_toolbar > button > span > img {
|
||||
width: 16px;
|
||||
@ -520,7 +520,7 @@ div#mail-index_mailPreview > div {
|
||||
height: 35px;
|
||||
}
|
||||
#mail-index_toolbar > button > span {
|
||||
padding: .2em .4em;
|
||||
padding: 0.2em 0.4em;
|
||||
}
|
||||
#mail-index_toolbar > button > span > img {
|
||||
width: 16px;
|
||||
@ -1915,7 +1915,7 @@ input[type=button] {
|
||||
padding: 0px;
|
||||
}
|
||||
#mail-display_toolbar > button > span {
|
||||
padding: .2em .4em;
|
||||
padding: 0.2em 0.4em;
|
||||
}
|
||||
#mail-display_toolbar > button > span > img {
|
||||
width: 16px;
|
||||
@ -2084,6 +2084,10 @@ table#mail-index_previewAttachmentArea::-webkit-scrollbar-thumb:hover {
|
||||
#mail-index_nm.et2_nextmatch .egwGridView_outer thead tr {
|
||||
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 */
|
||||
/* tablets and smartphones */
|
||||
@media all {
|
||||
|
@ -464,7 +464,7 @@ div#mail-index_mailPreview > div {
|
||||
border: none;
|
||||
}
|
||||
#mail-compose_composeToolbar > button {
|
||||
padding: .2em .4em;
|
||||
padding: 0.2em 0.4em;
|
||||
}
|
||||
#mail-compose_composeToolbar > img {
|
||||
width: 16px;
|
||||
@ -477,7 +477,7 @@ div#mail-index_mailPreview > div {
|
||||
height: 16px !important;
|
||||
}
|
||||
#mail-compose_composeToolbar > button {
|
||||
padding: .2em .4em;
|
||||
padding: 0.2em 0.4em;
|
||||
}
|
||||
#mail-compose_to div.ms-sel-ctn,
|
||||
#mail-compose_cc .ms-sel-ctn,
|
||||
@ -485,7 +485,7 @@ div#mail-index_mailPreview > div {
|
||||
max-height: 75px;
|
||||
}
|
||||
#mail-display_toolbar > button > span {
|
||||
padding: .2em .4em;
|
||||
padding: 0.2em 0.4em;
|
||||
}
|
||||
#mail-display_toolbar > button > span > img {
|
||||
width: 16px;
|
||||
@ -508,7 +508,7 @@ div#mail-index_mailPreview > div {
|
||||
height: 35px;
|
||||
}
|
||||
#mail-index_toolbar > button > span {
|
||||
padding: .2em .4em;
|
||||
padding: 0.2em 0.4em;
|
||||
}
|
||||
#mail-index_toolbar > button > span > img {
|
||||
width: 16px;
|
||||
@ -1903,7 +1903,7 @@ input[type=button] {
|
||||
padding: 0px;
|
||||
}
|
||||
#mail-display_toolbar > button > span {
|
||||
padding: .2em .4em;
|
||||
padding: 0.2em 0.4em;
|
||||
}
|
||||
#mail-display_toolbar > button > span > img {
|
||||
width: 16px;
|
||||
@ -2072,3 +2072,6 @@ table#mail-index_previewAttachmentArea::-webkit-scrollbar-thumb:hover {
|
||||
#mail-index_nm.et2_nextmatch .egwGridView_outer thead tr {
|
||||
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;
|
||||
}
|
||||
|
@ -1215,3 +1215,9 @@ table#mail-index_previewAttachmentArea::-webkit-scrollbar-thumb:hover {
|
||||
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.row_category td:first-child > div {
|
||||
margin-left: 0px;
|
||||
padding-left: 0px;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user