X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/8475c105488dd42720abd071e9c3efe378b362f7..e67d0f5d43c56f78694ea4a5f93acec5c93cd0fb:/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 51d4702485..32d80255d9 100644 --- a/apps/workbench/app/assets/stylesheets/application.css.scss +++ b/apps/workbench/app/assets/stylesheets/application.css.scss @@ -1,3 +1,7 @@ +// Copyright (C) The Arvados Authors. All rights reserved. +// +// SPDX-License-Identifier: AGPL-3.0 + /* * This is a manifest file that'll be compiled into application.css, which will include all the files * listed below. @@ -93,6 +97,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; @@ -189,6 +203,10 @@ li.notification { padding: 10px; } +td.trash-project-msg { + white-space: normal; +} + // See HeaderRowFixer in application.js table.table-fixed-header-row { width: 100%; @@ -204,6 +222,15 @@ table.table-fixed-header-row tbody { top:1.5em; } +.dropdown-menu { + max-height: 30em; + overflow-y: auto; +} + +.dropdown-menu a { + cursor: pointer; +} + .row-fill-height, .row-fill-height>div[class*='col-'] { display: flex; } @@ -272,6 +299,24 @@ span.editable-textile { 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; +}