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:
authorChristian Reiner <github@christian-reiner.info>2013-08-04 15:47:59 +0400
committerChristian Reiner <github@christian-reiner.info>2013-08-04 15:47:59 +0400
commit28368ff8db56563d0276f78ab3f2bbaa681fffaf (patch)
treeb0549fd453fdc17c45614a74574741bd4a937846 /fluxx_compensator
parentcd1fb87d3c28d6a06a3ad3aa45023357bd8f54cf (diff)
parent1118da5f287af840e908cf727b019f3b5054c23d (diff)
Merge pull request #1288 from arkascha/master
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 { }