X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ae8ed6d9d0e5231379564beedc08c812352b7043..36da431dd8b1f360f60d06165ab640e10d695d18:/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..b0c0100161 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,8 @@ *= require bootstrap *= require bootstrap3-editable/bootstrap-editable *= require morris + *= require selectize + *= require selectize.default *= require_tree . */ @@ -199,6 +205,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 +229,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; } @@ -296,3 +310,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; +}