6362: Update bootstrap gem.
[arvados.git] / apps / workbench / app / assets / stylesheets / application.css.scss
index f2d28e113f617ab20613a470b17e56b1e9a54744..bab72893bd921dc2f6b330d6a2e2277d1e817243 100644 (file)
@@ -7,14 +7,15 @@
  *
  * You're free to add application-wide styles to this file and they'll appear at the top of the
  * compiled file, but it's generally better to create a new file per style scope.
- *
- *= require_self
- *= require bootstrap
- *= require bootstrap3-editable/bootstrap-editable
- *= require morris
- *= require_tree .
  */
 
+@import 'bootstrap-sprockets';
+@import 'bootstrap';
+@import 'bootstrap3-editable/bootstrap-editable';
+
+//= require morris
+//= require_tree .
+
 .contain-align-left {
     text-align: left;
 }
@@ -301,10 +302,10 @@ ul.nav.nav-tabs {
   display: block;
 }
 
-.editable-inline,
-.editable-inline .form-group,
-.editable-inline .form-group .editable-input,
-.editable-inline .form-group .editable-input textarea,
+.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;
 }