app/assets/stylesheets/spotlight/_blacklight_configuration.scss in blacklight-spotlight-0.13.0 vs app/assets/stylesheets/spotlight/_blacklight_configuration.scss in blacklight-spotlight-0.14.0
- old
+ new
@@ -1,12 +1,10 @@
.dd-item td {
- text-align:center;
-
&:first-child {
padding: 0;
- a {
+ .edit-in-place {
cursor: text;
color: inherit;
text-decoration: none;
}
&:hover {
@@ -21,11 +19,10 @@
margin: 0;
margin-top: -1px;
}
- text-align: left;
.dd3-handle:before {
top: 3px;
}
}
@@ -47,18 +44,22 @@
margin: 0;
}
}
}
-#nested-fields {
- margin-bottom: 1em;
+.dd-table {
+ margin-top: 2 * $padding-large-vertical;
+
th {
&:first-child {
padding-left: 40px;
- text-align: left;
}
- text-align:center;
}
+}
+
+#nested-fields {
+ margin-bottom: 1em;
+
.metadata-select {
display: inline-block;
min-width: 72px;
}
}