About page, lots of fixin

This commit is contained in:
magnolia-fan
2011-06-29 08:11:54 +04:00
parent 08295f01aa
commit bfd1cd3ff8
31 changed files with 267 additions and 69 deletions
+1 -1
View File
@@ -49,7 +49,7 @@
.add-album-button-container {
position: relative;
margin: 10px -25px 0 0;
margin: 10px -50px 0 0;
text-align: center;
}
}
+9 -3
View File
@@ -1,5 +1,6 @@
.header-container {
.hello {
display: none;
float: right;
margin: 6px 10px 0 0;
color: #222;
@@ -8,16 +9,21 @@
display: block;
float: left;
margin-right: 8px;
span {
border-bottom: #202020 1px dotted;
cursor: pointer;
}
}
.settings {
.settings-button {
float: right;
width: 15px;
height: 15px;
margin: 1px 0;
background-image: url(/images/icns/settings.png);
cursor: pointer;
}
}
}
.navigation {
@@ -54,7 +60,7 @@
}
}
.vk_auth {
&.vk_auth {
display: none;
}
+13 -3
View File
@@ -15,9 +15,19 @@
@include rounded(3);
&.gray {
background-color: #EEE;
color: #444;
border-color: #DDD;
background-color: #e0e0e0;
color: #404040;
text-shadow: #d0d0d0 0px 1px 1px;
border-color: #d0d0d0;
box-shadow: #c0c0c0 1px 1px 0px;
}
&.red {
background-color: #fab0b0;
color: #e05050;
text-shadow: #c08080 0px 1px 1px;
border-color: #eaa0a0;
box-shadow: #da9090 1px 1px 0px;
}
}
+1 -1
View File
@@ -17,7 +17,7 @@ $icons_dir: "/images/icns/";
position: absolute;
top: 0px;
right: 0px;
width: 80px;
width: 50px;
height: 30px;
z-index: 10;
@include alpha_gradient(32, 32, 32, '202020');
+14 -1
View File
@@ -53,7 +53,10 @@
border-top: #CCC 1px solid;
.form {
margin: 25px;
position: absolute;
top: 25px;
left: 0;
width: 100%;
.field {
height: 40px;
@@ -94,8 +97,18 @@
margin-left: 5px;
}
}
.saved {
float: left;
}
}
}
.logout {
position: absolute;
top: 25px;
right: 0;
}
}
.forms {
+3
View File
@@ -0,0 +1,3 @@
.textpage {
margin: 25px;
}
+1 -1
View File
@@ -31,7 +31,7 @@
border: #d0d0d0 1px solid; }
.albums .album .pic .add-album-button-container {
position: relative;
margin: 10px -25px 0 0;
margin: 10px -50px 0 0;
text-align: center; }
.albums .album .name {
display: block;
+1
View File
@@ -5,3 +5,4 @@
@import "search.css" all;
@import "albums.css" all;
@import "settings.css" all;
@import "textpage.css" all;
+6 -2
View File
@@ -1,4 +1,5 @@
.header-container .hello {
display: none;
float: right;
margin: 6px 10px 0 0;
color: #222; }
@@ -6,7 +7,10 @@
display: block;
float: left;
margin-right: 8px; }
.header-container .hello .settings {
.header-container .hello .greating span {
border-bottom: #202020 1px dotted;
cursor: pointer; }
.header-container .hello .settings-button {
float: right;
width: 15px;
height: 15px;
@@ -39,7 +43,7 @@
font-size: 9px;
font-weight: normal;
margin: 10px 0 0 4px; }
.header-container .navigation li .vk_auth {
.header-container .navigation li.vk_auth {
display: none; }
.header-container .navigation li a {
color: inherit;
+11 -3
View File
@@ -13,9 +13,17 @@
-moz-border-radius: 3px;
-webkit-border-radius: 3px; }
.button.gray {
background-color: #EEE;
color: #444;
border-color: #DDD; }
background-color: #e0e0e0;
color: #404040;
text-shadow: #d0d0d0 0px 1px 1px;
border-color: #d0d0d0;
box-shadow: #c0c0c0 1px 1px 0px; }
.button.red {
background-color: #fab0b0;
color: #e05050;
text-shadow: #c08080 0px 1px 1px;
border-color: #eaa0a0;
box-shadow: #da9090 1px 1px 0px; }
/* Scrollbars */
.data-container .scrollbar-pane {
+1 -1
View File
@@ -10,7 +10,7 @@
position: absolute;
top: 0px;
right: 0px;
width: 80px;
width: 50px;
height: 30px;
z-index: 10;
background: -moz-linear-gradient(left, rgba(32, 32, 32, 0) 0%, #202020 50%, #202020 100%);
+10 -1
View File
@@ -39,7 +39,10 @@
height: 500px;
border-top: #CCC 1px solid; }
.settings-container .form-container .form {
margin: 25px; }
position: absolute;
top: 25px;
left: 0;
width: 100%; }
.settings-container .form-container .form .field {
height: 40px;
margin-bottom: 10px;
@@ -75,5 +78,11 @@
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
margin-left: 5px; }
.settings-container .form-container .form .field .saved {
float: left; }
.settings-container .form-container .logout {
position: absolute;
top: 25px;
right: 0; }
.settings-container .forms {
display: none; }
+2
View File
@@ -0,0 +1,2 @@
.textpage {
margin: 25px; }