styling fixes to dashboard and tag search

This commit is contained in:
John Mitchell 2016-05-17 14:15:44 -04:00
parent 3347bcac79
commit 9d1a3e065a
4 changed files with 6 additions and 3 deletions

View File

@ -2179,3 +2179,7 @@ a:hover {
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
background-color: @default-err;
}
.dropdown-menu>li>a {
padding: 3px 10px;
}

View File

@ -174,7 +174,7 @@ table.ui-datepicker-calendar {
}
.dropdown-menu>li>a {
color: @default-interface-txt
color: @default-interface-txt;
}
.pagination .active {

View File

@ -76,7 +76,7 @@
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin-right: 60px;
margin-right: 14px;
}
.DashboardGraphs-filterDropdownText,

View File

@ -30,7 +30,6 @@
white-space: nowrap;
align-items: center;
max-height: 400px;
overflow-y: scroll;
width: 100px;
cursor: pointer;
}