manage bookmarks, bugfixes
[smr.git] / gui / app / assets / stylesheets / position.css
blobfcfbb088df8a937bd0d28f42fe3b47d7314d4fe0
2 /*
3 * Position
4 */
6 fieldset#order textarea { position: relative; width: 100%; height: 10em; }
8 table#pending_orders,
9 table#executed_orders,
10 table#overview_gain,
11 table#dividend_log td { padding-right: 5px; }
13 table#pending_orders > tbody > tr td:first-child,
14 table#executed_orders > tbody > tr td:first-child,
15 table#dividend_log > tbody > tr td:first-child { font-weight: bold; }
17 table#pending_orders > tbody td a,
18 table#executed_orders > tbody td a { display: block; font-size: smaller; }
20 #assets_invested {
21 position: relative; width:100%; overflow: hidden; float:left; }
22 #assets_invested ul {
23 position: relative; left:50%; clear:left; float:left;
24 list-style:none; margin:0; padding:0; text-align:center; }
25 #assets_invested ul li {
26 position: relative; right:50%;
29 table#overview_gain > tbody td:first-child:after { content: ':'; }
30 table#overview_gain > tbody td:nth-child(2) { text-align: right; font-size: larger; }
31 table#overview_gain > tbody td > span { display: block; font-style: italic;
32 font-size: 0.7em; }
33 table#overview_gain > tbody > tr:nth-child(3) td,
34 table#overview_gain > tbody > tr:nth-child(6) td { border-bottom: solid 1px grey; }
35 table#overview_gain > tbody > tr:nth-child(7) td { border-bottom: double 4px grey; }
37 table#overview_cashflow { margin: auto 0px; width: 100%; }
38 table#overview_cashflow thead tr { display: block; position: relative; }
39 table#overview_cashflow tbody { display: block; height:16.75em; overflow: auto; }
40 table#overview_cashflow > tbody td:first-child { vertical-align: top; padding-top: 2px; }
41 table#overview_cashflow > tbody td:first-child:after { content: ':'; }
42 table#overview_cashflow > tbody td { text-align: right; }
43 table#overview_cashflow > tbody td span { font-size:smaller; display: block; }
44 table#overview_cashflow > tbody td span:before { content: '('; }
45 table#overview_cashflow > tbody td span:after { content: ')'; }
47 table#pending_orders {}
48 table#pending_orders > tbody td > span { display: block; font-size: smaller; }
50 table#executed_orders {}
51 table#executed_orders > tbody td:first-child > span { white-space: nowrap; }
52 table#executed_orders > tbody td > span { display: block; font-size: smaller; }
53 table#executed_orders > tbody td:nth-child(2) { padding-left: 5px; }
54 table#executed_orders > tbody td:nth-child(3),
55 table#executed_orders > tbody td:nth-child(4) { font-size: larger; }
56 table#executed_orders > tbody td:nth-child(3),
57 table#executed_orders > tbody td:nth-child(4),
58 table#executed_orders > tbody td:nth-child(5),
59 table#executed_orders > tbody td:nth-child(6) { text-align: right; }
61 table#dividend_log {}
62 table#dividend_log > tbody td > span { display: block; font-size: smaller; }
63 table#dividend_log > tbody td:nth-child(4) { font-size: larger; }
64 table#dividend_log > tbody td:nth-child(2),
65 table#dividend_log > tbody td:nth-child(3) { text-align: center }
66 table#dividend_log > tbody td:nth-child(4),
67 table#dividend_log > tbody td:nth-child(5) { text-align: right; }
68 table#dividend_log > tbody td a { float: left;};