Bug 1203255 - Keep sheriff 'Add' buttons well spaced

This commit is contained in:
Jonathan French 2015-09-09 15:23:29 -04:00
Родитель 196149581c
Коммит 64cb103231
2 изменённых файлов: 12 добавлений и 4 удалений

Просмотреть файл

@ -88,8 +88,8 @@ input:focus::-moz-placeholder {
.th-top-nav-options-panel {
background-color: white;
padding: 10px;
border: 1px solid black;
padding: 10px 10px 0;
border-bottom: 1px solid black;
max-height: 400px;
overflow-y: auto;
font-size: 12px;
@ -167,6 +167,14 @@ input:focus::-moz-placeholder {
Sheriff panel
*/
.exclusion-container {
padding-bottom: 10px;
}
.add-new-exclusion {
margin-bottom: 10px;
}
.add-new-exclusion input.ng-invalid.ng-dirty {
border-color: #B94A48;
}

Просмотреть файл

@ -12,7 +12,7 @@
<!-- Exclusion profiles -->
<div ng-if="view == 'exclusion_profile_list'"
class="th-inline-option-group add-new-exclusion">
class="th-inline-option-group exclusion-container">
<p ng-if="profiles.length == 0">No profile available</p>
<table ng-if="profiles.length > 0" class="table table-condensed">
<tr>
@ -94,7 +94,7 @@
<!-- Job exclusions -->
<div ng-if="view == 'job_exclusion_list'"
class="th-inline-option-group add-new-exclusion">
class="th-inline-option-group exclusion-container">
<p ng-if="exclusions.length == 0">No exclusion available</p>
<table ng-if="exclusions.length > 0"
class="table table-condensed">