UI Tweaks

This commit is contained in:
Colin McLeod
2015-07-06 15:45:56 -07:00
parent 904f828d83
commit a45d165d33
4 changed files with 11 additions and 4 deletions

View File

@@ -73,7 +73,7 @@ select {
cursor: pointer;
line-height:@optionSpacing;
color: @primary-disabled;
stroke-width: 5px;
stroke-width: 0.5em;
stroke: @primary-disabled;
&:hover {

View File

@@ -24,6 +24,13 @@
text-transform: none;
}
.name {
overflow: hidden;
white-space: nowrap;
max-width: 80%;
text-overflow: ellipsis;
}
.cb {
overflow: hidden;
}