style.css in Postie trunk, at css/style.css
| 1 | .submit { |
| 2 | padding: 10px; |
| 3 | } |
| 4 | form#postie-options { |
| 5 | padding: 10px; |
| 6 | } |
| 7 | div input.button { |
| 8 | margin: 3px 0px 3px 0px; |
| 9 | } |
| 10 | .wrap h2 img { |
| 11 | vertical-align:middle; |
| 12 | margin-right: 10px; |
| 13 | } |
| 14 | #w3c { |
| 15 | margin-top: 50px; |
| 16 | } |
| 17 | table.form-table td { |
| 18 | line-height:1em; |
| 19 | margin:0; |
| 20 | padding:10px; |
| 21 | } |
| 22 | table.form-table th { |
| 23 | width: 300px; |
| 24 | } |
| 25 | .recommendation { |
| 26 | font-size: 10px; |
| 27 | font-weight:normal; |
| 28 | color:#222; |
| 29 | } |
| 30 | div.simpleTabs-content ul { |
| 31 | margin-left:1em; |
| 32 | } |
| 33 | div.simpleTabs-content li { |
| 34 | list-style-type:disc; |
| 35 | margin-left:1em; |
| 36 | } |
| 37 | div.simpleTabs-content li li { |
| 38 | list-style-type:square; |
| 39 | } |
| 40 | div.simpleTabs-content li li li { |
| 41 | list-style-type:circle; |
| 42 | } |
| 43 | table.checkbox-table td { |
| 44 | padding:0px; |
| 45 | } |
| 46 | .updated { |
| 47 | overflow: hidden; |
| 48 | } |