| @@ -23,17 +23,17 @@ | ||
| 23 | 23 | .bws_main.title { |
| 24 | 24 | float: left; |
| 25 | 25 | margin-right: 30px; |
| 26 | 26 | } |
| 27 | -.bws_installed, | |
| 28 | -.bws_recommended { | |
| 27 | +h4.bws_installed, | |
| 28 | +h4.bws_recommended { | |
| 29 | 29 | color: #999; |
| 30 | 30 | font-weight: bold; |
| 31 | 31 | text-transform: uppercase; |
| 32 | 32 | font-size: 14px; |
| 33 | 33 | } |
| 34 | -.bws_installed:before, | |
| 35 | -.bws_recommended:before { | |
| 34 | +h4.bws_installed:before, | |
| 35 | +h4.bws_recommended:before { | |
| 36 | 36 | border-radius: 9px; |
| 37 | 37 | content: ""; |
| 38 | 38 | display: inline-block; |
| 39 | 39 | height: 8px; |
| @@ -41,12 +41,12 @@ | ||
| 41 | 41 | top: -1px; |
| 42 | 42 | width: 8px; |
| 43 | 43 | margin-right: 7px; |
| 44 | 44 | } |
| 45 | -.bws_recommended:before { | |
| 45 | +h4.bws_recommended:before { | |
| 46 | 46 | background: #0074a2; |
| 47 | 47 | } |
| 48 | -.bws_installed:before { | |
| 48 | +h4.bws_installed:before { | |
| 49 | 49 | background: #00a22e; |
| 50 | 50 | } |
| 51 | 51 | .bws_product_box { |
| 52 | 52 | background: none repeat scroll 0 0 #FFFFFF; |
| @@ -61,12 +61,12 @@ | ||
| 61 | 61 | text-decoration: none; |
| 62 | 62 | } |
| 63 | 63 | .bws_product { |
| 64 | 64 | border-bottom: 1px solid #fff; |
| 65 | - min-height: 235px; | |
| 65 | + min-height: 203px; | |
| 66 | 66 | } |
| 67 | 67 | .bws_product_content { |
| 68 | - min-height: 87px; | |
| 68 | + min-height: 93px; | |
| 69 | 69 | } |
| 70 | 70 | .bws_activate { |
| 71 | 71 | color: #F14B21; |
| 72 | 72 | } |
| @@ -76,11 +76,9 @@ | ||
| 76 | 76 | .bws_product_title { |
| 77 | 77 | font-weight: bold; |
| 78 | 78 | padding: 16px 10px 28px; |
| 79 | 79 | font-size: 14px; |
| 80 | - height: 42px; | |
| 81 | - position: relative; | |
| 82 | - z-index: 2; | |
| 80 | + height: 18px; | |
| 83 | 81 | } |
| 84 | 82 | .bws_product_deactivated .bws_product_title { |
| 85 | 83 | color: #7e7e7e; |
| 86 | 84 | } |
| @@ -96,9 +94,8 @@ | ||
| 96 | 94 | height: 20px; |
| 97 | 95 | margin: -9px auto -10px; |
| 98 | 96 | position: relative; |
| 99 | 97 | width: 46px; |
| 100 | - line-height: 19px; | |
| 101 | 98 | } |
| 102 | 99 | .bws_product_description { |
| 103 | 100 | padding: 0 10px; |
| 104 | 101 | color: #a7a7a7; |
| @@ -154,23 +151,8 @@ | ||
| 154 | 151 | .bws_product_button.bws_donate_button:hover { |
| 155 | 152 | background: #D69108 !important; |
| 156 | 153 | } |
| 157 | 154 | |
| 158 | -.subsubsub.bws_title_menu { | |
| 159 | - float: right; | |
| 160 | - margin: 0; | |
| 161 | -} | |
| 162 | -.subsubsub a.bws_system_status { | |
| 163 | - display: inline-block; | |
| 164 | - background: url("../images/system-status.png") no-repeat scroll 10px 7px #0074a2; | |
| 165 | - color: #fff; | |
| 166 | - padding: 2px 10px 5px 36px; | |
| 167 | - border-radius: 2px; | |
| 168 | - margin-left: 13px; | |
| 169 | -} | |
| 170 | -.subsubsub a.bws_system_status:hover { | |
| 171 | - background-color: #529FBD; | |
| 172 | -} | |
| 173 | 155 | /* theme page after WP 3.9 */ |
| 174 | 156 | .toplevel_page_bws_plugins #availablethemes .theme-browser { |
| 175 | 157 | margin-top: 25px; |
| 176 | 158 | } |