Merge branch '1977-provenance-report' of git.clinicalfuture.com:arvados into 1977...
[arvados.git] / apps / workbench / app / assets / stylesheets / application.css
index 829b1759f1eb3e59d4a0a0630f4c61fd466473cd..8c777c8ab75eafa5fcb2b7cea5b621b273167e20 100644 (file)
@@ -26,9 +26,20 @@ table.topalign>thead>tr>td {
 tr.cell-valign-center>td {
     vertical-align: middle;
 }
-tr.cell-noborder>td {
+tr.cell-noborder>td,tr.cell-noborder>th {
     border: none;
 }
+table.table-justforlayout>tr>td,
+table.table-justforlayout>tr>th,
+table.table-justforlayout>thead>tr>td,
+table.table-justforlayout>thead>tr>th,
+table.table-justforlayout>tbody>tr>td,
+table.table-justforlayout>tbody>tr>th{
+    border: none;
+}
+table.table-justforlayout {
+    margin-bottom: 0;
+}
 .deemphasize {
     font-size: .8em;
     color: #888;
@@ -42,3 +53,39 @@ body .editable-empty {
 body .editable-empty:hover {
     color: #0088cc;
 }
+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;
+}
+.navbar .nav li.nav-separator > span {
+    display: block;
+    float: none;
+    color: #bbbbbb;
+    padding: 10px 0 10px;
+    text-decoration: none;
+    text-shadow: 0 1px 0 #ffffff;
+}
+.navbar .nav .dropdown .dropdown-menu li a {
+    padding: 2px 20px;
+}