tr:hover {
background-color: #EEE;
}
+ .text-right {
+ text-align: right;
+ }
+ .text-center {
+ text-align: center;
+ }
}
table.no-style {
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