r114422 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r114421
|
r114422
|
r114423
>
Date:
14:34, 22 March 2012
Author:
rsterbin
Status:
deferred
Tags:
missed-git-conversion
Comment:
Fix wrapping on logged-out version as well
Modified paths:
/trunk/extensions/ArticleFeedbackv5/modules/jquery.articleFeedbackv5/jquery.articleFeedbackv5.css
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/ArticleFeedbackv5/modules/jquery.articleFeedbackv5/jquery.articleFeedbackv5.css
—
—
@@ -1122,6 +1122,7 @@
1123
1123
text-align: center;
1124
1124
position: absolute;
1125
1125
z-index: 999;
1126
+ white-space: nowrap;
1126
1127
}
1127
1128
.articleFeedbackv5-bottomrighttablink:hover {
1128
1129
text-decoration: none;
—
—
@@ -1133,7 +1134,6 @@
1134
1135
text-decoration: none;
1135
1136
}
1136
1137
.articleFeedbackv5-bottomrighttablink.articleFeedbackv5-closeable {
1137
- white-space: nowrap;
1138
1138
padding-right: 10px;
1139
1139
}
1140
1140
Status & tagging log
14:50, 11 October 2012
😂
(
talk
|
contribs
)
changed the
status
of r114422
[
removed:
new
added:
deferred]
16:42, 22 March 2012
😂
(
talk
|
contribs
)
changed the
tags
for r114422
[
added:
missed-git-conversion]