diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-02-26 23:44:34 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-02-26 23:44:34 +0100 |
commit | 52ad2e19bf824cbaa6e6f96d6c8e71561e865819 (patch) | |
tree | 2f2bf5dde7ef9bf5c987513be996f06c8421b021 /module/web/static/css | |
parent | improved file view, added default plugin icon (diff) | |
download | pyload-52ad2e19bf824cbaa6e6f96d6c8e71561e865819.tar.xz |
updated js libraries, cleaned jquery-ui
Diffstat (limited to 'module/web/static/css')
-rw-r--r-- | module/web/static/css/default/style.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/web/static/css/default/style.less b/module/web/static/css/default/style.less index c009a3920..260f9fa52 100644 --- a/module/web/static/css/default/style.less +++ b/module/web/static/css/default/style.less @@ -274,7 +274,7 @@ header .logo { background-repeat: no-repeat;
background-size: 32px 32px;
background-position: 0px 8px;
- padding-left: 38px;
+ padding-left: 40px;
&:not(:last-child) {
margin-bottom: 5px;
@@ -522,4 +522,4 @@ div.modal-body { div.modal {
width: 600px;
-}
\ No newline at end of file +}
|