admin.css in Pulsating Chat Button trunk, at admin.css
| 1 | table.cbp-form-table th { |
| 2 | vertical-align: top !important; |
| 3 | } |
| 4 | |
| 5 | table.cbp-form-table tr td, |
| 6 | table.cbp-form-table th { |
| 7 | border-bottom: 1px solid #cdcdcd; |
| 8 | padding-top: 20px; |
| 9 | padding-bottom: 20px; |
| 10 | } |
| 11 | |
| 12 | table.cbp-form-table tr, |
| 13 | table.cbp-form-table th { |
| 14 | border-collapse: separate; |
| 15 | border-spacing: 0 10px; /* spacing between rows */ |
| 16 | } |
| 17 | |
| 18 | table.cbp-form-table th { |
| 19 | padding-top: 20px; |
| 20 | padding-right: 20px; |
| 21 | text-align: left; |
| 22 | } |
| 23 |