Add files via upload
This commit is contained in:
parent
40f406c7f7
commit
121b6f1151
1 changed files with 7 additions and 7 deletions
14
styles/styles.min.css
vendored
14
styles/styles.min.css
vendored
|
@ -94,6 +94,7 @@ transition: all .25s ease-out;
|
|||
max-height: 100vh;
|
||||
overflow: auto;
|
||||
scrollbar-width: thin;
|
||||
border-radius: 0 24px 24px 0;
|
||||
}
|
||||
|
||||
|
||||
|
@ -261,8 +262,7 @@ animation: spin 1.5s linear infinite;
|
|||
}
|
||||
|
||||
|
||||
@keyframes spin { 100% {transform:rotate(360deg); }
|
||||
}
|
||||
@keyframes spin { 100% {transform:rotate(360deg); }}
|
||||
|
||||
|
||||
.tableheaderseb td{
|
||||
|
@ -285,7 +285,6 @@ animation: spin 1.5s linear infinite;
|
|||
color: rgba(0, 0, 0, 0.3);
|
||||
position:absolute;
|
||||
z-index:10;
|
||||
top:50px;
|
||||
color: #c5d1d3;
|
||||
}
|
||||
|
||||
|
@ -296,7 +295,8 @@ animation: spin 1.5s linear infinite;
|
|||
display:inline-block;
|
||||
width:50px;
|
||||
height:50px;
|
||||
padding-top:5px;
|
||||
padding-top:6px;
|
||||
font-size:24px !important;
|
||||
}
|
||||
|
||||
|
||||
|
@ -4237,7 +4237,7 @@ table.fixedcopy {
|
|||
|
||||
.messagelist td.subject {
|
||||
width: 100%;
|
||||
padding: .4rem .4rem .6rem 0;
|
||||
padding: .5rem 0;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
@ -4262,7 +4262,7 @@ margin-right: 15px;
|
|||
|
||||
.messagelist td.subject span.date,
|
||||
.messagelist td.subject span.size {
|
||||
line-height: 2em;
|
||||
line-height: 1.9em;
|
||||
}
|
||||
|
||||
.messagelist td.subject span.fromto {
|
||||
|
@ -4292,7 +4292,7 @@ line-height: 2em;
|
|||
|
||||
.messagelist td.flags > span {
|
||||
height: 2em;
|
||||
line-height: 1.7em;
|
||||
line-height: 2em;
|
||||
display: block;
|
||||
font-size:12px;
|
||||
margin-left: -20px;
|
||||
|
|
Loading…
Reference in a new issue