fixed right controls
This commit is contained in:
parent
b59a4d4b08
commit
efb2c64e74
2 changed files with 2 additions and 7 deletions
|
@ -3,7 +3,7 @@
|
|||
Fixes for use with nextcloud
|
||||
* Bring back original color of upper right menu: remove #expanddiv {background-color: #1d2d44;}
|
||||
* removed width: 91% !important; from #controls{width: 91% !important;margin-left: 100px !important;} - now showing gallery view button
|
||||
* gallery fixed temporarily - known bug: (related to 1) right button not shown correctly right
|
||||
* icons right fixed in controls (e.g. gallery)
|
||||
|
||||
### 2015, 22 March:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
@media screen and (min-width: 1100px){
|
||||
|
||||
#controls{margin-left: 100px !important;}
|
||||
|
||||
#controls .right{margin-right: 100px;}
|
||||
|
||||
#content {margin-top: 0px;}
|
||||
#content-wrapper {padding-left: 100px !important;width: 100% !important;}
|
||||
|
@ -50,11 +50,6 @@ table.multiselect thead{left: auto !important;margin: 0px !important; padding: 0
|
|||
*
|
||||
************************************************************/
|
||||
|
||||
/*gallery*/
|
||||
.app-gallery #controls,
|
||||
.app-galleryplus #controls {width: 94%;}
|
||||
|
||||
|
||||
/* owncloud-markdown (https://github.com/icewind1991/owncloud-markdown) */
|
||||
#md_preview {padding-left: 60px;}
|
||||
|
||||
|
|
Loading…
Reference in a new issue