Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorarkascha <github@christian-reiner.info>2013-12-29 15:39:50 +0400
committerarkascha <github@christian-reiner.info>2013-12-29 15:39:50 +0400
commit3c317fbacd63d9242a4053c0b695ddb3c5a88dc3 (patch)
tree6cdb64c1580a4ebca20addc0f6b4947ef4873bd2 /fluxx_compensator
parent5eedb3bdde51cd688f1ffbf151ae7756fce93fd4 (diff)
fluxx-compensator: Fixed compensation of vertical position of navigation which once more has been changed in OC6 in the last minute.
Diffstat (limited to 'fluxx_compensator')
-rw-r--r--fluxx_compensator/css/dynamic-6.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/fluxx_compensator/css/dynamic-6.css b/fluxx_compensator/css/dynamic-6.css
index 9eaf2a970..c730b122b 100644
--- a/fluxx_compensator/css/dynamic-6.css
+++ b/fluxx_compensator/css/dynamic-6.css
@@ -70,6 +70,7 @@ html.fluxx-state-H-hidden #header {
/* move stuff up to top when header is hidden */
html.fluxx-state-H-hidden #navigation,
html.fluxx-state-H-hidden #content-wrapper {
+ top: -45px !important;
padding-top: 0;
}