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 {
52 font-family: monospace;
54 table .data-size, .table .data-size {
57 body .editable-empty {
60 body .editable-empty:hover {
63 table.arv-index tbody td.arv-object-AuthorizedKey.arv-attr-public_key {
67 table.table-fixedlayout {
71 table.table-fixedlayout td {
74 text-overflow: ellipsis;
76 table.table-smallcontent td {
79 form input.search-mini {
82 form.small-form-margin {
89 .navbar .nav li.nav-separator span {
94 text-decoration: none;
95 text-shadow: 0 1px 0 #ffffff;
108 .inline-progress-container div.progress {
112 .inline-progress-container {
114 display:inline-block;
120 td.add-tag-button .add-tag-button {
124 td.add-tag-button .add-tag-button:hover {
127 span.removable-tag-container {
130 .label.removable-tag a {
139 // See HeaderRowFixer in application.js
140 table.table-fixed-header-row {
145 table.table-fixed-header-row thead {
149 table.table-fixed-header-row tbody {
154 /* Setting the height needs to be fixed with javascript. */
162 .row-fill-height, .row-fill-height>div[class*='col-'] {
165 .row-fill-height>div[class*='col-']>div {
169 /* Show editable popover above side-nav */
170 .editable-popup.popover {
174 .navbar-nav.side-nav {
175 box-shadow: inset -1px 0 #e7e7e7;
177 .navbar-nav.side-nav > li:first-child {
178 margin-top: 5px; /* keep "hover" bg below top nav bottom border */
180 .navbar-nav.side-nav > li > a {
182 padding-bottom: 10px;
184 .navbar-nav.side-nav > li.dropdown > ul.dropdown-menu > li > a {
188 .navbar-nav.side-nav a.active,
189 .navbar-nav.side-nav a:hover,
190 .navbar-nav.side-nav a:focus {
191 border-right: 1px solid #ffffff;