Index: trunk/extensions/ArticleFeedbackv5/modules/jquery.articleFeedbackv5/jquery.articleFeedbackv5.special.css |
— | — | @@ -31,10 +31,10 @@ |
32 | 32 | #articleFeedbackv5-percent-found-wrap .stat-marker { |
33 | 33 | display: inline-block; |
34 | 34 | color: #fff; |
35 | | - -webkit-border-radius: 5px; |
36 | | - -moz-border-radius: 5px; |
37 | | - -ms-border-radius: 5px; |
38 | | - border-radius: 5px; |
| 35 | + -webkit-border-radius: 3px; |
| 36 | + -moz-border-radius: 3px; |
| 37 | + -ms-border-radius: 3px; |
| 38 | + border-radius: 3px; |
39 | 39 | padding: 0 5px 0 30px; |
40 | 40 | text-align: center; |
41 | 41 | } |
— | — | @@ -118,8 +118,8 @@ |
119 | 119 | position: absolute; |
120 | 120 | z-index: 150; |
121 | 121 | width: 140px; |
122 | | - height: 40px; |
123 | | - line-height: 40px;s |
| 122 | + height: 20px; |
| 123 | + line-height: 20px; |
124 | 124 | margin: 0; |
125 | 125 | cursor: pointer; |
126 | 126 | } |
— | — | @@ -241,10 +241,10 @@ |
242 | 242 | margin: 0 5px 0 0; |
243 | 243 | position: relative; |
244 | 244 | top: 8px; |
245 | | - -webkit-border-radius: 5px; |
246 | | - -moz-border-radius: 5px; |
247 | | - -ms-border-radius: 5px; |
248 | | - border-radius: 5px; |
| 245 | + -webkit-border-radius: 3px; |
| 246 | + -moz-border-radius: 3px; |
| 247 | + -ms-border-radius: 3px; |
| 248 | + border-radius: 3px; |
249 | 249 | } |
250 | 250 | .articleFeedbackv5-feedback h3.positive .icon { |
251 | 251 | background: #2f8035 url(images/bg_emoticon_positive.png) no-repeat center center; |