Audio response perfect match, auth improvements

This commit is contained in:
magnolia-fan
2011-06-16 06:33:08 +04:00
parent 5bd2852894
commit a024f13088
7 changed files with 111 additions and 17 deletions
+4
View File
@@ -8,6 +8,10 @@ body {
overflow: hidden;
font-family: Helvetica, Arial, sans-serif;
font-size: 14px;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
user-select: none;
}
#header-container {
+35 -4
View File
@@ -28,15 +28,26 @@
font-weight: bold;
margin-right: 12px;
}
#navigation li.vk_auth {
display: none;
}
#navigation li a {
color: inherit;
text-decoration: inherit;
}
#header-container .hello {
float: right;
margin: 6px 10px 0 0;
color: #FFF;
}
.button {
display: inline;
width: auto;
padding: 5px 10px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border: 1px solid;
cursor: pointer;
}
@@ -46,10 +57,6 @@
border-color: #DDD;
}
#vk_login, #vk_logout {
display: none;
}
.scrollbar-pane {
margin-right: 8px;
}
@@ -82,6 +89,8 @@
font-size: 24px;
padding: 4px;
border: #CCC 1px solid;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
#search-container #search_button {
@@ -90,6 +99,8 @@
padding: 4px;
background-color: #DDD;
border: #CCC 1px solid;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
#search-container img {
@@ -131,6 +142,26 @@
clear: both;
}
.auth_notice {
display: none;
position: absolute;
background-color: #07F;
color: #FFF;
top: 32px;
left: 230px;
padding: 8px;
border: #05D 1px solid;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
}
.auth_notice .arrow {
float: left;
margin: -8px 15px 0 8px;
font-size: 25px;
font-weight: bold;
}
/* Colorizing *
#player-container { background-color: #CFC; }
#data-container { background-color: #CCF; }