Index: trunk/extensions/ArticleFeedbackv5/modules/jquery.articleFeedbackv5/images/bg_emoticon_positive.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/ArticleFeedbackv5/modules/jquery.articleFeedbackv5/images/bg_emoticon_positive.png |
___________________________________________________________________ |
Added: svn:mime-type |
1 | 1 | + application/octet-stream |
Index: trunk/extensions/ArticleFeedbackv5/modules/jquery.articleFeedbackv5/images/bg_emoticon_negative.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/ArticleFeedbackv5/modules/jquery.articleFeedbackv5/images/bg_emoticon_negative.png |
___________________________________________________________________ |
Added: svn:mime-type |
2 | 2 | + application/octet-stream |
Index: trunk/extensions/ArticleFeedbackv5/modules/jquery.articleFeedbackv5/jquery.articleFeedbackv5.special.css |
— | — | @@ -16,10 +16,10 @@ |
17 | 17 | float: right; |
18 | 18 | display: none; |
19 | 19 | } |
20 | | -#aftv5-feedbackpage .aftv5-feedbackpage-statistics { |
| 20 | +#articleFeedbackv5-percent-found-wrap { |
21 | 21 | float: left; |
22 | 22 | } |
23 | | -.aftv5-feedbackpage .aftv5-feedbackpage-statistics .stat-marker { |
| 23 | +#articleFeedbackv5-percent-found-wrap .stat-marker { |
24 | 24 | display: inline-block; |
25 | 25 | background: #2f8035; |
26 | 26 | color: #fff; |
— | — | @@ -46,7 +46,7 @@ |
47 | 47 | padding: 0 10px; |
48 | 48 | height: 40px; |
49 | 49 | line-height: 40px; |
50 | | - background: url(images/bg-feedbackpage-header.png) repeat-x; |
| 50 | + background: #D2E5F7; |
51 | 51 | } |
52 | 52 | #articleFeedbackv5-sort-filter-controls:after { |
53 | 53 | clear: both; |
— | — | @@ -56,35 +56,41 @@ |
57 | 57 | margin: 0 50px 0 0; |
58 | 58 | } |
59 | 59 | #articleFeedbackv5-sort-filter-controls #articleFeedbackv5-filter { |
60 | | - float: left; |
61 | | -}v |
62 | | -#articleFeedbackv5-sort-filter-controls select { |
63 | 60 | position: relative; |
64 | 61 | top: 10px; |
| 62 | + float: none; |
| 63 | + display: inline-block; |
65 | 64 | } |
66 | 65 | #articleFeedbackv5-show-feedback { |
67 | 66 | overflow: scroll; |
68 | | - height: 600px; |
| 67 | + height: 750px; |
69 | 68 | } |
70 | 69 | .articleFeedbackv5-feedback { |
| 70 | + min-width: 650px; |
71 | 71 | position: relative; |
72 | 72 | padding: 10px 10px 09px; |
73 | 73 | border-bottom: 1px solid #d6d6d6; |
74 | 74 | overflow: hidden; |
75 | 75 | } |
| 76 | +.articleFeedbackv5-feedback:after { |
| 77 | + clear: both; |
| 78 | +} |
| 79 | +.articleFeedbackv5-comment-wrap { |
| 80 | + float: left; |
| 81 | +} |
76 | 82 | .articleFeedbackv5-feedback .articleFeedbackv5-feedback-tools { |
77 | 83 | display: none; |
78 | 84 | position: absolute; |
79 | 85 | top: 0; |
80 | | - right: 20px; |
81 | | - width: 140px; |
| 86 | + right: 10px; |
| 87 | + width: 210px; |
82 | 88 | } |
83 | 89 | .articleFeedbackv5-feedback .articleFeedbackv5-feedback-tools h3 { |
84 | 90 | background: #3366bb; |
85 | 91 | -moz-border-radius-bottomright: 5px; |
86 | 92 | -moz-border-radius-bottomleft: 5px; |
87 | | - -webkit-border-radius-bottomleft: 5px; |
88 | | - -webkit-border-radius-bottomright: 5px; |
| 93 | + -webkit-border-bottom-right-radius: 5px; |
| 94 | + -webkit-border-bottom-left-radius: 5px; |
89 | 95 | -ms-border-radius-bottomleft: 5px; |
90 | 96 | -ms-border-radius-bottomright: 5px; |
91 | 97 | border-radius-bottomleft: 5px; |
— | — | @@ -93,7 +99,7 @@ |
94 | 100 | text-align: center; |
95 | 101 | position: absolute; |
96 | 102 | z-index: 150; |
97 | | - width: 140px; |
| 103 | + width: 210px; |
98 | 104 | margin: 0; |
99 | 105 | cursor: pointer; |
100 | 106 | } |
— | — | @@ -103,8 +109,8 @@ |
104 | 110 | background: #d2e5f7; |
105 | 111 | -moz-border-radius-bottomright: 5px; |
106 | 112 | -moz-border-radius-bottomleft: 5px; |
107 | | - -webkit-border-radius-bottomleft: 5px; |
108 | | - -webkit-border-radius-bottomright: 5px; |
| 113 | + -webkit-border-bottom-right-radius: 5px; |
| 114 | + -webkit-border-bottom-left-radius: 5px; |
109 | 115 | -ms-border-radius-bottomleft: 5px; |
110 | 116 | -ms-border-radius-bottomright: 5px; |
111 | 117 | border-radius-bottomleft: 5px; |
— | — | @@ -135,11 +141,11 @@ |
136 | 142 | background: #d2e5f7; |
137 | 143 | } |
138 | 144 | .articleFeedbackv5-feedback blockquote { |
139 | | - float: left; |
| 145 | + margin: 10px 0; |
| 146 | + padding: 0; |
140 | 147 | } |
141 | 148 | .articleFeedbackv5-feedback .articleFeedbackv5-comment-details { |
142 | 149 | float: right; |
143 | | - clear: both; |
144 | 150 | } |
145 | 151 | #articleFeedbackv5-special-add-feedback { |
146 | 152 | -webkit-box-shadow:#999999 -2px 2px 1px; |
— | — | @@ -180,4 +186,49 @@ |
181 | 187 | padding: 0 9px; |
182 | 188 | |
183 | 189 | float: right; |
184 | | -} |
\ No newline at end of file |
| 190 | +} |
| 191 | +#articleFeedbackv5-show-feedback .articleFeedbackv5-comment-foot { |
| 192 | + line-height: 22px; |
| 193 | +} |
| 194 | +#articleFeedbackv5-show-feedback .articleFeedbackv5-comment-foot .articleFeedbackv5-helpful-caption { |
| 195 | + margin: 0 10px 0 0; |
| 196 | +} |
| 197 | +#articleFeedbackv5-show-feedback .articleFeedbackv5-comment-foot .articleFeedbackv5-helpful-link, |
| 198 | +#articleFeedbackv5-show-feedback .articleFeedbackv5-comment-foot .articleFeedbackv5-unhelpful-link { |
| 199 | + display: inline-block; |
| 200 | + height: 22px; |
| 201 | + line-height: 22px; |
| 202 | + font-size: .9em; |
| 203 | + min-width: 34px; |
| 204 | + padding: 0 8px; |
| 205 | + margin: 0 10px 0 0; |
| 206 | + text-align: center; |
| 207 | + color: #333; |
| 208 | + font-weight: bold; |
| 209 | + /* @embed */ |
| 210 | + background: url(images/bg-button-disable.png) repeat-x; |
| 211 | + -moz-border-radius: 3px; |
| 212 | + -webkit-border-radius: 3px; |
| 213 | + border-radius: 3px; /* future proofing */ |
| 214 | + -khtml-border-radius: 3px; /* for old Konqueror browsers */ |
| 215 | + -moz-box-shadow: -2px 2px 1px #999; |
| 216 | + -webkit-box-shadow: -2px 2px 1px #999; |
| 217 | + box-shadow: -2px 2px 1px #999; |
| 218 | +} |
| 219 | + |
| 220 | +#articleFeedbackv5-show-feedback .articleFeedbackv5-comment-foot .articleFeedbackv5-helpful-link:hover, |
| 221 | +#articleFeedbackv5-show-feedback .articleFeedbackv5-comment-foot .articleFeedbackv5-unhelpful-link:hover { |
| 222 | + /* @embed */ |
| 223 | + background: url(images/bg-button-hov.png) repeat-x; |
| 224 | + cursor: pointer; |
| 225 | + color: #333; |
| 226 | +} |
| 227 | + |
| 228 | +/*#articleFeedbackv5-show-feedback .articleFeedbackv5-comment-foot .articleFeedbackv5-helpful-link-active, |
| 229 | +#articleFeedbackv5-show-feedback .articleFeedbackv5-comment-foot .articleFeedbackv5-unhelpful-link-active, |
| 230 | +#articleFeedbackv5-show-feedback .articleFeedbackv5-comment-foot .articleFeedbackv5-helpful-link-active:hover, |
| 231 | +#articleFeedbackv5-show-feedback .articleFeedbackv5-comment-foot .articleFeedbackv5-unhelpful-link-active:hover { |
| 232 | + /* @embed */ |
| 233 | + /*background: url(images/bg-button.png) repeat-x; |
| 234 | + color: #fff; |
| 235 | +}*/ |
\ No newline at end of file |