app/assets/stylesheets/spotlight/_exhibit_admin.scss in blacklight-spotlight-2.13.0 vs app/assets/stylesheets/spotlight/_exhibit_admin.scss in blacklight-spotlight-3.0.0.alpha.1
- old
+ new
@@ -25,50 +25,27 @@
a {
white-space: nowrap;
}
}
-
- .callout {
- margin: 40px 0;
- padding: 2 * $padding-large-vertical;
- border-left: 3px solid $gray-lighter;
- > p {
- padding-left: 0;
- }
- h4 {
- margin-top: 0;
- margin-bottom: $padding-base-vertical;
- }
- }
- .callout-danger {
- background-color: lighten($brand-danger, 40%);
- border-color: $brand-danger;
- h4 {
- color: $brand-danger;
- }
- a:hover, a:focus {
- color: $btn-danger-color;
- background-color: $btn-danger-bg;
- border-color: $btn-danger-border;
- }
- }
}
#edit-search {
.remove {
display: none;
}
.constraint-value {
- @include border-right-radius($border-radius-small);
+ @include border-right-radius($border-radius-sm);
}
- .form-control-static { display: none; }
+ .form-control-plaintext { display: none; }
}
.analytics {
+ border-bottom: 1px solid $table-border-color;
+ table-layout: fixed;
text-align: center;
& > tfoot > tr > th {
padding-top: 0;
border-top: 0;
@@ -80,11 +57,9 @@
border-left: 0;
}
border-left: 1px solid $table-border-color;
}
-
- border-bottom: 1px solid $table-border-color;
}
.pending-label {
display: none;
}