mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Many interface improvements, optimizations
This commit is contained in:
parent
40d2548a53
commit
53dc509d79
42 changed files with 686 additions and 461 deletions
|
|
@ -1,10 +1,6 @@
|
|||
.popups {
|
||||
.b-ask-content {
|
||||
|
||||
&.modal {
|
||||
z-index: 10000;
|
||||
}
|
||||
|
||||
.modal-header {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,5 @@
|
|||
.popups {
|
||||
.b-folder-system-content {
|
||||
&.modal {
|
||||
z-index: 1102;
|
||||
}
|
||||
.modal-header {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
.b-languages-content {
|
||||
|
||||
&.modal {
|
||||
z-index: 1103;
|
||||
width: 700px;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -225,6 +225,22 @@ html.rl-no-preview-pane {
|
|||
}
|
||||
}
|
||||
|
||||
.visible-on-ctrl {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.hidden-on-ctrl {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
html.rl-ctrl-key-pressed .visible-on-ctrl {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
html.rl-ctrl-key-pressed .hidden-on-ctrl {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#rl-loading, #rl-loading-error {
|
||||
position: absolute;
|
||||
font: 30px Tahoma;
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ html.rl-no-preview-pane {
|
|||
padding-left: 8px;
|
||||
padding-right: 8px;
|
||||
}
|
||||
|
||||
|
||||
.b-message-list-wrapper {
|
||||
position: absolute;
|
||||
top: 50px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue