app/assets/stylesheets/spotlight/nestable.css.scss in blacklight-spotlight-0.0.1 vs app/assets/stylesheets/spotlight/nestable.css.scss in blacklight-spotlight-0.0.2
- old
+ new
@@ -6,17 +6,31 @@
list-style: none;
font-size: 13px;
line-height: 20px;
}
+tbody.dd-list {
+ display: table-row-group;
+ padding-left: 0;
+}
+
+tbody.dd-dragel {
+ display: table;
+}
+
+tr.dd-item {
+ display: table-row;
+ position: relative;
+}
+
.dd-list { display: block; position: relative; margin: 0; padding: 0; list-style: none; }
.dd-list .dd-list { padding-left: 30px; }
.dd-collapsed .dd-list { display: none; }
.dd-item,
.dd-empty,
.dd-placeholder { display: block; position: relative; margin: 0; padding: 0; min-height: 20px; font-size: 13px; line-height: 20px; }
-
+.dd-item .panel-heading {min-height: 71px;}
.dd-handle { display: block; height: 73px; margin: 5px 0; padding: 5px 10px; color: #333; text-decoration: none; font-weight: bold; border: 1px solid #ccc;
background: #fafafa;
background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
background: linear-gradient(top, #fafafa 0%, #eee 100%);
\ No newline at end of file