Merge branch 'master' into 1971-show-image-thumbnails
[arvados.git] / apps / workbench / app / assets / stylesheets / application.css.scss
index c4a94abda1cdd4785a7ccc7bc7607cc93aa60f2d..455e4c0a9fa6cb13553cd121b5c64f427c8fbc90 100644 (file)
@@ -122,10 +122,28 @@ ul.arvados-nav li ul li {
 }
 
 .inline-progress-container {
-    width: 100px;
+    width: 100%;
     display:inline-block;
 }
 
+td.add-tag-button {
+    white-space: normal;
+}
+td.add-tag-button .add-tag-button {
+    margin-right: 4px;
+    opacity: 0.2;
+}
+td.add-tag-button .add-tag-button:hover {
+    opacity: 1;
+}
+span.removable-tag-container {
+    line-height: 1.6;
+}
+.label.removable-tag a {
+    color: #fff;
+    cursor: pointer;
+}
+
 li.notification {
     padding: 10px;
 }
@@ -140,7 +158,7 @@ li.notification {
     background: rgb(66, 139, 202);
 }
 
-.arvados-nav-active a {
+.arvados-nav-active a, .arvados-nav-active a:hover {
     color: white;
 }
 
@@ -167,19 +185,3 @@ table.table-fixed-header-row tbody {
     overflow-y: auto;
 }
 
-#persistent-selection-list {
-    width: 500px;
-}
-
-#persistent-selection-list li {
-    margin-left: 1em;
-    padding: 3px 20px;
-    font-weight: normal;
-    line-height: 1.42857;
-    color: rgb(51, 51, 51);
-    
-}
-
-#persistent-selection-list li table tr {
-  border-bottom: 1px solid rgb(221, 221, 221);
-}