|
|
|
@ -40,11 +40,6 @@ |
|
|
|
|
display: none; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* don’t require a minimum width for controls bar */ |
|
|
|
|
#controls { |
|
|
|
|
min-width: initial !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* position share dropdown */ |
|
|
|
|
#dropdown { |
|
|
|
|
margin-right: 10% !important; |
|
|
|
@ -109,12 +104,19 @@ |
|
|
|
|
opacity: 1; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* fix controls bar for apps which don't use the standard */ |
|
|
|
|
#body-user .app-files #controls, |
|
|
|
|
#user-controls { |
|
|
|
|
|
|
|
|
|
/* controls bar for mobile */ |
|
|
|
|
#controls { |
|
|
|
|
min-width: initial !important; |
|
|
|
|
left: 0 !important; |
|
|
|
|
padding-left: 44px !important; |
|
|
|
|
padding-left: 0; |
|
|
|
|
padding-right: 0 !important; |
|
|
|
|
} |
|
|
|
|
/* position controls for apps with app-navigation */ |
|
|
|
|
#app-navigation+#app-content #controls { |
|
|
|
|
padding-left: 44px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* .viewer-mode is when text editor, PDF viewer, etc is open */ |
|
|
|
|
#body-user .app-files.viewer-mode #controls { |
|
|
|
|
padding-left: 0 !important; |
|
|
|
@ -134,11 +136,8 @@ table.multiselect thead { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* fix controls bar jumping when navigation is slid out */ |
|
|
|
|
.snapjs-left #app-navigation-toggle { |
|
|
|
|
top: 0; |
|
|
|
|
} |
|
|
|
|
.snapjs-left .app-files #controls, |
|
|
|
|
.snapjs-left #user-controls { |
|
|
|
|
.snapjs-left #app-navigation-toggle, |
|
|
|
|
.snapjs-left #controls { |
|
|
|
|
top: 0; |
|
|
|
|
} |
|
|
|
|
.snapjs-left table.multiselect thead { |
|
|
|
|