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 {