diff options
author | Jefferson Stachelski <jeffhsta@riseup.net> | 2015-12-03 20:56:16 -0200 |
---|---|---|
committer | Pixelated <pixelated@pix-poa-1> | 2015-12-03 21:16:58 -0200 |
commit | 7524cb21facf3d739d29e312ffe85bda7377f261 (patch) | |
tree | 9bb2cd82e8a91bae7bc2198915eb198aff5f89a7 /web-ui/app/scss | |
parent | 122586bcb637d4bfdbbd6130dc1cf8e0d496cef5 (diff) |
Issue #411 - Did some refactores [Gil/Jeff]
Diffstat (limited to 'web-ui/app/scss')
-rw-r--r-- | web-ui/app/scss/styles.scss | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/web-ui/app/scss/styles.scss b/web-ui/app/scss/styles.scss index a7f607e9..59478583 100644 --- a/web-ui/app/scss/styles.scss +++ b/web-ui/app/scss/styles.scss @@ -21,7 +21,7 @@ background-color: $search-highlight; } -#user-settings-box { +#user-settings-box>div { position: absolute; left: 20px; bottom: 0px; @@ -61,8 +61,6 @@ } } - - .arrow-box:before { right: 100%; top: 65%; |