| 1 |
.wc-billingo-message { |
| 2 |
overflow: auto; |
| 3 |
max-height: 100px; |
| 4 |
} |
| 5 |
|
| 6 |
.type-shop_order .column-order_actions a.button.wc_billingo { |
| 7 |
float: left; |
| 8 |
width: 26px; |
| 9 |
height: 26px; |
| 10 |
padding: 3px 2px; |
| 11 |
} |
| 12 |
|
| 13 |
.type-shop_order .column-order_actions a.button.wc_billingo img { |
| 14 |
width: 16px; |
| 15 |
} |
| 16 |
|
| 17 |
#wc_billingo_already { |
| 18 |
color: #a00; |
| 19 |
} |
| 20 |
|
| 21 |
#wc_billingo_options_form { |
| 22 |
border-top: 1px solid #ddd; |
| 23 |
margin: 0 -12px; |
| 24 |
} |
| 25 |
|
| 26 |
#wc_billingo_options_form .fields { |
| 27 |
padding: 10px; |
| 28 |
border-bottom: 1px solid #ddd; |
| 29 |
text-align: left; |
| 30 |
margin: 0 0 5px 0; |
| 31 |
} |
| 32 |
|
| 33 |
#wc_billingo_options_form h4 { |
| 34 |
margin: 0 0 5px 0; |
| 35 |
} |
| 36 |
|
| 37 |
#wc_billingo_options_form input[type="number"], |
| 38 |
#wc_billingo_options_form input[type="text"] { |
| 39 |
width: 100%; |
| 40 |
margin: 0 0 5px 0; |
| 41 |
} |
| 42 |
|
| 43 |
.wc-billingo-nag { |
| 44 |
position: relative; |
| 45 |
} |
| 46 |
|
| 47 |
.wc-billingo-nag a.notice-dismiss { |
| 48 |
text-decoration: none; |
| 49 |
} |
| 50 |
|