X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/308a6da1a9fd716f3957b116110a932c08aefafe..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 7007d8c348..bab72893bd 100644 --- a/apps/workbench/app/assets/stylesheets/application.css.scss +++ b/apps/workbench/app/assets/stylesheets/application.css.scss @@ -7,13 +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_tree . */ +@import 'bootstrap-sprockets'; +@import 'bootstrap'; +@import 'bootstrap3-editable/bootstrap-editable'; + +//= require morris +//= require_tree . + .contain-align-left { text-align: left; } @@ -47,6 +49,9 @@ table.table-justforlayout { font-size: .8em; color: #888; } +.lighten { + color: #888; +} .arvados-filename, .arvados-uuid { font-size: .8em; @@ -89,6 +94,16 @@ form.small-form-margin { .nowrap { white-space: nowrap; } +input.select-on-focus { + font-family: monospace; + background: inherit; + border: thin #ccc solid; + border-radius: .2em; + padding: .15em .5em; +} +input.select-on-focus:focus { + border-color: #9bf; +} /* top nav */ $top-nav-bg: #3c163d; @@ -200,11 +215,8 @@ table.table-fixed-header-row tbody { top:1.5em; } -/* Setting the height needs to be fixed with javascript. */ .dropdown-menu { - padding-right: 20px; - max-height: 440px; - width: 400px; + max-height: 30em; overflow-y: auto; } @@ -271,3 +283,29 @@ span.editable-textile { .compute-summary-numbers td { font-size: 150%; } + +.arv-log-refresh-control { + display: none; +} + +/* Hide Angular content until Angular is ready */ +[ng\:cloak], [ng-cloak], .ng-cloak { + display: none !important; +} + +/* tabs */ +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; +}