diff options
author | Michael Träger <git@m.traeger-mail.de> | 2015-03-22 22:43:02 +0100 |
---|---|---|
committer | Michael Träger <michael.traeger@mile-media.de> | 2015-03-22 22:43:02 +0100 |
commit | df793cbd032d92d6333eb8f2d741e89c856d21db (patch) | |
tree | 4fc018a6e96c9590d30ecc571f4601a7b0ca5cb9 /css | |
parent | a528b806b213396218043f25bd926cac7a1b050e (diff) |
merged original v2.0.1 wich fixes multi selected files. some changes not merged because they seemed senseless...
Diffstat (limited to 'css')
-rw-r--r-- | css/old_menu.css | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/css/old_menu.css b/css/old_menu.css index 42f3cf3..7ae8b2c 100644 --- a/css/old_menu.css +++ b/css/old_menu.css @@ -1,7 +1,10 @@ @media screen and (min-width: 1100px){ #expanddiv {background-color: #1d2d44;} -#controls{width: 93% !important;margin-left: 100px !important;} +#controls{width: 91% !important;margin-left: 100px !important;} +/*#app-navigation + #app-content #controls{width: 74.2% !important;left: auto !important;}*/ + + #content {margin-top: 0px;} #content-wrapper {padding-left: 100px !important;width: 100% !important;} #navigation{ @@ -21,13 +24,17 @@ } #navigation #apps ul{text-align: center;} -#leftcontent{width: 21% !important;} -#rightcontent{width: 78% !important;} +/*#leftcontent{width: 21% !important;} +#rightcontent{width: 78% !important;}*/ +app-navigation{width: 19.5% !important;}*/ + #bookmark_settings {width:19.5% !important;} .bookmarks_list, #firstrun {left:27% !important;} #navigation .wrapper {margin: auto;} #header .icon-caret {display:none;} +table.multiselect thead{left: auto !important;margin: 0px !important; padding: 0px !important;} +/*table.multiselect thead{width: 76% !important; left: auto !important; margin: 0px !important; }*/ #slideshow{z-index: 5000 !important;} /*********************************************************** |