3 * Securities (security_controller)
5 table#securities
{ width: 100%; }
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
.symbol
{ font-size: larger
}
10 table#securities
> tbody tr
td:nth-child
(2),
11 table#securities
> tbody tr
td:nth-child
(3),
12 table#securities
> tbody tr
td:nth-child
(4) { width: 15%; }
13 table#securities
> tbody tr
td:nth-child
(4),
14 table#securities
> tbody tr
td:nth-child
(5) { text-align: center
; }
15 table#securities
> tbody td span
.comment_text
{ font-style: normal
;
16 margin-top: 5px; margin-bottom: 3px; border-bottom: grey dashed
1px;
18 table#securities
> tbody td span
{ display: block
; }
21 fieldset#security span
{ font-size: larger
; font-weight: bold
; }
23 fieldset#security_create_from_symbol
{ display: block
; float: left
;
24 margin-right: 11em; top: -4em; }