mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
1.10 beta
This commit is contained in:
parent
116de6fd45
commit
ecf23a4f6d
27 changed files with 259 additions and 158 deletions
|
|
@ -37,3 +37,10 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
html.rl-mobile {
|
||||
.b-languages-content .lang-item {
|
||||
width: calc(~'100% - 40px');
|
||||
}
|
||||
}
|
||||
|
|
@ -175,9 +175,14 @@ html.rl-no-preview-pane {
|
|||
}
|
||||
|
||||
.listSearchDesc {
|
||||
font-size: 20px;
|
||||
padding: 20px;
|
||||
font-size: 18px;
|
||||
padding: 15px;
|
||||
border-bottom: 1px solid #eee;
|
||||
|
||||
html.rl-mobile &{
|
||||
font-size: 16px;
|
||||
padding: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
.listThreadUidDesc {
|
||||
|
|
|
|||
|
|
@ -81,6 +81,10 @@ select {
|
|||
padding: 4px 9px;
|
||||
}
|
||||
|
||||
.btn.btn-thin-2 {
|
||||
padding: 4px 7px;
|
||||
}
|
||||
|
||||
.btn.btn-nowrap {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
|
@ -411,4 +415,25 @@ html.rl-mobile {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.close-input-wrp {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
|
||||
input {
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
.close {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 5px;
|
||||
margin: 0 7px;
|
||||
z-index: 100;
|
||||
vertical-align: middle;
|
||||
opacity: .4;
|
||||
&:hover {
|
||||
opacity: .6;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue