]> BookStack Code Mirror - bookstack/blobdiff - resources/assets/sass/_tables.scss
Polish translation
[bookstack] / resources / assets / sass / _tables.scss
index 1fc8e11c2266a14ec2edfe70f2fa19fb87832ede..21553b8394d01f76392132b1fbeb3b2c269bbeed 100644 (file)
@@ -35,6 +35,12 @@ table.table {
   tr:hover {
     background-color: #EEE;
   }
+  .text-right {
+    text-align: right;
+  }
+  .text-center {
+    text-align: center;
+  }
 }
 
 table.no-style {
@@ -51,4 +57,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