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:55:00 +0400
committerarkascha <github@christian-reiner.info>2013-12-29 15:55:00 +0400
commitf6f312f688d95949a4ee726d64a712dc2fb54aff (patch)
treec23700a656bd688e4862f8b49ec7ce773a35ea44 /fluxx_compensator
parent9c004a3da3fd43bad884dfe0db616e14270e63da (diff)
fluxx-compensator: Fix table header positioning in contacts mode (spelling of element ID has been changed).
Diffstat (limited to 'fluxx_compensator')
-rw-r--r--fluxx_compensator/css/dynamic-6.css5
1 files changed, 2 insertions, 3 deletions
diff --git a/fluxx_compensator/css/dynamic-6.css b/fluxx_compensator/css/dynamic-6.css
index 7a3211b42..06221e058 100644
--- a/fluxx_compensator/css/dynamic-6.css
+++ b/fluxx_compensator/css/dynamic-6.css
@@ -88,9 +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; }
+html.fluxx-mode-contacts.fluxx-state-N-hidden #contactsHeader { left: 280px; }
+html.fluxx-mode-contacts.fluxx-state-H-hidden #contactsHeader { top: 0px; }
/* 'files' app */
html.fluxx-mode-files { }