| 1 |
ul.contact-history { |
| 2 |
margin: 0; |
| 3 |
} |
| 4 |
|
| 5 |
#poststuff #submitdiv .inside { |
| 6 |
margin: 0; |
| 7 |
padding: 0; |
| 8 |
} |
| 9 |
|
| 10 |
#poststuff table.form-table tr.contact-prop th { |
| 11 |
width: 25%; |
| 12 |
} |
| 13 |
|
| 14 |
table.message-main-fields th, table.message-main-fields td { |
| 15 |
font-size: 15px; |
| 16 |
text-align: left; |
| 17 |
padding: 8px 4px; |
| 18 |
} |
| 19 |
|
| 20 |
table.message-main-fields th { |
| 21 |
width: 20%; |
| 22 |
color: #555; |
| 23 |
} |
| 24 |
|
| 25 |
table.message-fields td { |
| 26 |
padding: 4px 14px 2px 7px; |
| 27 |
} |
| 28 |
|
| 29 |
table.message-fields td.field-title { |
| 30 |
font-weight: bold; |
| 31 |
width: 24%; |
| 32 |
} |
| 33 |
|
| 34 |
table.message-fields td.field-value ul { |
| 35 |
margin: 0; |
| 36 |
} |
| 37 |
|
| 38 |
table.message-fields td.field-value li { |
| 39 |
list-style: disc; |
| 40 |
margin-left: 1em; |
| 41 |
} |
| 42 |
|
| 43 |
.tagsdiv { |
| 44 |
margin-top: inherit; |
| 45 |
} |
| 46 |
|
| 47 |
.tablenav .actions input.button { |
| 48 |
margin: 1px 8px 0 0; |
| 49 |
} |
| 50 |
|