2 * This is a manifest file that'll be compiled into application.css, which will include all the files
5 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
6 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
8 * You're free to add application-wide styles to this file and they'll appear at the top of the
9 * compiled file, but it's generally better to create a new file per style scope.
12 @import 'bootstrap-sprockets';
14 @import 'bootstrap3-editable/bootstrap-editable';
22 table.topalign>tbody>tr>td {
25 table.topalign>thead>tr>td {
26 vertical-align: bottom;
28 tr.cell-valign-center>td {
29 vertical-align: middle;
31 tr.cell-noborder>td,tr.cell-noborder>th {
34 table.table-justforlayout>tr>td,
35 table.table-justforlayout>tr>th,
36 table.table-justforlayout>thead>tr>td,
37 table.table-justforlayout>thead>tr>th,
38 table.table-justforlayout>tbody>tr>td,
39 table.table-justforlayout>tbody>tr>th{
42 table.table-justforlayout {
58 font-family: monospace;
60 table .data-size, .table .data-size {
63 body .editable-empty {
66 body .editable-empty:hover {
69 table.arv-index tbody td.arv-object-AuthorizedKey.arv-attr-public_key {
73 table.arv-index > thead > tr > th {
76 table.table-fixedlayout {
80 table.table-fixedlayout td {
83 text-overflow: ellipsis;
85 table.table-smallcontent td {
88 form input.search-mini {
91 form.small-form-margin {
97 input.select-on-focus {
98 font-family: monospace;
100 border: thin #ccc solid;
104 input.select-on-focus:focus {
109 $top-nav-bg: #3c163d;
110 $top-nav-bg-bottom: #260027;
111 nav.navbar-fixed-top .navbar-brand {
113 letter-spacing: 0.4em;
115 nav.navbar-fixed-top {
116 background: $top-nav-bg;
117 background: linear-gradient(to bottom, $top-nav-bg 0%,$top-nav-bg-bottom 100%);
119 .navbar.breadcrumbs {
126 .navbar.breadcrumbs .nav > li > a,
127 .navbar.breadcrumbs .nav > li {
130 .navbar.breadcrumbs .nav > li.nav-separator > i {
133 .navbar.breadcrumbs .navbar-form {
137 .navbar.breadcrumbs .navbar-text {
142 nav.navbar-fixed-top .navbar-nav.navbar-right > li.open > a,
143 nav.navbar-fixed-top .navbar-nav.navbar-right > li.open > a:focus,
144 nav.navbar-fixed-top .navbar-nav.navbar-right > li.open > a:hover {
145 background: lighten($top-nav-bg, 5%);
147 nav.navbar-fixed-top .navbar-nav.navbar-right > li > a,
148 nav.navbar-fixed-top .navbar-nav.navbar-right > li > a:focus,
149 nav.navbar-fixed-top .navbar-nav.navbar-right > li > a:hover {
161 margin-bottom: -15px;
164 .infinite-scroller .fa-warning {
168 th[data-sort-order] {
172 .inline-progress-container div.progress {
176 .inline-progress-container {
178 display:inline-block;
184 td.add-tag-button .add-tag-button {
188 td.add-tag-button .add-tag-button:hover {
191 span.removable-tag-container {
194 .label.removable-tag a {
203 // See HeaderRowFixer in application.js
204 table.table-fixed-header-row {
209 table.table-fixed-header-row thead {
213 table.table-fixed-header-row tbody {
223 .row-fill-height, .row-fill-height>div[class*='col-'] {
226 .row-fill-height>div[class*='col-']>div {
230 /* Show editable popover above side-nav */
231 .editable-popup.popover {
235 /* Do not leave space for left-nav */
240 .arv-description-as-subtitle {
243 .arv-description-in-table {
248 .arv-description-in-table:hover {
252 .btn.btn-nodecorate {
259 div.pane-content iframe {
263 span.editable-textile {
264 display: inline-block;
266 .text-overflow-ellipsis {
269 text-overflow: ellipsis;
271 .time-label-divider {
274 padding: 0px 2px 0px 0px;
276 .task-summary-status {
279 #page-wrapper > div > h2 {
283 .compute-summary-numbers td {
287 .arv-log-refresh-control {
291 /* Hide Angular content until Angular is ready */
292 [ng\:cloak], [ng-cloak], .ng-cloak {
293 display: none !important;
301 .hover-dropdown:hover .dropdown-menu {
305 .arv-description-as-subtitle .editable-inline,
306 .arv-description-as-subtitle .editable-inline .form-group,
307 .arv-description-as-subtitle .editable-inline .form-group .editable-input,
308 .arv-description-as-subtitle .editable-inline .form-group .editable-input textarea,
310 width: 98%!important;