Added site locales

This commit is contained in:
magnolia-fan
2011-06-30 09:12:52 +04:00
parent 124e9e481e
commit 13a233ac72
26 changed files with 406 additions and 112 deletions
+13 -7
View File
@@ -45,6 +45,10 @@
border-color: #eaa0a0;
box-shadow: #da9090 1px 1px 0px;
}
&.big {
font-size: 22px;
}
}
/* Scrollbars */
@@ -129,20 +133,22 @@
clear: both;
}
.auth_notice {
.auth-notice {
display: none;
position: absolute;
background-color: #07F;
color: #FFF;
background-color: #60a0ff;
color: #ffffff;
top: 32px;
left: 280px;
padding: 8px;
border: #05D 1px solid;
left: 290px;
line-height: 35px;
padding-right: 10px;
border: #4080dd 1px solid;
@include rounded(3);
cursor: pointer;
.arrow {
float: left;
margin: -8px 15px 0 8px;
margin: -5px 10px 0 10px;
font-size: 25px;
font-weight: bold;
}
-9
View File
@@ -12,15 +12,6 @@
border: #CCC 1px solid;
@include rounded(3);
}
#search_button {
width: 100px;
font-size: 24px;
padding: 4px;
background-color: #DDD;
border: #CCC 1px solid;
@include rounded(3);
}
}
.spinner {
+13 -9
View File
@@ -80,22 +80,26 @@
input[type="text"]{
font-size: 24px;
padding: 4px;
background-color: #ffffff;
color: #202020;
border: #CCC 1px solid;
@include rounded(3);
width: 300px;
}
select {
font-size: 24px;
background-color: #ffffff;
color: #202020;
border: #CCC 1px solid;
width: 310px;
height: 38px;
}
}
.action-button {
input[type="button"]{
width: 120px;
font-size: 24px;
padding: 4px;
background-color: #DDD;
border: #CCC 1px solid;
@include rounded(3);
margin-left: 5px;
}
float: left;
margin: 6px 0 0 5px;
}
.saved {
+13 -9
View File
@@ -37,6 +37,8 @@
text-shadow: #c08080 0px 1px 1px;
border-color: #eaa0a0;
box-shadow: #da9090 1px 1px 0px; }
.button.big {
font-size: 22px; }
/* Scrollbars */
.data-container .scrollbar-pane {
@@ -86,20 +88,22 @@
height: 30px;
clear: both; }
.auth_notice {
.auth-notice {
display: none;
position: absolute;
background-color: #07F;
color: #FFF;
background-color: #60a0ff;
color: #ffffff;
top: 32px;
left: 280px;
padding: 8px;
border: #05D 1px solid;
left: 290px;
line-height: 35px;
padding-right: 10px;
border: #4080dd 1px solid;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px; }
.auth_notice .arrow {
-webkit-border-radius: 3px;
cursor: pointer; }
.auth-notice .arrow {
float: left;
margin: -8px 15px 0 8px;
margin: -5px 10px 0 10px;
font-size: 25px;
font-weight: bold; }
-9
View File
@@ -9,15 +9,6 @@
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px; }
.search-container #search_form #search_button {
width: 100px;
font-size: 24px;
padding: 4px;
background-color: #DDD;
border: #CCC 1px solid;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px; }
.search-container .spinner {
display: none;
margin: 20px 0 0 175px; }
+12 -10
View File
@@ -63,21 +63,23 @@
.settings-container .form-container .form .field .value input[type="text"] {
font-size: 24px;
padding: 4px;
background-color: #ffffff;
color: #202020;
border: #CCC 1px solid;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
width: 300px; }
.settings-container .form-container .form .field .action-button input[type="button"] {
width: 120px;
font-size: 24px;
padding: 4px;
background-color: #DDD;
border: #CCC 1px solid;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
margin-left: 5px; }
.settings-container .form-container .form .field .value select {
font-size: 24px;
background-color: #ffffff;
color: #202020;
border: #CCC 1px solid;
width: 310px;
height: 38px; }
.settings-container .form-container .form .field .action-button {
float: left;
margin: 6px 0 0 5px; }
.settings-container .form-container .form .field .saved {
float: left; }
.settings-container .form-container .logout {