Index: trunk/extensions/UsabilityInitiative/OptIn/OptIn.css |
— | — | @@ -1,24 +1,22 @@ |
2 | 2 | div.optin-accept { |
3 | 3 | float: left; |
4 | | - margin-right: 1em; |
5 | | - margin-bottom: 1em; |
6 | 4 | background-image: url(images/accept-border.png); |
7 | | -} |
8 | | -div.optin-deny { |
9 | | - float: left; |
| 5 | + margin: 0; |
10 | 6 | margin-right: 1em; |
11 | 7 | margin-bottom: 1em; |
12 | | - background-image: url(images/deny-border.png); |
| 8 | + padding: 4px; |
13 | 9 | } |
14 | 10 | div.optin-accept div { |
15 | 11 | float: left; |
16 | 12 | background-image: url(images/accept-base.png); |
17 | | - margin: 4px; |
| 13 | + margin: 0; |
| 14 | + padding: 0; |
18 | 15 | } |
19 | 16 | div.optin-accept div div { |
20 | 17 | background-image: url(images/accept-tl.png); |
21 | 18 | background-position: top left; |
22 | 19 | background-repeat: no-repeat; |
| 20 | + margin: 0; |
23 | 21 | margin: -4px; |
24 | 22 | } |
25 | 23 | div.optin-accept div div div { |
— | — | @@ -49,15 +47,25 @@ |
50 | 48 | div.optin-accept div div div div a:hover { |
51 | 49 | text-decoration: none; |
52 | 50 | } |
| 51 | +div.optin-deny { |
| 52 | + float: left; |
| 53 | + background-image: url(images/deny-border.png); |
| 54 | + margin: 0; |
| 55 | + margin-right: 1em; |
| 56 | + margin-bottom: 1em; |
| 57 | + padding: 4px; |
| 58 | +} |
53 | 59 | div.optin-deny div { |
54 | 60 | float: left; |
55 | 61 | background-image: url(images/deny-base.png); |
56 | | - margin: 4px; |
| 62 | + margin: 0; |
| 63 | + padding: 0; |
57 | 64 | } |
58 | 65 | div.optin-deny div div { |
59 | 66 | background-image: url(images/deny-tl.png); |
60 | 67 | background-position: top left; |
61 | 68 | background-repeat: no-repeat; |
| 69 | + margin: 0; |
62 | 70 | margin: -4px; |
63 | 71 | } |
64 | 72 | div.optin-deny div div div { |