summaryrefslogtreecommitdiff
path: root/web-ui
diff options
context:
space:
mode:
authorGabriel Albo <gabriel@albo.com.br>2015-03-06 16:00:27 -0300
committerGabriel Albo <gabriel@albo.com.br>2015-03-06 16:00:27 -0300
commit747d41f408c4632bcaea568bd55f70d8f09e4c31 (patch)
tree309227581c14e4764bc040ba17f6d93e6adbcf1a /web-ui
parent55ed933d669b744fa8b8948e97d6bdc2c1947482 (diff)
Sticking the logout button to the bottom of the side navigatin and adding an overflow only to the custom tags session. Adding a slightly lighter background color to the custom tags list for now to indicate the session
Diffstat (limited to 'web-ui')
-rw-r--r--web-ui/app/scss/styles.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/web-ui/app/scss/styles.scss b/web-ui/app/scss/styles.scss
index 4754befa..7b074b6d 100644
--- a/web-ui/app/scss/styles.scss
+++ b/web-ui/app/scss/styles.scss
@@ -331,6 +331,9 @@ section {
visibility: hidden;
opacity: 0;
transition-duration: 500ms;
+ height: 220px;
+ overflow: auto;
+ background-color: lighten($navigation_background,1);
li {
white-space: nowrap;