implemented Cash positions
[smr.git] / gui / app / assets / stylesheets / objects / stock.css
blob29e035bea802ba6858c7f0d4fc60e8c87a2286e8
2 /*
3 * Securities (stock_controller)
4 */
5 table#securities {}
6 table#securities a { font-size: smaller; }
8 table#securities > tbody tr td:nth-child(1) { width: 15%; }
9 table#securities > tbody tr td:nth-child(2),
10 table#securities > tbody tr td:nth-child(3),
11 table#securities > tbody tr td:nth-child(4) { width: 15%; }
12 table#securities > tbody tr td:nth-child(4) { text-align: center; }
13 table#securities > tbody td span.comment_text { font-style: normal;
14 margin-top: 5px; margin-bottom: 3px; border-bottom: grey dashed 1px; }
16 fieldset#stock { }