X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/706f34d335cecb9f321dda8abaf8718fa951e908..6b3cfe60beb46ba087de5093926363d8b03ab889:/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 9560bb7dc8..4112b22b8c 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. @@ -12,6 +16,7 @@ *= require bootstrap *= require bootstrap3-editable/bootstrap-editable *= require morris + *= require awesomplete *= require_tree . */ @@ -199,6 +204,10 @@ li.notification { padding: 10px; } +td.trash-project-msg { + white-space: normal; +} + // See HeaderRowFixer in application.js table.table-fixed-header-row { width: 100%; @@ -219,6 +228,10 @@ table.table-fixed-header-row tbody { overflow-y: auto; } +.dropdown-menu a { + cursor: pointer; +} + .row-fill-height, .row-fill-height>div[class*='col-'] { display: flex; } @@ -308,3 +321,13 @@ ul.nav.nav-tabs { { width: 98%!important; } + +/* Needed for awesomplete to play nice with bootstrap */ +div.awesomplete { + display: block; +} +/* Makes awesomplete listings to be scrollable */ +.awesomplete > ul { + max-height: 410px; + overflow-y: auto; +} \ No newline at end of file