diff options
Diffstat (limited to 'layout')
| -rw-r--r-- | layout/style.css | 27 |
1 files changed, 15 insertions, 12 deletions
diff --git a/layout/style.css b/layout/style.css index 9bf4c7e..2df30cf 100644 --- a/layout/style.css +++ b/layout/style.css | |||
| @@ -49,28 +49,31 @@ a:hover { | |||
| 49 | text-decoration: underline; | 49 | text-decoration: underline; |
| 50 | } | 50 | } |
| 51 | 51 | ||
| 52 | table.summary th { | 52 | .row { |
| 53 | width: 300px; | 53 | clear: left; |
| 54 | font-weight: normal; | 54 | padding: 4px; |
| 55 | text-align: left; | ||
| 56 | } | 55 | } |
| 57 | 56 | ||
| 58 | table.summary tr.even { | 57 | .row.even { |
| 59 | /* background: #eeeeee; */ | 58 | /* background: #eeeeee; */ |
| 60 | } | 59 | } |
| 61 | 60 | ||
| 62 | table.summary tr.odd { | 61 | .row.odd { |
| 63 | /* background: #cccccc; */ | 62 | /* background: #cccccc; */ |
| 64 | } | 63 | } |
| 65 | 64 | ||
| 66 | table.summary td { | 65 | .row label { |
| 67 | width: 50px; | 66 | float: left; |
| 68 | text-align: right; | 67 | width: 20em; |
| 68 | } | ||
| 69 | |||
| 70 | .row .field { | ||
| 71 | float: left; | ||
| 72 | width: 3.4em; | ||
| 69 | } | 73 | } |
| 70 | 74 | ||
| 71 | table.summary td.wide { | 75 | .row .field.wide { |
| 72 | width: 125px; | 76 | width: 8em; |
| 73 | text-align: right; | ||
| 74 | } | 77 | } |
| 75 | 78 | ||
| 76 | img { | 79 | img { |
