浏览代码

Add style to upload table

ghorsington 5 年之前
父节点
当前提交
d6061ef08b
共有 1 个文件被更改,包括 23 次插入0 次删除
  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;
+} */