]> BookStack Code Mirror - bookstack/blobdiff - resources/assets/sass/_tables.scss
Page Attachments - Improved UI, Now initially complete
[bookstack] / resources / assets / sass / _tables.scss
index 1fc8e11c2266a14ec2edfe70f2fa19fb87832ede..37c61159db077488d7b7d9ed3988bf81a20aa7f2 100644 (file)
@@ -51,4 +51,14 @@ table.list-table {
     vertical-align: middle;
     padding: $-xs;
   }
+}
+
+table.file-table {
+  @extend .no-style;
+  td {
+    padding: $-xs;
+  }
+  .ui-sortable-helper {
+    display: table;
+  }
 }
\ No newline at end of file