Ver Fonte

Add style to upload table

ghorsington há 5 anos atrás
pai
commit
d6061ef08b
1 ficheiros alterados com 23 adições e 0 exclusões
  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;
+} */