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-08-04 15:50:04 +0400
committerarkascha <github@christian-reiner.info>2013-08-04 15:50:04 +0400
commit1118da5f287af840e908cf727b019f3b5054c23d (patch)
tree2caf97177c6c74e820afa2b4347256972630fe06 /fluxx_compensator
parentdb1be632973ae63ed1d92137ad5d3a9b3aac5668 (diff)
fluxx-compensator: Fixed animation of header elements in contacts mode.
Diffstat (limited to 'fluxx_compensator')
-rw-r--r--fluxx_compensator/css/dynamic.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/fluxx_compensator/css/dynamic.css b/fluxx_compensator/css/dynamic.css
index 9b35d1703..62c962fce 100644
--- a/fluxx_compensator/css/dynamic.css
+++ b/fluxx_compensator/css/dynamic.css
@@ -88,6 +88,8 @@ html.fluxx-mode-calendar { }
/* 'contacts' app */
html.fluxx-mode-contacts { }
html.fluxx-mode-contacts.fluxx-state-N-hidden #contactsheader { left: 280px; }
+html.fluxx-mode-contacts.fluxx-state-H-hidden #groupsheader,
+html.fluxx-mode-contacts.fluxx-state-H-hidden #contactsheader { top: 0px; }
/* 'files' app */
html.fluxx-mode-files { }