aboutsummaryrefslogtreecommitdiffstats
path: root/css/classic_sidemenu.css
blob: 698925eb9597a5dc0bea4a7712688ee59039c572 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
@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;}

}