summaryrefslogtreecommitdiff
path: root/res/client/css/partials
diff options
context:
space:
mode:
authorgarbash <dor.garbash@gmail.com>2015-05-31 11:38:17 +0300
committerAlon Levy <alon@pobox.com>2015-06-04 14:22:21 +0300
commit222fd42ad588595c3df826007ef1d1278a82ca68 (patch)
tree971954d4a93dc136e79a8b9b85956093e9eba1a6 /res/client/css/partials
parent9eef06a3380702f9a504bfeddae70d8155a657f4 (diff)
Align activity stream with input and search bar
Diffstat (limited to 'res/client/css/partials')
-rw-r--r--res/client/css/partials/dev-area.scss32
1 files changed, 32 insertions, 0 deletions
diff --git a/res/client/css/partials/dev-area.scss b/res/client/css/partials/dev-area.scss
new file mode 100644
index 00000000..fa1cfbf3
--- /dev/null
+++ b/res/client/css/partials/dev-area.scss
@@ -0,0 +1,32 @@
+.debug-ui {
+ display: none;
+}
+
+body.debug {
+ .debug-ui {
+ display: inline;
+ position:fixed;
+ bottom:70px;
+ left:10px;
+ text-decoration: none;
+ }
+
+ .debug-ui-row {
+ float: left;
+ width: 100%;
+ }
+
+ .debug-ui-left {
+ float: left;
+ width: 50%;
+ }
+
+ .debug-ui-right {
+ float: right;
+ width: 50%;
+ }
+
+ .debug{
+
+ }
+}