From efb2c64e742c807d373ff428c39539ba28829f30 Mon Sep 17 00:00:00 2001 From: Michael Traeger Date: Thu, 7 Jul 2016 20:41:54 +0200 Subject: fixed right controls --- changelog.md | 2 +- css/old_menu.css | 7 +------ 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;} -- cgit v1.2.3