| @@ -85,8 +85,18 @@ | ||
| 85 | 85 | line-height: 18px; } |
| 86 | 86 | #wpupg_form_limit_posts td:nth-child(4) .wpupg_rule_delete { |
| 87 | 87 | cursor: pointer; } |
| 88 | 88 | |
| 89 | +#wpupg_form_limit_terms thead { | |
| 90 | + font-weight: bold; } | |
| 91 | + | |
| 92 | +#wpupg_form_limit_terms td { | |
| 93 | + text-align: left; | |
| 94 | + clear: both; | |
| 95 | + width: 75%; } | |
| 96 | + #wpupg_form_limit_terms td:nth-child(2) { | |
| 97 | + width: 25%; } | |
| 98 | + | |
| 89 | 99 | #wpupg_add_rule { |
| 90 | 100 | color: #00aa00; |
| 91 | 101 | font-weight: bold; } |
| 92 | 102 | #wpupg_add_rule:hover, #wpupg_add_rule:active, #wpupg_add_rule:visited { |