diff options
| author | garbash <dor.garbash@gmail.com> | 2015-05-31 11:38:17 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-06-04 14:22:21 +0300 |
| commit | 222fd42ad588595c3df826007ef1d1278a82ca68 (patch) | |
| tree | 971954d4a93dc136e79a8b9b85956093e9eba1a6 /res/client/css/partials | |
| parent | 9eef06a3380702f9a504bfeddae70d8155a657f4 (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.scss | 32 |
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{ + + } +} |
