merged original v2.0.1 wich fixes multi selected files. some changes not merged because they seemed senseless...
This commit is contained in:
parent
a528b806b2
commit
df793cbd03
1 changed files with 10 additions and 3 deletions
|
@ -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;}
|
||||
|
||||
/***********************************************************
|
||||
|
|
Loading…
Reference in a new issue