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-04-18 00:07:18 +0400
committerarkascha <github@christian-reiner.info>2013-04-18 00:07:18 +0400
commit1d3f336c3fc96feb58ad61020e067a36739de7ee (patch)
tree4586aee937881673a9e71320ee428b51a2e37a84 /fluxx_compensator
parent7e2a0a8d029389363758e592eff371214976eb5f (diff)
fluxx_compensator: Fixed navigation content not sliding up when the header panel is hidden.
Diffstat (limited to 'fluxx_compensator')
-rw-r--r--fluxx_compensator/css/dynamic.css9
-rw-r--r--fluxx_compensator/css/fluxx.css2
2 files changed, 6 insertions, 5 deletions
diff --git a/fluxx_compensator/css/dynamic.css b/fluxx_compensator/css/dynamic.css
index df810c8df..edca71ef2 100644
--- a/fluxx_compensator/css/dynamic.css
+++ b/fluxx_compensator/css/dynamic.css
@@ -56,7 +56,7 @@ html.fluxx-state-N-hidden body #controls {
/* header hidden: move up and show more impressive shadow as a hint */
html.fluxx-state-H-hidden body > header > #header {
- top: -3.5em !important;
+ top: -45px !important;
box-shadow: 0 0 20px rgba(0, 0, 0, .5), inset 0 -2px 10px #222 !important;
-o-box-shadow: 0 0 20px rgba(0, 0, 0, .5), inset 0 -2px 10px #222 !important;
-ms-box-shadow: 0 0 20px rgba(0, 0, 0, .5), inset 0 -2px 10px #222 !important;
@@ -66,7 +66,8 @@ html.fluxx-state-H-hidden body > header > #header {
}
/* move content up to top when header is hidden */
html.fluxx-state-H-hidden body > nav> #navigation {
- top: 0 !important;
+ top: -45px !important;
+ height: 110%;
}
html.fluxx-state-H-hidden body #content-wrapper {
padding-top: 0px;
@@ -83,14 +84,14 @@ html.fluxx-modeless body { }
/* 'bookarks' app */
html.fluxx-mode-bookmarks { }
-html.fluxx-mode-bookmarks.fluxx-state-N-hidden body #content #firstrun { left: 20em; }
+html.fluxx-mode-bookmarks.fluxx-state-N-hidden body #content #firstrun { left: 280px; }
/* 'calendar' app */
html.fluxx-mode-calendar body { }
/* 'contacts' app */
html.fluxx-mode-contacts body { }
-html.fluxx-mode-contacts.fluxx-state-N-hidden body #content #contactsheader { left: 20em; }
+html.fluxx-mode-contacts.fluxx-state-N-hidden body #content #contactsheader { left: 280px; }
/* 'files' app */
html.fluxx-mode-files body { }
diff --git a/fluxx_compensator/css/fluxx.css b/fluxx_compensator/css/fluxx.css
index 9699593b9..09a24b598 100644
--- a/fluxx_compensator/css/fluxx.css
+++ b/fluxx_compensator/css/fluxx.css
@@ -37,7 +37,7 @@
height: 16px;
border: 0.5px solid #666;
cursor: pointer;
- line-height: 1.0em;
+ line-height: 14px;
}
.fluxx-handle.fluxx-horizontal {
border-left: 0;