mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Small interface fixes
This commit is contained in:
parent
56a54c334d
commit
4664401260
10 changed files with 60 additions and 54 deletions
|
|
@ -13,6 +13,7 @@
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
width: 1300px;
|
width: 1300px;
|
||||||
height: 390px;
|
height: 390px;
|
||||||
|
left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.domain-edit .modal-body {
|
&.domain-edit .modal-body {
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,6 @@
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
/*width: 380px;*/
|
|
||||||
|
|
||||||
.descWrapper {
|
.descWrapper {
|
||||||
|
|
||||||
|
|
@ -29,6 +28,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.alertError {
|
||||||
|
max-width: 450px;
|
||||||
|
}
|
||||||
|
|
||||||
.loginForm {
|
.loginForm {
|
||||||
background-color: #efefef;
|
background-color: #efefef;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "RainLoop",
|
"name": "RainLoop",
|
||||||
"title": "RainLoop Webmail",
|
"title": "RainLoop Webmail",
|
||||||
"version": "1.6.2",
|
"version": "1.6.2",
|
||||||
"release": "661",
|
"release": "663",
|
||||||
"description": "Simple, modern & fast web-based email client",
|
"description": "Simple, modern & fast web-based email client",
|
||||||
"homepage": "http://rainloop.net",
|
"homepage": "http://rainloop.net",
|
||||||
"main": "Gruntfile.js",
|
"main": "Gruntfile.js",
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<div class="b-login-content">
|
<div class="b-login-content">
|
||||||
<div class="loginFormWrapper">
|
<div class="loginFormWrapper">
|
||||||
<center>
|
<center>
|
||||||
<div class="alert" data-bind="visible: '' !== submitError()">
|
<div class="alert alertError" data-bind="visible: '' !== submitError()">
|
||||||
<button type="button" class="close" data-bind="click: function () { submitError('') }">×</button>
|
<button type="button" class="close" data-bind="click: function () { submitError('') }">×</button>
|
||||||
<span data-bind="text: submitError"></span>
|
<span data-bind="text: submitError"></span>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@
|
||||||
<br />
|
<br />
|
||||||
<label data-bind="click: function () { contactsSync(!contactsSync()); }">
|
<label data-bind="click: function () { contactsSync(!contactsSync()); }">
|
||||||
<i data-bind="css: contactsSync() ? 'icon-checkbox-checked' : 'icon-checkbox-unchecked'"></i>
|
<i data-bind="css: contactsSync() ? 'icon-checkbox-checked' : 'icon-checkbox-unchecked'"></i>
|
||||||
Allow contacts sync (CardDAV) <span style="color:red">beta</span>
|
Allow contacts sync server (CardDAV)
|
||||||
</label>
|
</label>
|
||||||
<a href="http://rainloop.net/docs/web-servers/" target="_blank">Web server configuration examples</a>
|
<a href="http://rainloop.net/docs/web-servers/" target="_blank">Web server configuration examples</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
<label data-bind="click: function () { openPGP(!openPGP()); }">
|
<label data-bind="click: function () { openPGP(!openPGP()); }">
|
||||||
<i data-bind="css: openPGP() ? 'icon-checkbox-checked' : 'icon-checkbox-unchecked'"></i>
|
<i data-bind="css: openPGP() ? 'icon-checkbox-checked' : 'icon-checkbox-unchecked'"></i>
|
||||||
|
|
||||||
Allow OpenPGP (beta)
|
Allow OpenPGP (unstable)
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
<span class="desc" data-bind="text: loginDescription"></span>
|
<span class="desc" data-bind="text: loginDescription"></span>
|
||||||
</div>
|
</div>
|
||||||
{{INCLUDE/AfterLogo/PLACE}}
|
{{INCLUDE/AfterLogo/PLACE}}
|
||||||
<div class="alert" data-bind="visible: '' !== submitError()">
|
<div class="alert alertError" data-bind="visible: '' !== submitError()">
|
||||||
<button type="button" class="close" data-bind="click: function () { submitError('') }">×</button>
|
<button type="button" class="close" data-bind="click: function () { submitError('') }">×</button>
|
||||||
<span data-bind="text: submitError"></span>
|
<span data-bind="text: submitError"></span>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p class="i18n muted" style="width: 700px" data-i18n-text="SETTINGS_SOCIAL/MAIN_GOOGLE_DESC"></p>
|
<p class="i18n muted" style="width: 500px" data-i18n-text="SETTINGS_SOCIAL/MAIN_GOOGLE_DESC"></p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
</div>
|
</div>
|
||||||
<div class="control-group" data-bind="visible: googleLoggined">
|
<div class="control-group" data-bind="visible: googleLoggined">
|
||||||
|
|
@ -46,7 +46,7 @@
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p class="i18n muted" style="width: 700px" data-i18n-text="SETTINGS_SOCIAL/MAIN_FACEBOOK_DESC"></p>
|
<p class="i18n muted" style="width: 500px" data-i18n-text="SETTINGS_SOCIAL/MAIN_FACEBOOK_DESC"></p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
</div>
|
</div>
|
||||||
<div class="control-group" data-bind="visible: facebookLoggined">
|
<div class="control-group" data-bind="visible: facebookLoggined">
|
||||||
|
|
@ -79,7 +79,7 @@
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p class="i18n muted" style="width: 700px" data-i18n-text="SETTINGS_SOCIAL/MAIN_TWITTER_DESC"></p>
|
<p class="i18n muted" style="width: 500px" data-i18n-text="SETTINGS_SOCIAL/MAIN_TWITTER_DESC"></p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
</div>
|
</div>
|
||||||
<div class="control-group" data-bind="visible: twitterLoggined">
|
<div class="control-group" data-bind="visible: twitterLoggined">
|
||||||
|
|
|
||||||
|
|
@ -6197,8 +6197,6 @@ html.rl-no-preview-pane #rl-right .ui-resizable-handle {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
/*width: 380px;*/
|
|
||||||
|
|
||||||
}
|
}
|
||||||
.b-login-content .loginFormWrapper .descWrapper {
|
.b-login-content .loginFormWrapper .descWrapper {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
|
@ -6207,6 +6205,9 @@ html.rl-no-preview-pane #rl-right .ui-resizable-handle {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
}
|
}
|
||||||
|
.b-login-content .loginFormWrapper .alertError {
|
||||||
|
max-width: 450px;
|
||||||
|
}
|
||||||
.b-login-content .loginFormWrapper .loginForm {
|
.b-login-content .loginFormWrapper .loginForm {
|
||||||
background-color: #efefef;
|
background-color: #efefef;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
|
@ -7845,6 +7846,7 @@ html.rl-message-fullscreen .messageView .b-content .buttonFull {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
width: 1300px;
|
width: 1300px;
|
||||||
height: 390px;
|
height: 390px;
|
||||||
|
left: 0;
|
||||||
}
|
}
|
||||||
.b-domain-content.domain-edit .modal-body {
|
.b-domain-content.domain-edit .modal-body {
|
||||||
height: 350px;
|
height: 350px;
|
||||||
|
|
|
||||||
2
rainloop/v/0.0.0/static/css/app.min.css
vendored
2
rainloop/v/0.0.0/static/css/app.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue