portrait Security and Organization records
[smr.git] / gui / app / assets / stylesheets / watchlist.css
blobe58718f1c420a3bb5105b24fbe8c621d06399d0b
1 /*
2 * Watchlist
3 */
5 table#watchlist { width: 100%; }
6 table#watchlist > tbody td { padding: 0.5em 5px 0.25em 5px; }
7 table#watchlist > tbody td:first-child { width:30%; font-weight: bold; }
8 table#watchlist > tbody td:first-child a { padding-right: 5px; }
9 table#watchlist > tbody td:first-child > span { font-size: smaller; display: block; font-weight: normal;}
10 table#watchlist > tbody td:first-child > span a { font-size: smaller; }
11 table#watchlist > tbody td:nth-child(2) { font-size: smaller; }
12 table#watchlist > tbody td:nth-child(3),
13 table#watchlist > tbody td:nth-child(4),
14 table#watchlist > tbody td:last-child { text-align: center; white-space: nowrap; }
15 table#watchlist > tbody td:nth-child(5),
16 table#watchlist > tbody td:nth-last-child(2) { font-size: larger; text-align: right; font-weight: bold; }
17 table#watchlist > tbody td:nth-child(6),
18 table#watchlist > tbody td:nth-child(7) { text-align: right; }
19 table#watchlist > tbody td:nth-child(8) { text-align: right; width: 12em; }
21 table#watchlist > tbody tr.have_intraday_data td { background: #1d1c1c; }
22 table#watchlist > tbody tr.have_intraday_data td:first-child { padding-right: 10px; text-align: right; }
23 table#watchlist > tbody tr.have_intraday_data td:nth-last-child(2),
24 table#watchlist > tbody tr.have_intraday_data td:last-child { font-size: 1em; font-weight: normal;
25 text-align: right; }
27 table#watchlist > tbody div.overview_container { height: auto; padding 0px; margin: auto 0px; }
28 table#watchlist > tbody table#overview_cashflow tbody { font-size: smaller; min-height: 10em; }
29 table#watchlist > tbody table#overview_cashflow tbody td { text-align: right;
30 vertical-align: top; padding-top: 2px; }
31 table#watchlist > tbody table#overview_cashflow tbody td span { font-size:smaller; display: block; }
32 table#watchlist > tbody table#overview_cashflow tbody td span:before { content: '('; }
33 table#watchlist > tbody table#overview_cashflow tbody td span:after { content: ')'; }