Add 'tools/arvbox/' from commit 'd3d368758db1f4a9fa5b89f77b5ee61d68ef5b72'
[arvados.git] / apps / workbench / app / assets / stylesheets / application.css.scss
index bb57d4be501aa1541613006072366edcbe3b69df..a09de69c1f0916854bf2179191d8077731c8bc9d 100644 (file)
@@ -219,6 +219,10 @@ table.table-fixed-header-row tbody {
     overflow-y: auto;
 }
 
+.dropdown-menu a {
+    cursor: pointer;
+}
+
 .row-fill-height, .row-fill-height>div[class*='col-'] {
     display: flex;
 }
@@ -300,3 +304,11 @@ ul.nav.nav-tabs {
 .hover-dropdown:hover .dropdown-menu {
   display: block;
 }
+
+.arv-description-as-subtitle .editable-inline,
+.arv-description-as-subtitle .editable-inline .form-group,
+.arv-description-as-subtitle .editable-inline .form-group .editable-input,
+.arv-description-as-subtitle .editable-inline .form-group .editable-input textarea,
+{
+    width: 98%!important;
+}