mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09:20 +03:00
Remove/replace rl-mobile where possible
This commit is contained in:
parent
59565275b1
commit
bc2f30434b
6 changed files with 22 additions and 52 deletions
|
|
@ -80,10 +80,6 @@
|
|||
background-color: #eee;
|
||||
color: #333;
|
||||
|
||||
html.rl-mobile &{
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.e-identity {
|
||||
|
||||
color: #333;
|
||||
|
|
@ -107,14 +103,7 @@
|
|||
|
||||
.e-label {
|
||||
text-align: right;
|
||||
width: 1%;
|
||||
min-width: 70px;
|
||||
padding: 6px 10px;
|
||||
|
||||
html.rl-mobile &{
|
||||
min-width: 50px;
|
||||
padding: 6px 10px 6px 0;
|
||||
}
|
||||
}
|
||||
|
||||
.e-value {
|
||||
|
|
@ -180,3 +169,9 @@
|
|||
margin-right: 15px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 700px) {
|
||||
.b-compose .b-header .e-label {
|
||||
padding-left: 0;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue