mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-28 10:32:28 +08:00
This commit is contained in:
parent
101f956fa8
commit
17958b15cb
3 changed files with 13 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
"name": "RainLoop",
|
||||
"title": "RainLoop Webmail",
|
||||
"version": "1.4.1",
|
||||
"release": "512",
|
||||
"release": "513",
|
||||
"description": "Simple, modern & fast web-based email client",
|
||||
"homepage": "http://rainloop.net",
|
||||
"main": "Gruntfile.js",
|
||||
|
|
|
@ -4083,10 +4083,10 @@ html.rl-no-preview-pane #rl-right .ui-resizable-handle {
|
|||
}
|
||||
.popups .b-languages-content.modal {
|
||||
z-index: 1103;
|
||||
width: 520px;
|
||||
width: 500px;
|
||||
}
|
||||
.popups .b-languages-content.exp {
|
||||
width: 521px;
|
||||
width: 501px;
|
||||
}
|
||||
.popups .b-languages-content .modal-header {
|
||||
background-color: #fff;
|
||||
|
@ -4095,7 +4095,7 @@ html.rl-no-preview-pane #rl-right .ui-resizable-handle {
|
|||
display: inline-block;
|
||||
padding: 5px 15px;
|
||||
margin: 2px 5px;
|
||||
width: 200px;
|
||||
width: 180px;
|
||||
background-color: #fff;
|
||||
text-align: left;
|
||||
}
|
||||
|
@ -5377,6 +5377,12 @@ html.rl-message-fullscreen .messageView .b-content .buttonFull {
|
|||
.b-admin-right .b-settings-content {
|
||||
padding: 20px;
|
||||
}
|
||||
.b-admin-general .flag-selector {
|
||||
padding-top: 5px;
|
||||
}
|
||||
.b-admin-general .flag-name {
|
||||
border-bottom: 1px dashed #555;
|
||||
}
|
||||
.b-admin-domains .process-place {
|
||||
width: 600px;
|
||||
padding: 14px 0;
|
||||
|
|
6
rainloop/v/0.0.0/static/js/admin.min.js
vendored
6
rainloop/v/0.0.0/static/js/admin.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue