X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/968526e233fede288bf332aab724c170fe88345c..ebbe2d754223e788ef7c532fb5d1613a51f754a6:/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 4c8f921f47..710bc9227c 100644 --- a/apps/workbench/app/assets/stylesheets/application.css.scss +++ b/apps/workbench/app/assets/stylesheets/application.css.scss @@ -48,6 +48,9 @@ table.table-justforlayout { font-size: .8em; color: #888; } +.lighten { + color: #888; +} .arvados-filename, .arvados-uuid { font-size: .8em; @@ -201,11 +204,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; } @@ -276,3 +276,13 @@ span.editable-textile { .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% +}