1 // Copyright (C) The Arvados Authors. All rights reserved.
3 // SPDX-License-Identifier: AGPL-3.0
6 * This is a manifest file that'll be compiled into application.css, which will include all the files
9 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
10 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
12 * You're free to add application-wide styles to this file and they'll appear at the top of the
13 * compiled file, but it's generally better to create a new file per style scope.
17 *= require bootstrap3-editable/bootstrap-editable
19 *= require awesomplete
26 table.topalign>tbody>tr>td {
29 table.topalign>thead>tr>td {
30 vertical-align: bottom;
32 tr.cell-valign-center>td {
33 vertical-align: middle;
35 tr.cell-noborder>td,tr.cell-noborder>th {
38 table.table-justforlayout>tr>td,
39 table.table-justforlayout>tr>th,
40 table.table-justforlayout>thead>tr>td,
41 table.table-justforlayout>thead>tr>th,
42 table.table-justforlayout>tbody>tr>td,
43 table.table-justforlayout>tbody>tr>th{
46 table.table-justforlayout {
62 font-family: monospace;
64 table .data-size, .table .data-size {
67 body .editable-empty {
70 body .editable-empty:hover {
73 table.arv-index tbody td.arv-object-AuthorizedKey.arv-attr-public_key {
77 table.arv-index > thead > tr > th {
80 table.table-fixedlayout {
84 table.table-fixedlayout td {
87 text-overflow: ellipsis;
89 table.table-smallcontent td {
92 form input.search-mini {
95 form.small-form-margin {
101 input.select-on-focus {
102 font-family: monospace;
104 border: thin #ccc solid;
108 input.select-on-focus:focus {
113 $top-nav-bg: #3c163d;
114 $top-nav-bg-bottom: #260027;
115 nav.navbar-fixed-top .navbar-brand {
117 letter-spacing: 0.4em;
119 nav.navbar-fixed-top {
120 background: $top-nav-bg;
121 background: linear-gradient(to bottom, $top-nav-bg 0%,$top-nav-bg-bottom 100%);
123 .navbar.breadcrumbs {
130 .navbar.breadcrumbs .nav > li > a,
131 .navbar.breadcrumbs .nav > li {
134 .navbar.breadcrumbs .nav > li.nav-separator > i {
137 .navbar.breadcrumbs .navbar-form {
141 .navbar.breadcrumbs .navbar-text {
146 nav.navbar-fixed-top .navbar-nav.navbar-right > li.open > a,
147 nav.navbar-fixed-top .navbar-nav.navbar-right > li.open > a:focus,
148 nav.navbar-fixed-top .navbar-nav.navbar-right > li.open > a:hover {
149 background: lighten($top-nav-bg, 5%);
151 nav.navbar-fixed-top .navbar-nav.navbar-right > li > a,
152 nav.navbar-fixed-top .navbar-nav.navbar-right > li > a:focus,
153 nav.navbar-fixed-top .navbar-nav.navbar-right > li > a:hover {
165 margin-bottom: -15px;
168 .infinite-scroller .fa-warning {
172 th[data-sort-order] {
176 .inline-progress-container div.progress {
180 .inline-progress-container {
182 display:inline-block;
188 td.add-tag-button .add-tag-button {
192 td.add-tag-button .add-tag-button:hover {
195 span.removable-tag-container {
198 .label.removable-tag a {
207 td.trash-project-msg {
211 // See HeaderRowFixer in application.js
212 table.table-fixed-header-row {
217 table.table-fixed-header-row thead {
221 table.table-fixed-header-row tbody {
235 .row-fill-height, .row-fill-height>div[class*='col-'] {
238 .row-fill-height>div[class*='col-']>div {
242 /* Show editable popover above side-nav */
243 .editable-popup.popover {
247 /* Do not leave space for left-nav */
252 .arv-description-as-subtitle {
255 .arv-description-in-table {
260 .arv-description-in-table:hover {
264 .btn.btn-nodecorate {
271 div.pane-content iframe {
275 span.editable-textile {
276 display: inline-block;
278 .text-overflow-ellipsis {
281 text-overflow: ellipsis;
283 .time-label-divider {
286 padding: 0px 2px 0px 0px;
288 .task-summary-status {
291 #page-wrapper > div > h2 {
295 .compute-summary-numbers td {
299 .arv-log-refresh-control {
303 /* Hide Angular content until Angular is ready */
304 [ng\:cloak], [ng-cloak], .ng-cloak {
305 display: none !important;
313 .hover-dropdown:hover .dropdown-menu {
317 .arv-description-as-subtitle .editable-inline,
318 .arv-description-as-subtitle .editable-inline .form-group,
319 .arv-description-as-subtitle .editable-inline .form-group .editable-input,
320 .arv-description-as-subtitle .editable-inline .form-group .editable-input textarea,
322 width: 98%!important;
325 /* Needed for awesomplete to play nice with bootstrap */
329 /* Makes awesomplete listings to be scrollable */
335 .dropdown-menu > li > form > button {
340 line-height: 1.428571429;
344 text-decoration: none;
345 background: transparent;
349 .dropdown-menu > li > form > button:hover {
350 text-decoration: none;
352 background-color: #f5f5f5;