Commit bc005e5f by Tom Giannattasio

adjusted dashboard sidebar to accommodate long emails

parent 22cbc1bd
...@@ -68,8 +68,8 @@ ...@@ -68,8 +68,8 @@
@include clearfix; @include clearfix;
border-bottom: 1px dotted rgb(220,220,220); border-bottom: 1px dotted rgb(220,220,220);
list-style: none; list-style: none;
margin-bottom: 20px; margin-bottom: 15px;
padding-bottom: 10px; padding-bottom: 17px;
&:hover { &:hover {
.title .icon { .title .icon {
...@@ -77,16 +77,20 @@ ...@@ -77,16 +77,20 @@
} }
} }
span {
display: block;
}
span.title { span.title {
color: $lighter-base-font-color; color: $lighter-base-font-color;
float: left;
font-family: $sans-serif; font-family: $sans-serif;
font-size: 13px;
.icon { .icon {
background-size: cover; background-size: cover;
float: left; float: left;
height: 19px; height: 19px;
margin: 2px 8px 0 0; margin: 0 6px 0 0;
opacity: 0.6; opacity: 0.6;
@include transition(all, 0.15s, linear); @include transition(all, 0.15s, linear);
width: 19px; width: 19px;
...@@ -112,7 +116,10 @@ ...@@ -112,7 +116,10 @@
span.data { span.data {
color: $lighter-base-font-color; color: $lighter-base-font-color;
font-weight: 700; font-weight: 700;
margin-left: 12px; margin-left: 26px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment