added watchlist and position transfer feature
[smr.git] / gui / app / assets / stylesheets / figures.css
blobf7e95571925da119033098a5e2844937647e5501
2 /*
3 * Figures
4 */
5 table#figures {}
6 table#figures > tbody > tr:nth-child(1) > td { padding: 0 1em 0 1em;
7 font-weight: bold; color: #A8914C;
10 // data entry form
11 fieldset#figuredata { }
12 fieldset#figuredata { display: inline; float: left;
13 background-color: black; }
14 fieldset#figuredata input:last-child { display: block; margin: 10px auto 5px auto;}
15 fieldset#figuredata input + label { font-size: smaller; vertical-align: top; }
18 // selecting from last column since rowspan messes with number of td-childs in
19 // first column
20 table#figures > tbody > tr td:nth-last-child(1) { text-align: right; }
21 table#figures > tbody > tr td:nth-last-child(2) { text-align: right; }
22 table#figures > tbody > tr td:nth-last-child(3) { text-align: right; }
23 table#figures > tbody > tr td:nth-last-child(4) { text-align: right; }
24 table#figures > tbody > tr td:nth-last-child(5) { text-align: right; }
25 table#figures > tbody > tr td:nth-last-child(6) { text-align: right; }
27 table#figures > tbody > tr:first-child td:nth-last-child(6) { background-color: black; }
28 table#figures > tbody > tr td:nth-last-child(6) { background-color: #1d1c1c; }
30 table#figures > tbody > tr td[rowspan] { font-size: 1.5em; }