X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2f27d8fa4c8f10989d1066df4df9c8995ee755f5..9ac57b0bc6cb5d90da57c943df489401c63b7a7f:/apps/workbench/app/assets/stylesheets/application.css.scss diff --git a/apps/workbench/app/assets/stylesheets/application.css.scss b/apps/workbench/app/assets/stylesheets/application.css.scss index ec7eee44b7..bab72893bd 100644 --- a/apps/workbench/app/assets/stylesheets/application.css.scss +++ b/apps/workbench/app/assets/stylesheets/application.css.scss @@ -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; } @@ -296,3 +297,15 @@ span.editable-textile { ul.nav.nav-tabs { font-size: 90% } + +.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; +}