Browse Source

Add style to upload table

ghorsington 5 years ago
parent
commit
d6061ef08b
1 changed files with 23 additions and 0 deletions
  1. 23 0
      public/css/style.css

+ 23 - 0
public/css/style.css

@@ -111,3 +111,26 @@ section#dashboard div#table div.column a img { width:200px; }
 	text-align: center;
 	margin-bottom: 10px;
 }
+
+.size-display {
+	white-space: nowrap;
+}
+
+table.bold-children td {
+	font-weight: bold;
+}
+
+table.bold-children td.normal {
+	font-weight: normal;
+}
+
+.valign {
+	vertical-align: middle !important;
+}
+
+/* .original-name {
+	max-width: 20vw;
+	white-space: nowrap;
+	text-overflow: ellipsis;
+	overflow: hidden;
+} */