Make filemanager icon bigger

This commit is contained in:
Hadi Nategh 2019-02-26 18:09:46 +01:00
parent 25197037b4
commit a639a9aee3
3 changed files with 10 additions and 10 deletions

View File

@ -656,13 +656,14 @@ div.mailPreviewHeaders div.mail_extraEmails {
vertical-align: top; vertical-align: top;
} }
#mail-index div#mail-index_mailPreview div#mail-index_mailPreviewHeadersSubject { #mail-index div#mail-index_mailPreview div#mail-index_mailPreviewHeadersSubject {
width: 58%; width: 90%;
text-overflow: ellipsis; text-overflow: ellipsis;
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;
} }
#mail-index div#mail-index_mailPreview div#mail-index_mailPreviewHeadersSubject > span { #mail-index div#mail-index_mailPreview div#mail-index_mailPreviewHeadersSubject > span:not(:first-child) {
white-space: nowrap; white-space: nowrap;
display: inline;
} }
#mail-index_mail-index-header_right { #mail-index_mail-index-header_right {
display: inline-flex; display: inline-flex;
@ -2219,8 +2220,8 @@ div.mailPreviewHeaders img.et2_button_icon {
} }
/* Button after field*/ /* Button after field*/
#mail-index_mailPreviewHeadersAttachments img.et2_button_icon { #mail-index_mailPreviewHeadersAttachments img.et2_button_icon {
width: 12px; width: 16px;
height: 12px; height: 16px;
background-color: inherit; background-color: inherit;
} }
/*######################################################*/ /*######################################################*/

View File

@ -1018,14 +1018,13 @@ body {
margin: 3px 5px 0 0; margin: 3px 5px 0 0;
} }
#mail-index div#mail-index_mailPreview div#mail-index_mailPreviewHeadersSubject { #mail-index div#mail-index_mailPreview div#mail-index_mailPreviewHeadersSubject {
width: 90%; width: 58%;
text-overflow: ellipsis; text-overflow: ellipsis;
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;
} }
#mail-index div#mail-index_mailPreview div#mail-index_mailPreviewHeadersSubject > span:not(:first-child) { #mail-index div#mail-index_mailPreview div#mail-index_mailPreviewHeadersSubject > span {
white-space: nowrap; white-space: nowrap;
display: inline;
} }
/*############################################## /*##############################################
# # # # # #
@ -2209,8 +2208,8 @@ div.mailPreviewHeaders img.et2_button_icon {
} }
/* Button after field*/ /* Button after field*/
#mail-index_mailPreviewHeadersAttachments img.et2_button_icon { #mail-index_mailPreviewHeadersAttachments img.et2_button_icon {
width: 12px; width: 16px;
height: 12px; height: 16px;
background-color: inherit; background-color: inherit;
} }
/*######################################################*/ /*######################################################*/

View File

@ -1214,7 +1214,7 @@ div.mailPreviewHeaders img.et2_button_icon {
/* Button after field*/ /* Button after field*/
#mail-index_mailPreviewHeadersAttachments { #mail-index_mailPreviewHeadersAttachments {
img.et2_button_icon {.dimension_width_height_xs; background-color: inherit;} img.et2_button_icon {.dimension_width_height_s; background-color: inherit;}
} }
/*######################################################*/ /*######################################################*/