summaryrefslogtreecommitdiffstats
path: root/module/web/static
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-08-14 14:50:04 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-08-14 14:50:04 +0200
commit5dbd524958cde9764717588ce8dbf4ecd5a22b9a (patch)
tree8171ff602386b8048018cda0c30ab38f5f9edbda /module/web/static
parentLayout changes img to div (diff)
downloadpyload-5dbd524958cde9764717588ce8dbf4ecd5a22b9a.tar.xz
fixed layout, new progressbar
Diffstat (limited to 'module/web/static')
-rw-r--r--module/web/static/css/default/style.css57
1 files changed, 26 insertions, 31 deletions
diff --git a/module/web/static/css/default/style.css b/module/web/static/css/default/style.css
index 0385af496..f882e4a43 100644
--- a/module/web/static/css/default/style.css
+++ b/module/web/static/css/default/style.css
@@ -130,47 +130,34 @@ header .logo {
font-family: SansationRegular, sans-serif;
}
.header_icon {
+ padding-top: 2px;
padding-bottom: 5px;
- padding-left: 24px;
+ padding-left: 25px;
height: 20px;
}
-.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;
+ text-align: center;
}
+.icon_info img {
+ margin-bottom: -4px;
+ padding-right: 5px;
+}
#notification_div {
position: absolute;
left: 50%;
width: 28%;
- margin-left: -14%;
height: 45px;
- border: 1px solid #ffffff;
+ margin-left: -14%;
margin-top: 12px;
+ text-align: center;
+}
+
+#globalprogress {
+ height: 8px;
+ margin: 8px 5px;
}
#speedgraph {
@@ -181,6 +168,18 @@ header .logo {
font-family: sans-serif
}
+#header_user {
+ background: url("../../img/default/icon_user_small_white.png")no-repeat;
+}
+
+#header_speed {
+ background: url("../../img/default/icon_speed_small_white.png")no-repeat;
+}
+
+#header_qeuue {
+ background: url("../../img/default/icon_clock_small_white.png")no-repeat;
+}
+
/*
Login
*/
@@ -197,7 +196,6 @@ header .logo {
.login input, .login div{
padding: 3px;
}
-
.login_submit input {
padding: 5px 15px;
}
@@ -210,9 +208,6 @@ header .logo {
.login_user span, .login_password span{
margin-right: 5px;
}
-.login_user input, .login_password input{
- width: 150px;
-}
/*
Footer
*/