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 16:21:57 +0400
committerarkascha <github@christian-reiner.info>2013-12-29 16:21:57 +0400
commit40bce7017887dd9320b3867497a0ec2d4b876f1d (patch)
tree9ca7311705d54f337dd554c789288f88039366f4 /fluxx_compensator
parent7815f91ffc229b16bc99ccbd0ab07488092d989d (diff)
fluxx-compensator: Fixed width control in the new 'tasks' mode.
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 a995b3d3f..88ca35e9f 100644
--- a/fluxx_compensator/css/dynamic-6.css
+++ b/fluxx_compensator/css/dynamic-6.css
@@ -111,5 +111,6 @@ html.fluxx-mode-shorty { }
/* 'tasks' app */
html.fluxx-mode-tasks { }
+html.fluxx-mode-tasks.fluxx-state-N-hidden #tasks_list.rightcontent { width: 1664px !important; }
html.fluxx-mode-tasks.fluxx-state-N-hidden #tasks_list.rightcontent { left: 256px; }
html.fluxx-mode-tasks.fluxx-state-H-hidden #tasks_list.rightcontent { top: 44px; }