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 {
47 table .data-size, .table .data-size {
50 body .editable-empty {
53 body .editable-empty:hover {
56 table.arv-index tbody td.arv-object-AuthorizedKey.arv-attr-public_key {
60 table.table-fixedlayout {
64 table.table-fixedlayout td {
67 text-overflow: ellipsis;
69 table.table-smallcontent td {
72 form input.search-mini {
75 form.small-form-margin {
82 .navbar .nav li.nav-separator span {
87 text-decoration: none;
88 text-shadow: 0 1px 0 #ffffff;
90 /*.navbar .nav .dropdown .dropdown-menu li a {
100 ul.arvados-nav li ul {
105 ul.arvados-nav li ul li {
120 .inline-progress-container div.progress {
124 .inline-progress-container {
126 display:inline-block;
132 td.add-tag-button .add-tag-button {
136 td.add-tag-button .add-tag-button:hover {
139 span.removable-tag-container {
142 .label.removable-tag a {
150 .arvados-nav-container {
152 height: calc(100% - 70px);
157 .arvados-nav-active {
158 background: rgb(66, 139, 202);
161 .arvados-nav-active a, .arvados-nav-active a:hover {
165 // See HeaderRowFixer in application.js
166 table.table-fixed-header-row {
171 table.table-fixed-header-row thead {
175 table.table-fixed-header-row tbody {
180 /* Setting the height needs to be fixed with javascript. */