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:17:03 +0400
committerarkascha <github@christian-reiner.info>2013-12-29 16:17:03 +0400
commit7815f91ffc229b16bc99ccbd0ab07488092d989d (patch)
tree680a99ba905e788a0d83c2665b1e880eab3e6763 /fluxx_compensator
parent6dcae3f64430c33c305abd8cc15e6af3e1309cdc (diff)
fluxx-compensator: Additional mode for the 'tasks' app.
Diffstat (limited to 'fluxx_compensator')
-rw-r--r--fluxx_compensator/css/dynamic-6.css5
-rw-r--r--fluxx_compensator/js/fluxx.js4
2 files changed, 8 insertions, 1 deletions
diff --git a/fluxx_compensator/css/dynamic-6.css b/fluxx_compensator/css/dynamic-6.css
index 7fad2fc21..a995b3d3f 100644
--- a/fluxx_compensator/css/dynamic-6.css
+++ b/fluxx_compensator/css/dynamic-6.css
@@ -108,3 +108,8 @@ html.fluxx-mode-notes { }
/* 'shorty' app */
html.fluxx-mode-shorty { }
+
+/* 'tasks' app */
+html.fluxx-mode-tasks { }
+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; }
diff --git a/fluxx_compensator/js/fluxx.js b/fluxx_compensator/js/fluxx.js
index 8d2eea3e0..30a566e8b 100644
--- a/fluxx_compensator/js/fluxx.js
+++ b/fluxx_compensator/js/fluxx.js
@@ -307,7 +307,9 @@ OC.FluXX={
gallery: 'gallery',
gallery_index: 'gallery',
shorty: 'shorty',
- shorty_index: 'shorty'
+ shorty_index: 'shorty',
+ tasks: 'tasks',
+ tasks_index: 'tasks'
};
var index=$('body nav #navigation #apps').find('li .active').parents('li').attr('data-id');
// mark current mode (active app) as class of the html element