Fix not spam translate (Closes #168)

Small refactoring and fixes
This commit is contained in:
RainLoop Team 2014-05-16 19:57:50 +04:00
parent 07b0f20305
commit d3ee36bb97
68 changed files with 629 additions and 392 deletions

View file

@ -637,7 +637,7 @@
border-radius: 8px;
}
/*! normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */
/* =============================================================================
@ -1142,7 +1142,7 @@ table {
border-collapse: collapse;
border-spacing: 0;
}
@charset "UTF-8";
@font-face {
@ -1477,40 +1477,43 @@ table {
.icon-filter:before {
content: "\e061";
}
.icon-resize:before {
.icon-sync:before {
content: "\e062";
}
.icon-sync:before {
.icon-ellipsis-alt:before {
content: "\e063";
}
.icon-ellipsis-alt:before {
.icon-cloud-up:before {
content: "\e064";
}
.icon-cloud-up:before {
.icon-cloud-down:before {
content: "\e065";
}
.icon-cloud-down:before {
.icon-import:before {
content: "\e066";
}
.icon-import:before {
.icon-export:before {
content: "\e067";
}
.icon-export:before {
.icon-copy:before {
content: "\e068";
}
.icon-copy:before {
.icon-angry-smiley:before {
content: "\e069";
}
.icon-angry-smiley:before {
.icon-happy-smiley:before {
content: "\e06a";
}
.icon-happy-smiley:before {
.icon-help:before {
content: "\e06b";
}
.icon-help:before {
.icon-resize-in:before {
content: "\e06c";
}
.icon-resize-out:before {
content: "\e06d";
}
/** initial setup **/
.nano {
/*
@ -1627,7 +1630,7 @@ table {
.nano > .pane2:hover > .slider2, .nano > .pane2.active > .slider2 {
background-color: rgba(0, 0, 0, 0.4);
}
/* Magnific Popup CSS */
.mfp-bg {
top: 0;
@ -1992,7 +1995,7 @@ img.mfp-img {
right: 0;
padding-top: 0; }
/* overlay at start */
.mfp-fade.mfp-bg {
@ -2038,7 +2041,7 @@ img.mfp-img {
-moz-transform: translateX(50px);
transform: translateX(50px);
}
.simple-pace {
-webkit-pointer-events: none;
pointer-events: none;
@ -2109,7 +2112,7 @@ img.mfp-img {
@keyframes simple-pace-stripe-animation {
0% { transform: none; transform: none; }
100% { transform: translate(-32px, 0); transform: translate(-32px, 0); }
}
}
.inputosaurus-container {
background-color:#fff;
border:1px solid #bcbec0;
@ -2177,7 +2180,7 @@ img.mfp-img {
box-shadow:none;
}
.inputosaurus-input-hidden { display:none; }
.flag-wrapper {
width: 24px;
height: 16px;
@ -2221,7 +2224,7 @@ img.mfp-img {
.flag.flag-pt-br {background-position: -192px -11px}
.flag.flag-cn, .flag.flag-zh-tw, .flag.flag-zh-cn, .flag.flag-zh-hk {background-position: -208px -22px}
/* RainLoop Webmail (c) RainLoop Team | Licensed under CC BY-NC-SA 3.0 */
.clearfix {
*zoom: 1;
@ -9175,6 +9178,12 @@ html.rl-message-fullscreen .messageView .b-content .buttonFull {
width: 400px;
height: 50px;
}
.b-admin-about .rl-logo {
display: inline-block;
width: 250px;
height: 250px;
background-image: url("images/rainloop-logo.png");
}
.popups .b-activate-content {
width: 700px;
}