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.
13 *= require bootstrap3-editable/bootstrap-editable
20 table.topalign>tbody>tr>td {
23 table.topalign>thead>tr>td {
24 vertical-align: bottom;
26 tr.cell-valign-center>td {
27 vertical-align: middle;
29 tr.cell-noborder>td,tr.cell-noborder>th {
32 table.table-justforlayout>tr>td,
33 table.table-justforlayout>tr>th,
34 table.table-justforlayout>thead>tr>td,
35 table.table-justforlayout>thead>tr>th,
36 table.table-justforlayout>tbody>tr>td,
37 table.table-justforlayout>tbody>tr>th{
40 table.table-justforlayout {
53 font-family: monospace;
55 table .data-size, .table .data-size {
58 body .editable-empty {
61 body .editable-empty:hover {
64 table.arv-index tbody td.arv-object-AuthorizedKey.arv-attr-public_key {
68 table.arv-index > thead > tr > th {
71 table.table-fixedlayout {
75 table.table-fixedlayout td {
78 text-overflow: ellipsis;
80 table.table-smallcontent td {
83 form input.search-mini {
86 form.small-form-margin {
95 $top-nav-bg-bottom: #260027;
96 nav.navbar-fixed-top .navbar-brand {
98 letter-spacing: 0.4em;
100 nav.navbar-fixed-top {
101 background: $top-nav-bg;
102 background: linear-gradient(to bottom, $top-nav-bg 0%,$top-nav-bg-bottom 100%);
104 .navbar.breadcrumbs {
111 .navbar.breadcrumbs .nav > li > a,
112 .navbar.breadcrumbs .nav > li {
115 .navbar.breadcrumbs .nav > li.nav-separator > i {
118 .navbar.breadcrumbs .navbar-form {
122 .navbar.breadcrumbs .navbar-text {
127 nav.navbar-fixed-top .navbar-nav.navbar-right > li.open > a,
128 nav.navbar-fixed-top .navbar-nav.navbar-right > li.open > a:focus,
129 nav.navbar-fixed-top .navbar-nav.navbar-right > li.open > a:hover {
130 background: lighten($top-nav-bg, 5%);
132 nav.navbar-fixed-top .navbar-nav.navbar-right > li > a,
133 nav.navbar-fixed-top .navbar-nav.navbar-right > li > a:focus,
134 nav.navbar-fixed-top .navbar-nav.navbar-right > li > a:hover {
146 margin-bottom: -15px;
149 .inline-progress-container div.progress {
153 .inline-progress-container {
155 display:inline-block;
161 td.add-tag-button .add-tag-button {
165 td.add-tag-button .add-tag-button:hover {
168 span.removable-tag-container {
171 .label.removable-tag a {
180 // See HeaderRowFixer in application.js
181 table.table-fixed-header-row {
186 table.table-fixed-header-row thead {
190 table.table-fixed-header-row tbody {
195 /* Setting the height needs to be fixed with javascript. */
203 .row-fill-height, .row-fill-height>div[class*='col-'] {
206 .row-fill-height>div[class*='col-']>div {
210 /* Show editable popover above side-nav */
211 .editable-popup.popover {
215 /* Do not leave space for left-nav */
220 .arv-description-as-subtitle {
223 .arv-description-in-table {
228 .arv-description-in-table:hover {
232 .btn.btn-nodecorate {