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
25 table.topalign>tbody>tr>td {
28 table.topalign>thead>tr>td {
29 vertical-align: bottom;
31 tr.cell-valign-center>td {
32 vertical-align: middle;
34 tr.cell-noborder>td,tr.cell-noborder>th {
37 table.table-justforlayout>tr>td,
38 table.table-justforlayout>tr>th,
39 table.table-justforlayout>thead>tr>td,
40 table.table-justforlayout>thead>tr>th,
41 table.table-justforlayout>tbody>tr>td,
42 table.table-justforlayout>tbody>tr>th{
45 table.table-justforlayout {
61 font-family: monospace;
63 table .data-size, .table .data-size {
66 body .editable-empty {
69 body .editable-empty:hover {
72 table.arv-index tbody td.arv-object-AuthorizedKey.arv-attr-public_key {
76 table.arv-index > thead > tr > th {
79 table.table-fixedlayout {
83 table.table-fixedlayout td {
86 text-overflow: ellipsis;
88 table.table-smallcontent td {
91 form input.search-mini {
94 form.small-form-margin {
100 input.select-on-focus {
101 font-family: monospace;
103 border: thin #ccc solid;
107 input.select-on-focus:focus {
112 $top-nav-bg: #3c163d;
113 $top-nav-bg-bottom: #260027;
114 nav.navbar-fixed-top .navbar-brand {
116 letter-spacing: 0.4em;
118 nav.navbar-fixed-top {
119 background: $top-nav-bg;
120 background: linear-gradient(to bottom, $top-nav-bg 0%,$top-nav-bg-bottom 100%);
122 .navbar.breadcrumbs {
129 .navbar.breadcrumbs .nav > li > a,
130 .navbar.breadcrumbs .nav > li {
133 .navbar.breadcrumbs .nav > li.nav-separator > i {
136 .navbar.breadcrumbs .navbar-form {
140 .navbar.breadcrumbs .navbar-text {
145 nav.navbar-fixed-top .navbar-nav.navbar-right > li.open > a,
146 nav.navbar-fixed-top .navbar-nav.navbar-right > li.open > a:focus,
147 nav.navbar-fixed-top .navbar-nav.navbar-right > li.open > a:hover {
148 background: lighten($top-nav-bg, 5%);
150 nav.navbar-fixed-top .navbar-nav.navbar-right > li > a,
151 nav.navbar-fixed-top .navbar-nav.navbar-right > li > a:focus,
152 nav.navbar-fixed-top .navbar-nav.navbar-right > li > a:hover {
164 margin-bottom: -15px;
167 .infinite-scroller .fa-warning {
171 th[data-sort-order] {
175 .inline-progress-container div.progress {
179 .inline-progress-container {
181 display:inline-block;
187 td.add-tag-button .add-tag-button {
191 td.add-tag-button .add-tag-button:hover {
194 span.removable-tag-container {
197 .label.removable-tag a {
206 td.trash-project-msg {
210 // See HeaderRowFixer in application.js
211 table.table-fixed-header-row {
216 table.table-fixed-header-row thead {
220 table.table-fixed-header-row tbody {
234 .row-fill-height, .row-fill-height>div[class*='col-'] {
237 .row-fill-height>div[class*='col-']>div {
241 /* Show editable popover above side-nav */
242 .editable-popup.popover {
246 /* Do not leave space for left-nav */
251 .arv-description-as-subtitle {
254 .arv-description-in-table {
259 .arv-description-in-table:hover {
263 .btn.btn-nodecorate {
270 div.pane-content iframe {
274 span.editable-textile {
275 display: inline-block;
277 .text-overflow-ellipsis {
280 text-overflow: ellipsis;
282 .time-label-divider {
285 padding: 0px 2px 0px 0px;
287 .task-summary-status {
290 #page-wrapper > div > h2 {
294 .compute-summary-numbers td {
298 .arv-log-refresh-control {
302 /* Hide Angular content until Angular is ready */
303 [ng\:cloak], [ng-cloak], .ng-cloak {
304 display: none !important;
312 .hover-dropdown:hover .dropdown-menu {
316 .arv-description-as-subtitle .editable-inline,
317 .arv-description-as-subtitle .editable-inline .form-group,
318 .arv-description-as-subtitle .editable-inline .form-group .editable-input,
319 .arv-description-as-subtitle .editable-inline .form-group .editable-input textarea,
321 width: 98%!important;