PluginProbe
Billingo Official for WooCommerce / 2.0
Billingo Official for WooCommerce v2.0
4.3.3 4.3.2 trunk 0.0.2 1.0.0 2.0 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8 2.0.9 2.1.0 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 All 82 releases
billingo / global.css

global.css in Billingo Official for WooCommerce 2.0, at global.css

50 lines 808 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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