mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 14:07:04 +03:00
2016 -> 2017
+ Small fixes
This commit is contained in:
parent
39c07bfc13
commit
6a6f420c76
16 changed files with 297 additions and 294 deletions
|
|
@ -85,7 +85,10 @@
|
|||
padding: 10px;
|
||||
background-color: #eee;
|
||||
color: #333;
|
||||
overflow:scroll;
|
||||
|
||||
html.rl-mobile &{
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
.e-identity {
|
||||
|
||||
|
|
@ -111,11 +114,12 @@
|
|||
.e-label {
|
||||
text-align: right;
|
||||
width: 1%;
|
||||
min-width: 50px;
|
||||
padding: 6px 10px 6px 0px;
|
||||
min-width: 70px;
|
||||
padding: 6px 10px;
|
||||
|
||||
html.rl-modal {
|
||||
html.rl-mobile &{
|
||||
min-width: 50px;
|
||||
padding: 6px 10px 6px 0px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue