70 lines
1.8 KiB
CSS
70 lines
1.8 KiB
CSS
@media screen and (min-width: 1100px){
|
|
|
|
#controls{margin-left: 85px !important;}
|
|
#controls .right{margin-right: 85px;}
|
|
|
|
#content {margin-top: 0px;}
|
|
#content-wrapper {padding-left: 85px !important;width: 100% !important;}
|
|
#navigation{
|
|
background-color: #ddd; /*comment this line for default color or set #0082c9 for nextcloud blue or #1d2d44 for owncloud blue*/
|
|
visibility:visible;
|
|
display: block !important;
|
|
position:fixed !important;
|
|
bottom:0px;
|
|
width: 85px !important;
|
|
top:45px;
|
|
left:0px;
|
|
max-height: 100% !important;
|
|
margin-top:0px !important;
|
|
-moz-user-select: none;
|
|
-moz-box-sizing: border-box;
|
|
box-shadow: 0px 0px 0px transparent;
|
|
border-radius: 0px;
|
|
}
|
|
|
|
#navigation a {
|
|
height: 50px !important;
|
|
padding: 0px 0 !important;
|
|
}
|
|
|
|
/*Hide DropDown Icon on Top of Menu*/
|
|
#navigation:after {
|
|
display:none;
|
|
}
|
|
|
|
#apps {max-height: calc(100vh - 45px);}
|
|
|
|
.icon-loading-dark:after {
|
|
margin: -32px 0 0 -16px;
|
|
}
|
|
|
|
#navigation #apps ul{text-align: center;}
|
|
|
|
#navigation #apps ul:first-child{padding-top: 10px !important;}
|
|
|
|
/* may not be required
|
|
app-navigation{width: 19.5% !important;}*/
|
|
|
|
|
|
/* Default Apps */
|
|
|
|
#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;}
|
|
|
|
/***********************************************************
|
|
*
|
|
* 3rd Party Apps
|
|
*
|
|
************************************************************/
|
|
|
|
/* owncloud-markdown (https://github.com/icewind1991/owncloud-markdown) */
|
|
#md_preview {padding-left: 60px;}
|
|
|
|
}
|
|
|