summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_sidebar--left.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-09-16 20:32:10 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-09-16 20:32:10 +0500
commit28b61e6437a75be4e181188fcbbf9919239daf72 (patch)
tree021993130be91e2dafec6c7d67aa2bdb51863077 /web/sass-files/sass/partials/_sidebar--left.scss
parentd4887cef03e3321910d33d672c194d1966cd0aac (diff)
downloadchat-28b61e6437a75be4e181188fcbbf9919239daf72.tar.gz
chat-28b61e6437a75be4e181188fcbbf9919239daf72.tar.bz2
chat-28b61e6437a75be4e181188fcbbf9919239daf72.zip
UI Updates for multiple tickets
Diffstat (limited to 'web/sass-files/sass/partials/_sidebar--left.scss')
-rw-r--r--web/sass-files/sass/partials/_sidebar--left.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_sidebar--left.scss b/web/sass-files/sass/partials/_sidebar--left.scss
index 514d22f24..f714a23f8 100644
--- a/web/sass-files/sass/partials/_sidebar--left.scss
+++ b/web/sass-files/sass/partials/_sidebar--left.scss
@@ -30,6 +30,9 @@
}
.badge {
background-color: $primary-color;
+ position: absolute;
+ right: 10px;
+ top: 5px;
}
.status {
position:relative;
@@ -90,6 +93,12 @@
line-height: 1.5;
border-radius: 0;
color: #999;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ &.has-badge {
+ padding-right: 30px;
+ }
&.nav-more {
text-decoration: underline;
}
@@ -104,6 +113,7 @@
&.active {
a, a:hover, a:focus {
color: #111;
+ padding-right: 10px;
background-color: #e1e1e1;
border-radius: 0;
font-weight: 400;