4533: Fix wrong lock mode. refs #4533
[arvados.git] / apps / workbench / app / assets / stylesheets / application.css.scss
index fc7e462b88c5a4c6a797b05a26530c54506207c4..4c8f921f47ad5cce6a12e599df4bc248950e1943 100644 (file)
@@ -11,6 +11,7 @@
  *= require_self
  *= require bootstrap
  *= require bootstrap3-editable/bootstrap-editable
+ *= require morris
  *= require_tree .
  */
 
@@ -150,6 +151,10 @@ nav.navbar-fixed-top .navbar-nav.navbar-right > li > a:hover {
     color: #800;
 }
 
+th[data-sort-order] {
+    cursor: pointer;
+}
+
 .inline-progress-container div.progress {
     margin-bottom: 0;
 }
@@ -267,3 +272,7 @@ span.editable-textile {
 .compute-summary-numbers td {
   font-size: 150%;
 }
+
+.arv-log-refresh-control {
+  display: none;
+}