Merge branch 'master' into 2919-provenance-graph-cutoff
[arvados.git] / apps / workbench / app / assets / stylesheets / application.css.scss
index c9181253a31eb3ff9735ee846e377d71335fd8c1..64c50985c85e885a2059d9c7bd3c41806be4e105 100644 (file)
@@ -40,6 +40,9 @@ table.table-justforlayout>tbody>tr>th{
 table.table-justforlayout {
     margin-bottom: 0;
 }
+.smaller-text {
+    font-size: .8em;
+}
 .deemphasize {
     font-size: .8em;
     color: #888;
@@ -159,3 +162,35 @@ table.table-fixed-header-row tbody {
 .row-fill-height, .row-fill-height>div[class*='col-'] {
     display: flex;
 }
+.row-fill-height>div[class*='col-']>div {
+    width: 100%;
+}
+
+/* Show editable popover above side-nav */
+.editable-popup.popover {
+    z-index:1055;
+}
+
+.navbar-nav.side-nav {
+    box-shadow: inset -1px 0 #e7e7e7;
+}
+.navbar-nav.side-nav > li:first-child {
+    margin-top: 5px; /* keep "hover" bg below top nav bottom border */
+}
+.navbar-nav.side-nav > li > a {
+    padding-top: 10px;
+    padding-bottom: 10px;
+}
+.navbar-nav.side-nav > li.dropdown > ul.dropdown-menu > li > a {
+    padding-top: 5px;
+    padding-bottom: 5px;
+}
+.navbar-nav.side-nav a.active,
+.navbar-nav.side-nav a:hover,
+.navbar-nav.side-nav a:focus {
+    border-right: 1px solid #ffffff;
+    background: #ffffff;
+}
+svg text {
+    font-size: 6pt;
+}
\ No newline at end of file