reworked dividend
[smr.git] / gui / app / assets / stylesheets / position.css
blob5f4bd9dc9f1e6f9d7d6872eb5eeb3161a36bb43e
2 /*
3 * Position
4 */
5 table#pending_orders,
6 table#executed_orders,
7 table#performance_conclusion,
8 table#dividend_log td { padding-right: 5px; }
10 table#pending_orders > tbody > tr td:first-child,
11 table#executed_orders > tbody > tr td:first-child,
12 table#dividend_log > tbody > tr td:first-child { font-weight: bold; }
14 table#pending_orders > tbody td a,
15 table#executed_orders > tbody td a { display: block; font-size: smaller; }
17 table#performance_conclusion { background-color: #1d1c1c; border-radius: 15px; padding: 5px; }
18 table#performance_conclusion > tbody td:first-child:after { content: ':'; }
19 table#performance_conclusion > tbody td:nth-child(2) { text-align: right; font-size: larger; }
20 table#performance_conclusion > tbody td > span { display: block; font-style: italic;
21 font-size: 0.7em; }
22 table#performance_conclusion > tbody > tr:nth-child(3) td,
23 table#performance_conclusion > tbody > tr:nth-child(6) td { border-bottom: solid 1px grey; }
24 table#performance_conclusion > tbody > tr:nth-child(7) td { border-bottom: double 4px grey; }
26 table#pending_orders {}
27 table#pending_orders > tbody td > span { display: block; font-size: smaller; }
29 table#executed_orders {}
30 table#executed_orders > tbody td:first-child > span { white-space: nowrap; }
31 table#executed_orders > tbody td > span { display: block; font-size: smaller; }
32 table#executed_orders > tbody td:nth-child(4),
33 table#executed_orders > tbody td:nth-child(5) { font-size: larger; }
34 table#executed_orders > tbody td:nth-child(4),
35 table#executed_orders > tbody td:nth-child(5),
36 table#executed_orders > tbody td:nth-child(6),
37 table#executed_orders > tbody td:nth-child(7) { text-align: right; }
39 table#dividend_log {}
40 table#dividend_log > tbody td > span { display: block; font-size: smaller; }
41 table#dividend_log > tbody td:nth-child(4) { font-size: larger; }
42 table#dividend_log > tbody td:nth-child(2),
43 table#dividend_log > tbody td:nth-child(3) { text-align: center }
44 table#dividend_log > tbody td:nth-child(4),
45 table#dividend_log > tbody td:nth-child(5) { text-align: right; }
46 table#dividend_log > tbody td a { float: left;};