https://www.mediawiki.org/wiki/Special:Code/MediaWiki/109646
Revision: 109646
Author: seanheavey
Date: 2012-01-20 21:03:42 +0000 (Fri, 20 Jan 2012)
Log Message:
-----------
further development .css for feedback page. new icons added as well.
Modified Paths:
--------------
trunk/extensions/ArticleFeedbackv5/modules/jquery.articleFeedbackv5/jquery.articleFeedbackv5.special.css
Added Paths:
-----------
trunk/extensions/ArticleFeedbackv5/modules/jquery.articleFeedbackv5/images/bg_emoticon_negative.png
trunk/extensions/ArticleFeedbackv5/modules/jquery.articleFeedbackv5/images/bg_emoticon_positive.png
Added:
trunk/extensions/ArticleFeedbackv5/modules/jquery.articleFeedbackv5/images/bg_emoticon_negative.png
===================================================================
(Binary files differ)
Property changes on:
trunk/extensions/ArticleFeedbackv5/modules/jquery.articleFeedbackv5/images/bg_emoticon_negative.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added:
trunk/extensions/ArticleFeedbackv5/modules/jquery.articleFeedbackv5/images/bg_emoticon_positive.png
===================================================================
(Binary files differ)
Property changes on:
trunk/extensions/ArticleFeedbackv5/modules/jquery.articleFeedbackv5/images/bg_emoticon_positive.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Modified:
trunk/extensions/ArticleFeedbackv5/modules/jquery.articleFeedbackv5/jquery.articleFeedbackv5.special.css
===================================================================
---
trunk/extensions/ArticleFeedbackv5/modules/jquery.articleFeedbackv5/jquery.articleFeedbackv5.special.css
2012-01-20 21:01:52 UTC (rev 109645)
+++
trunk/extensions/ArticleFeedbackv5/modules/jquery.articleFeedbackv5/jquery.articleFeedbackv5.special.css
2012-01-20 21:03:42 UTC (rev 109646)
@@ -16,10 +16,10 @@
float: right;
display: none;
}
-#aftv5-feedbackpage .aftv5-feedbackpage-statistics {
+#articleFeedbackv5-percent-found-wrap {
float: left;
}
-.aftv5-feedbackpage .aftv5-feedbackpage-statistics .stat-marker {
+#articleFeedbackv5-percent-found-wrap .stat-marker {
display: inline-block;
background: #2f8035;
color: #fff;
@@ -46,7 +46,7 @@
padding: 0 10px;
height: 40px;
line-height: 40px;
- background: url(images/bg-feedbackpage-header.png) repeat-x;
+ background: #D2E5F7;
}
#articleFeedbackv5-sort-filter-controls:after {
clear: both;
@@ -56,35 +56,41 @@
margin: 0 50px 0 0;
}
#articleFeedbackv5-sort-filter-controls #articleFeedbackv5-filter {
- float: left;
-}v
-#articleFeedbackv5-sort-filter-controls select {
position: relative;
top: 10px;
+ float: none;
+ display: inline-block;
}
#articleFeedbackv5-show-feedback {
overflow: scroll;
- height: 600px;
+ height: 750px;
}
.articleFeedbackv5-feedback {
+ min-width: 650px;
position: relative;
padding: 10px 10px 09px;
border-bottom: 1px solid #d6d6d6;
overflow: hidden;
}
+.articleFeedbackv5-feedback:after {
+ clear: both;
+}
+.articleFeedbackv5-comment-wrap {
+ float: left;
+}
.articleFeedbackv5-feedback .articleFeedbackv5-feedback-tools {
display: none;
position: absolute;
top: 0;
- right: 20px;
- width: 140px;
+ right: 10px;
+ width: 210px;
}
.articleFeedbackv5-feedback .articleFeedbackv5-feedback-tools h3 {
background: #3366bb;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
- -webkit-border-radius-bottomleft: 5px;
- -webkit-border-radius-bottomright: 5px;
+ -webkit-border-bottom-right-radius: 5px;
+ -webkit-border-bottom-left-radius: 5px;
-ms-border-radius-bottomleft: 5px;
-ms-border-radius-bottomright: 5px;
border-radius-bottomleft: 5px;
@@ -93,7 +99,7 @@
text-align: center;
position: absolute;
z-index: 150;
- width: 140px;
+ width: 210px;
margin: 0;
cursor: pointer;
}
@@ -103,8 +109,8 @@
background: #d2e5f7;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
- -webkit-border-radius-bottomleft: 5px;
- -webkit-border-radius-bottomright: 5px;
+ -webkit-border-bottom-right-radius: 5px;
+ -webkit-border-bottom-left-radius: 5px;
-ms-border-radius-bottomleft: 5px;
-ms-border-radius-bottomright: 5px;
border-radius-bottomleft: 5px;
@@ -135,11 +141,11 @@
background: #d2e5f7;
}
.articleFeedbackv5-feedback blockquote {
- float: left;
+ margin: 10px 0;
+ padding: 0;
}
.articleFeedbackv5-feedback .articleFeedbackv5-comment-details {
float: right;
- clear: both;
}
#articleFeedbackv5-special-add-feedback {
-webkit-box-shadow:#999999 -2px 2px 1px;
@@ -180,4 +186,49 @@
padding: 0 9px;
float: right;
-}
\ No newline at end of file
+}
+#articleFeedbackv5-show-feedback .articleFeedbackv5-comment-foot {
+ line-height: 22px;
+}
+#articleFeedbackv5-show-feedback .articleFeedbackv5-comment-foot
.articleFeedbackv5-helpful-caption {
+ margin: 0 10px 0 0;
+}
+#articleFeedbackv5-show-feedback .articleFeedbackv5-comment-foot
.articleFeedbackv5-helpful-link,
+#articleFeedbackv5-show-feedback .articleFeedbackv5-comment-foot
.articleFeedbackv5-unhelpful-link {
+ display: inline-block;
+ height: 22px;
+ line-height: 22px;
+ font-size: .9em;
+ min-width: 34px;
+ padding: 0 8px;
+ margin: 0 10px 0 0;
+ text-align: center;
+ color: #333;
+ font-weight: bold;
+ /* @embed */
+ background: url(images/bg-button-disable.png) repeat-x;
+ -moz-border-radius: 3px;
+ -webkit-border-radius: 3px;
+ border-radius: 3px; /* future proofing */
+ -khtml-border-radius: 3px; /* for old Konqueror browsers */
+ -moz-box-shadow: -2px 2px 1px #999;
+ -webkit-box-shadow: -2px 2px 1px #999;
+ box-shadow: -2px 2px 1px #999;
+}
+
+#articleFeedbackv5-show-feedback .articleFeedbackv5-comment-foot
.articleFeedbackv5-helpful-link:hover,
+#articleFeedbackv5-show-feedback .articleFeedbackv5-comment-foot
.articleFeedbackv5-unhelpful-link:hover {
+ /* @embed */
+ background: url(images/bg-button-hov.png) repeat-x;
+ cursor: pointer;
+ color: #333;
+}
+
+/*#articleFeedbackv5-show-feedback .articleFeedbackv5-comment-foot
.articleFeedbackv5-helpful-link-active,
+#articleFeedbackv5-show-feedback .articleFeedbackv5-comment-foot
.articleFeedbackv5-unhelpful-link-active,
+#articleFeedbackv5-show-feedback .articleFeedbackv5-comment-foot
.articleFeedbackv5-helpful-link-active:hover,
+#articleFeedbackv5-show-feedback .articleFeedbackv5-comment-foot
.articleFeedbackv5-unhelpful-link-active:hover {
+ /* @embed */
+ /*background: url(images/bg-button.png) repeat-x;
+ color: #fff;
+}*/
\ No newline at end of file
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs