diff options
author | Michael Träger <git@m.traeger-mail.de> | 2015-07-22 17:00:02 +0200 |
---|---|---|
committer | Michael Träger <michael.traeger@mile-media.de> | 2015-07-22 17:00:02 +0200 |
commit | d235f56f11bbf593ecd80be4bf684bcbeeb3d315 (patch) | |
tree | c0a681096c3670dbe88ad845a5bfe0ac750c04fe | |
parent | ddca45e3a903c49b9cbdd8e5241e113047d09a7b (diff) |
fix oc8.1 menu left space
-rw-r--r-- | css/old_menu.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/css/old_menu.css b/css/old_menu.css index 7ae8b2c..075edd9 100644 --- a/css/old_menu.css +++ b/css/old_menu.css @@ -15,6 +15,7 @@ bottom:0px; width: 100px !important; top:45px; + left:0px; max-height: 100% !important; margin-top:0px !important; -moz-user-select: none; @@ -46,4 +47,4 @@ table.multiselect thead{left: auto !important;margin: 0px !important; padding: 0 /* owncloud-markdown (https://github.com/icewind1991/owncloud-markdown) */ #md_preview {padding-left: 60px;} -} +}
\ No newline at end of file |