| @@ -5,8 +5,12 @@ | ||
| 5 | 5 | .wrap h1 { |
| 6 | 6 | margin-bottom: 20px; |
| 7 | 7 | } |
| 8 | 8 | |
| 9 | +.ui-button-icon-only { | |
| 10 | + text-indent: -9999px; | |
| 11 | +} | |
| 12 | + | |
| 9 | 13 | #select-container { |
| 10 | 14 | width: 290px; |
| 11 | 15 | } |
| 12 | 16 | |
| @@ -22,12 +26,13 @@ | ||
| 22 | 26 | padding: 3px 5px 2px 5px; |
| 23 | 27 | background: #eaeaea; |
| 24 | 28 | } |
| 25 | 29 | |
| 26 | -.code, code { | |
| 27 | - font-family: Consolas,Monaco,monospace; | |
| 28 | - direction: ltr; | |
| 29 | - unicode-bidi: embed; | |
| 30 | +.code, | |
| 31 | +code { | |
| 32 | + font-family: Consolas, Monaco, monospace; | |
| 33 | + direction: ltr; | |
| 34 | + unicode-bidi: embed; | |
| 30 | 35 | } |
| 31 | 36 | |
| 32 | 37 | #loader { |
| 33 | 38 | margin-left: 10px; |
| @@ -37,11 +42,17 @@ | ||
| 37 | 42 | |
| 38 | 43 | #wp-reset-ad img { |
| 39 | 44 | float: left; |
| 40 | 45 | margin-right: 20px; |
| 46 | + margin-bottom: 20px; | |
| 41 | 47 | width: 100px; |
| 42 | 48 | } |
| 43 | 49 | |
| 50 | +#wp-reset-ad { | |
| 51 | + border: 2px solid #d63638; | |
| 52 | + background: #d6363812; | |
| 53 | +} | |
| 54 | + | |
| 44 | 55 | /* wpr upsell dialog */ |
| 45 | 56 | .wpr-upsell-dialog .ui-dialog-titlebar { |
| 46 | 57 | background: #ccc; |
| 47 | 58 | text-align: center; |
| @@ -83,5 +94,5 @@ | ||
| 83 | 94 | text-align: center; |
| 84 | 95 | margin-top: 20px; |
| 85 | 96 | } |
| 86 | 97 | |
| 87 | -/* wpr upsell dialog */ | |
| 98 | +/* wpr upsell dialog */ | |