mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Added base code for RTL support #1056
This commit is contained in:
parent
dfc415e3a8
commit
20a2f5f185
46 changed files with 69 additions and 20 deletions
|
|
@ -13,12 +13,11 @@
|
|||
width:68px
|
||||
}
|
||||
*/
|
||||
#rl-app .messageCheckbox {
|
||||
padding-right:0;
|
||||
white-space:nowrap;
|
||||
}
|
||||
.messageCheckbox .fromPic {
|
||||
margin: 0 0 -0.4em 0.4em;
|
||||
margin: 0 -0.5em -0.4em 0.4em;
|
||||
height: 1.5em;
|
||||
width: 1.5em;
|
||||
}
|
||||
[dir="rtl"] .messageCheckbox .fromPic {
|
||||
margin: 0 0.4em -0.4em -0.5em;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue