diff options
author | godofdream <soilfiction@gmail.com> | 2012-08-14 14:06:26 +0200 |
---|---|---|
committer | godofdream <soilfiction@gmail.com> | 2012-08-14 14:06:26 +0200 |
commit | 01bd93484ec14cfc3f96d54376392e5bd3222f1f (patch) | |
tree | 8e29ee8dda572d2ea91c8f0b4e56545be8e70e8a /module/web/static/css/default | |
parent | Layout fix for login (diff) | |
download | pyload-01bd93484ec14cfc3f96d54376392e5bd3222f1f.tar.xz |
Layout changes img to div
Diffstat (limited to 'module/web/static/css/default')
-rw-r--r-- | module/web/static/css/default/style.css | 33 |
1 files changed, 31 insertions, 2 deletions
diff --git a/module/web/static/css/default/style.css b/module/web/static/css/default/style.css index 455947581..0385af496 100644 --- a/module/web/static/css/default/style.css +++ b/module/web/static/css/default/style.css @@ -129,15 +129,40 @@ header .logo { margin: 12px 12px 0;
font-family: SansationRegular, sans-serif;
}
-.icon_info {
+.header_icon {
padding-bottom: 5px;
+ padding-left: 24px;
+ height: 20px;
}
-.icon_info img {
+.header_icon img {
margin-bottom: -4px;
padding-right: 5px;
}
+.header_block {
+ float: right;
+ margin: 12px 12px 0;
+ font-family: SansationRegular, sans-serif;
+}
+.header_text {
+ vertical-align: middle;
+}
+#header_div_logout {
+ text-align: center;
+ padding-left: 2px;
+}
+#header_div_user {
+ background: url("../../img/default/icon_user_small_white.png")no-repeat;
+}
+#header_div_speed {
+ background: url("../../img/default/icon_speed_small_white.png")no-repeat;
+}
+#header_div_downloads{
+ background: url("../../img/default/icon_clock_small_white.png")no-repeat;
+}
+
+
#notification_div {
position: absolute;
left: 50%;
@@ -172,6 +197,7 @@ header .logo { .login input, .login div{
padding: 3px;
}
+
.login_submit input {
padding: 5px 15px;
}
@@ -184,6 +210,9 @@ header .logo { .login_user span, .login_password span{
margin-right: 5px;
}
+.login_user input, .login_password input{
+ width: 150px;
+}
/*
Footer
*/
|