app/assets/stylesheets/carload/dashboard.scss in carload-0.3.0 vs app/assets/stylesheets/carload/dashboard.scss in carload-0.4.0

- old
+ new

@@ -23,15 +23,17 @@ } a:last-child { border-top-right-radius: 0; } a { + color: $text-color; border-color: $main-color; } a:hover { background-color: lighten($main-color, 20%); border-color: lighten($main-color, 20%); + color: white; } a.active { background-color: $main-color; color: white; } @@ -62,10 +64,13 @@ table-layout: fixed; width: 100%; td { overflow: scroll; } + th:first-child, td:first-child { + padding-left: $spacing; + } th:last-child { width: 50px; } } } @@ -76,24 +81,21 @@ } #dashboard-index-buttons { display: inline-block; margin-right: $spacing; + line-height: 34px; } -#new_q { - display: inline-block; -} -.search-fields { - display: inline-flex; - .form-group { - display: inline-flex; - margin-right: 5px; - margin-bottom: 0; +#search-input { + position: relative; + .icon { + position: absolute; + bottom: 8px; + left: 8px; + color: #ccc; } - .form-group:last-child { - margin-right: 0; + input { + width: 100%; + padding-left: 30px; } -} -.search-buttons { - display: inline-flex; }