Fixed the spacing issue between the bottom of the search bar and the top of the table. There should now be 20px between the two.

This commit is contained in:
Michael Abashian
2016-01-26 16:02:35 -05:00
parent 65e40ff433
commit 2012e75160
5 changed files with 12 additions and 5 deletions

View File

@@ -263,3 +263,11 @@ table, tbody {
background-color: @list-actn-bg-hov !important;
color: @list-actn-icn-hov;
}
.List-searchWidget {
height: 34px;
}
.List-searchRow {
margin-bottom: 20px;
}