Merge branch 'master' of git.clinicalfuture.com:arvados
[arvados.git] / apps / workbench / app / assets / stylesheets / application.css
index a13d015eab7429f175c182ace64f60bfab7a7c4e..d2993bef3ce853126ace28fc8acf162f28736d00 100644 (file)
@@ -57,3 +57,24 @@ table.arv-index tbody td.arv-object-AuthorizedKey.arv-attr-public_key {
     overflow-x: hidden;
     max-width: 120px;
 }
+table.table-fixedlayout {
+    white-space: nowrap;
+    table-layout: fixed;
+}
+table.table-fixedlayout td {
+    overflow: hidden;
+    overflow-x: hidden;
+    text-overflow: ellipsis;
+}
+table.table-smallcontent td {
+    font-size: 85%;
+}
+form input.search-mini {
+    padding: 0 6px;
+}
+form.small-form-margin {
+    margin-bottom: 2px;
+}
+.nowrap {
+    white-space: nowrap;
+}