aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Traeger <git@m.traeger-mail.de>2016-07-07 20:41:54 +0200
committerMichael Traeger <git@m.traeger-mail.de>2016-07-07 20:41:54 +0200
commitefb2c64e742c807d373ff428c39539ba28829f30 (patch)
tree2cbccfb45b2d0edc0d473a270c80db64501bd48c
parentb59a4d4b08a11590ad6885ae4530e618c3cd1053 (diff)
fixed right controls
-rw-r--r--changelog.md2
-rw-r--r--css/old_menu.css7
2 files changed, 2 insertions, 7 deletions
diff --git a/changelog.md b/changelog.md
index 27a1e81..c3c9e29 100644
--- a/changelog.md
+++ b/changelog.md
@@ -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:
diff --git a/css/old_menu.css b/css/old_menu.css
index 18c6956..f9b652e 100644
--- a/css/old_menu.css
+++ b/css/old_menu.css
@@ -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;}