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.
16 *= require bootstrap3-editable/bootstrap-editable
18 *= require awesomplete
22 @import "bootstrap-sprockets";
28 table.topalign>tbody>tr>td {
31 table.topalign>thead>tr>td {
32 vertical-align: bottom;
34 tr.cell-valign-center>td {
35 vertical-align: middle;
37 tr.cell-noborder>td,tr.cell-noborder>th {
40 table.table-justforlayout>tr>td,
41 table.table-justforlayout>tr>th,
42 table.table-justforlayout>thead>tr>td,
43 table.table-justforlayout>thead>tr>th,
44 table.table-justforlayout>tbody>tr>td,
45 table.table-justforlayout>tbody>tr>th{
48 table.table-justforlayout {
64 font-family: monospace;
66 table .data-size, .table .data-size {
69 body .editable-empty {
72 body .editable-empty:hover {
75 table.arv-index tbody td.arv-object-AuthorizedKey.arv-attr-public_key {
79 table.arv-index > thead > tr > th {
82 table.table-fixedlayout {
86 table.table-fixedlayout td {
89 text-overflow: ellipsis;
91 table.table-smallcontent td {
94 form input.search-mini {
97 form.small-form-margin {
103 input.select-on-focus {
104 font-family: monospace;
106 border: thin #ccc solid;
110 input.select-on-focus:focus {
115 $top-nav-bg: #3c163d;
116 $top-nav-bg-bottom: #260027;
117 nav.navbar-fixed-top .navbar-brand {
119 letter-spacing: 0.4em;
121 nav.navbar-fixed-top {
122 background: $top-nav-bg;
123 background: linear-gradient(to bottom, $top-nav-bg 0%,$top-nav-bg-bottom 100%);
125 .navbar.breadcrumbs {
132 .navbar.breadcrumbs .nav > li > a,
133 .navbar.breadcrumbs .nav > li {
136 .navbar.breadcrumbs .nav > li.nav-separator > i {
139 .navbar.breadcrumbs .navbar-form {
143 .navbar.breadcrumbs .navbar-text {
148 nav.navbar-fixed-top .navbar-nav.navbar-right > li.open > a,
149 nav.navbar-fixed-top .navbar-nav.navbar-right > li.open > a:focus,
150 nav.navbar-fixed-top .navbar-nav.navbar-right > li.open > a:hover {
151 background: lighten($top-nav-bg, 5%);
153 nav.navbar-fixed-top .navbar-nav.navbar-right > li > a,
154 nav.navbar-fixed-top .navbar-nav.navbar-right > li > a:focus,
155 nav.navbar-fixed-top .navbar-nav.navbar-right > li > a:hover {
167 margin-bottom: -15px;
170 .infinite-scroller .fa-warning {
174 th[data-sort-order] {
178 .inline-progress-container div.progress {
182 .inline-progress-container {
184 display:inline-block;
190 td.add-tag-button .add-tag-button {
194 td.add-tag-button .add-tag-button:hover {
197 span.removable-tag-container {
200 .label.removable-tag a {
209 td.trash-project-msg {
213 // See HeaderRowFixer in application.js
214 table.table-fixed-header-row {
219 table.table-fixed-header-row thead {
223 table.table-fixed-header-row tbody {
237 .row-fill-height, .row-fill-height>div[class*='col-'] {
240 .row-fill-height>div[class*='col-']>div {
244 /* Show editable popover above side-nav */
245 .editable-popup.popover {
249 /* Do not leave space for left-nav */
254 .arv-description-as-subtitle {
257 .arv-description-in-table {
262 .arv-description-in-table:hover {
266 .btn.btn-nodecorate {
273 div.pane-content iframe {
277 span.editable-textile {
278 display: inline-block;
280 .text-overflow-ellipsis {
283 text-overflow: ellipsis;
285 .time-label-divider {
288 padding: 0px 2px 0px 0px;
290 .task-summary-status {
293 #page-wrapper > div > h2 {
297 .compute-summary-numbers td {
301 .arv-log-refresh-control {
305 /* Hide Angular content until Angular is ready */
306 [ng\:cloak], [ng-cloak], .ng-cloak {
307 display: none !important;
315 .hover-dropdown:hover .dropdown-menu {
319 .arv-description-as-subtitle .editable-inline,
320 .arv-description-as-subtitle .editable-inline .form-group,
321 .arv-description-as-subtitle .editable-inline .form-group .editable-input,
322 .arv-description-as-subtitle .editable-inline .form-group .editable-input textarea,
324 width: 98%!important;
327 /* Needed for awesomplete to play nice with bootstrap */
331 /* Makes awesomplete listings to be scrollable */
337 .dropdown-menu > li > form > button {
342 line-height: 1.428571429;
346 text-decoration: none;
347 background: transparent;
351 .dropdown-menu > li > form > button:hover {
352 text-decoration: none;
354 background-color: #f5f5f5;