summaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
authorGravatar godofdream <soilfiction@gmail.com> 2012-08-12 19:04:02 +0200
committerGravatar godofdream <soilfiction@gmail.com> 2012-08-12 19:04:02 +0200
commit9c6460162b54b01a0c0a6432f8e038bf194fef52 (patch)
tree09513fa5845e5bfb4417014ff171fa57d6bbf0ad /module
parentuser icon (diff)
downloadpyload-9c6460162b54b01a0c0a6432f8e038bf194fef52.tar.xz
added login
Diffstat (limited to 'module')
-rw-r--r--module/web/static/css/default/style.css10
-rw-r--r--module/web/templates/default/base.html2
2 files changed, 7 insertions, 5 deletions
diff --git a/module/web/static/css/default/style.css b/module/web/static/css/default/style.css
index 232733b95..efea80bc5 100644
--- a/module/web/static/css/default/style.css
+++ b/module/web/static/css/default/style.css
@@ -108,11 +108,13 @@ header div.center span.title {
cursor: default;
margin-top: 12px;
}
-header img.logo {
+header .logo {
float: left;
- padding-right: 10px;
- padding-top: 7px;
- width: 120px;
+ margin-right: 10px;
+ margin-top: 8px;
+ width: 120px;
+ height: 120px;
+ background: url("../../img/default/logo.png")no-repeat;
}
.header_block {
diff --git a/module/web/templates/default/base.html b/module/web/templates/default/base.html
index ae3fa8d8c..867feeeda 100644
--- a/module/web/templates/default/base.html
+++ b/module/web/templates/default/base.html
@@ -24,7 +24,7 @@
<div id="wrap">
<header>
<div class="center">
- <img class="logo" alt="" src="static/img/default/logo.png" width="120px" height="120px">
+ <div class="logo"></div>
<span class="title">pyLoad</span>
<div id="notification_div">