Index: trunk/extensions/ArticleFeedbackv5/modules/jquery.articleFeedbackv5/images/flyover_x.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/flyover_x.png |
___________________________________________________________________ |
Added: svn:mime-type |
1 | 1 | + application/octet-stream |
Index: trunk/extensions/ArticleFeedbackv5/modules/jquery.articleFeedbackv5/images/1x1_tab_blue.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/1x1_tab_blue.png |
___________________________________________________________________ |
Added: svn:mime-type |
2 | 2 | + application/octet-stream |
Index: trunk/extensions/ArticleFeedbackv5/modules/jquery.articleFeedbackv5/images/tab_x_on.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/tab_x_on.png |
___________________________________________________________________ |
Added: svn:mime-type |
3 | 3 | + application/octet-stream |
Index: trunk/extensions/ArticleFeedbackv5/modules/jquery.articleFeedbackv5/images/tab_x_off.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/tab_x_off.png |
___________________________________________________________________ |
Added: svn:mime-type |
4 | 4 | + application/octet-stream |
Index: trunk/extensions/ArticleFeedbackv5/modules/jquery.articleFeedbackv5/jquery.articleFeedbackv5.css |
— | — | @@ -1110,13 +1110,15 @@ |
1111 | 1111 | border: none; |
1112 | 1112 | border-top: 1px solid gray; |
1113 | 1113 | border-left: 1px solid gray; |
1114 | | - color: #000; |
1115 | | - background-color: #d0e1f4; |
| 1114 | + background-color: #255fa3; |
| 1115 | + /* @embed */ |
| 1116 | + background-image: url(images/1x1_tab_blue.png); |
| 1117 | + color: #fff; |
1116 | 1118 | min-width: 105px; |
1117 | 1119 | right: 0; |
1118 | 1120 | display: block; |
1119 | 1121 | margin: 0; |
1120 | | - padding: 5px 10px; |
| 1122 | + padding: 5px 25px; |
1121 | 1123 | text-align: center; |
1122 | 1124 | position: absolute; |
1123 | 1125 | z-index: 999; |
— | — | @@ -1124,8 +1126,12 @@ |
1125 | 1127 | .articleFeedbackv5-bottomrighttablink:hover { |
1126 | 1128 | text-decoration: none; |
1127 | 1129 | } |
| 1130 | +.articleFeedbackv5-bottomrighttablink a { |
| 1131 | + color: #fff; |
| 1132 | +} |
1128 | 1133 | .articleFeedbackv5-bottomrighttablink.articleFeedbackv5-closeable { |
1129 | 1134 | white-space: nowrap; |
| 1135 | + padding-right: 10px; |
1130 | 1136 | } |
1131 | 1137 | |
1132 | 1138 | /* Disable flyover */ |
— | — | @@ -1152,7 +1158,7 @@ |
1153 | 1159 | margin-top: -11px; |
1154 | 1160 | } |
1155 | 1161 | .articleFeedbackv5-disable-flyover { |
1156 | | - padding: 10px; |
| 1162 | + padding: 15px 20px; |
1157 | 1163 | } |
1158 | 1164 | .articleFeedbackv5-flyover-header { |
1159 | 1165 | -moz-border-radius: 3px 3px 0 0; |
— | — | @@ -1170,20 +1176,22 @@ |
1171 | 1177 | display: block; |
1172 | 1178 | position: absolute; |
1173 | 1179 | top: 0; |
1174 | | - right: 15px; |
1175 | | - margin-top: 15px; |
| 1180 | + right: 20px; |
| 1181 | + margin-top: 22px; |
1176 | 1182 | width: 16px; |
1177 | 1183 | height: 16px; |
1178 | 1184 | /* @embed */ |
1179 | | - background-image: url(images/bg-close-off.png); |
| 1185 | + background-image: url(images/flyover_x.png); |
1180 | 1186 | background-repeat: no-repeat; |
1181 | 1187 | background-position: left top; |
1182 | | - background-size: 16px 16px; |
1183 | 1188 | } |
1184 | | -#articleFeedbackv5-noteflyover-close:hover { |
1185 | | - /* @embed */ |
1186 | | - background-image: url(images/bg-close-hov.png); |
| 1189 | + |
| 1190 | +.tipsy.articleFeedbackv5-disable-flyover-tip-E { |
| 1191 | + position: fixed; |
1187 | 1192 | } |
| 1193 | + |
| 1194 | +/* Trigger link close button */ |
| 1195 | + |
1188 | 1196 | .articleFeedbackv5-trigger-link-holder .articleFeedbackv5-close-trigger-link { |
1189 | 1197 | visibility: hidden; |
1190 | 1198 | } |
— | — | @@ -1202,6 +1210,19 @@ |
1203 | 1211 | height: 16px; |
1204 | 1212 | vertical-align: middle; |
1205 | 1213 | } |
1206 | | -.tipsy.articleFeedbackv5-disable-flyover-tip-E { |
1207 | | - position: fixed; |
| 1214 | + |
| 1215 | +.articleFeedbackv5-trigger-link-holder.articleFeedbackv5-trigger-link-holder-E .articleFeedbackv5-close-trigger-link { |
| 1216 | + /* @embed */ |
| 1217 | + background-image: url(images/tab_x_off.png); |
| 1218 | + background-size: auto; |
| 1219 | + background-position: center; |
| 1220 | + display: inline-block; |
| 1221 | + width: 16px; |
| 1222 | + height: 16px; |
| 1223 | + visibility: visible; |
| 1224 | + margin-left: 5px; |
1208 | 1225 | } |
| 1226 | +.articleFeedbackv5-trigger-link-holder.articleFeedbackv5-trigger-link-holder-E:hover .articleFeedbackv5-close-trigger-link { |
| 1227 | + /* @embed */ |
| 1228 | + background-image: url(images/tab_x_on.png); |
| 1229 | +} |