Add files via upload
This commit is contained in:
parent
0312d7fe1b
commit
1485a81351
1 changed files with 10 additions and 3 deletions
13
styles/styles.min.css
vendored
13
styles/styles.min.css
vendored
|
@ -29,7 +29,7 @@ padding:2px 10px
|
||||||
|
|
||||||
.insummary{
|
.insummary{
|
||||||
opacity:.5;
|
opacity:.5;
|
||||||
padding:7px;
|
padding:0 0 0 7px;
|
||||||
font-size:14px !important;
|
font-size:14px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -370,6 +370,12 @@ background-color:#888;
|
||||||
right: 8px;
|
right: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#menuleft_cont .sidebar-menu{
|
||||||
|
color: var(--font);
|
||||||
|
float: right;
|
||||||
|
padding-right:12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
html.layout-phone #folderlist-content .sidebar-menu,
|
html.layout-phone #folderlist-content .sidebar-menu,
|
||||||
html.layout-small #folderlist-content .sidebar-menu,
|
html.layout-small #folderlist-content .sidebar-menu,
|
||||||
|
@ -3687,7 +3693,7 @@ color: var(--font2);
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
color: #2c363a;
|
color: #2c363a;
|
||||||
padding: 0;
|
padding: 0 .5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -6766,7 +6772,6 @@ body.task-error-login #layout #layout-content > .header{
|
||||||
#message-header .header-content {
|
#message-header .header-content {
|
||||||
min-height: 4rem;
|
min-height: 4rem;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
white-space: nowrap;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -6844,6 +6849,7 @@ body.task-error-login #layout #layout-content > .header{
|
||||||
.message-part {
|
.message-part {
|
||||||
padding-top: 0.5rem;
|
padding-top: 0.5rem;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.message-htmlpart:not(:first-child),
|
.message-htmlpart:not(:first-child),
|
||||||
|
@ -6932,6 +6938,7 @@ body.task-error-login #layout #layout-content > .header{
|
||||||
.message-part div.pre {
|
.message-part div.pre {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
#compose-attachments {
|
#compose-attachments {
|
||||||
|
|
Loading…
Reference in a new issue