count files instead of specimens on dashboard
[arvados.git] / apps / workbench / app / assets / stylesheets / application.css
1 /*
2  * This is a manifest file that'll be compiled into application.css, which will include all the files
3  * listed below.
4  *
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.
7  *
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.
10  *
11  *= require_self
12  *= require bootstrap_and_overrides
13  *= require bootstrap-editable
14  *= require_tree .
15  */
16
17 .contain-align-left {
18     text-align: left;
19 }
20 table.topalign>tbody>tr>td {
21     vertical-align: top;
22 }
23 table.topalign>thead>tr>td {
24     vertical-align: bottom;
25 }
26 tr.cell-valign-center>td {
27     vertical-align: middle;
28 }
29 tr.cell-noborder>td {
30     border: none;
31 }
32 .deemphasize {
33     font-size: .8em;
34     color: #888;
35 }
36 table .data-size, .table .data-size {
37     text-align: right;
38 }
39 body .editable-empty {
40     color: #999;
41 }
42 body .editable-empty:hover {
43     color: #0088cc;
44 }
45 table.arv-index tbody td.arv-object-AuthorizedKey.arv-attr-public_key {
46     overflow-x: hidden;
47     max-width: 120px;
48 }