added security type models, improved cashflow, bug- and layout fixes along the way
[smr.git] / gui / app / assets / stylesheets / objects / security.css
blobde5243601c8025c84cef62c34e5f47aecb2a4305
2 /*
3 * Securities (security_controller)
4 */
5 table#securities { }
6 table#securities a { font-size: smaller; }
8 table#securities > tbody tr td:nth-child(1) { width: 15%; white-space: nowrap; }
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),
13 table#securities > tbody tr td:nth-child(5) { text-align: center; }
14 table#securities > tbody td span.comment_text { font-style: normal;
15 margin-top: 5px; margin-bottom: 3px; border-bottom: grey dashed 1px; }
17 fieldset#security { }