r92806 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r92805‎ | r92806 | r92807 >
Date:22:09, 21 July 2011
Author:werdna
Status:deferred
Tags:
Comment:
Some rearrangement on MoodBar CSS/HTML: fix issue in Chrome where the textarea border was broken, adjust alignment
Modified paths:
  • /trunk/extensions/MoodBar/modules/ext.moodBar/ext.moodBar.core.css (modified) (history)
  • /trunk/extensions/MoodBar/modules/ext.moodBar/ext.moodBar.core.js (modified) (history)

Diff [purge]

Index: trunk/extensions/MoodBar/modules/ext.moodBar/ext.moodBar.core.css
@@ -125,3 +125,10 @@
126126 .mw-moodBar-types-select .mw-moodBar-type-confused.mw-moodBar-selected {
127127 background-image: url(images/type-confused-selected.png);
128128 }
 129+
 130+.mw-moodBar-form {
 131+ padding-right: 5px;
 132+}
 133+.mw-moodBar-formInputs {
 134+ padding-left: 2em;
 135+}
Index: trunk/extensions/MoodBar/modules/ext.moodBar/ext.moodBar.core.js
@@ -19,10 +19,11 @@
2020 <span class="mw-moodBar-formNote"><html:msg key="moodbar-form-note" /></span>\
2121 <html:msg key="moodbar-form-title" />\
2222 </div>\
23 - <textarea maxlength="140" class="mw-moodBar-formInput" /></textarea>\
24 - <div class="mw-moodBar-privacy"></div>\
25 - <input type="button" class="mw-moodBar-formSubmit" />\
26 - \
 23+ <div class="mw-moodBar-formInputs">\
 24+ <textarea rows="3" maxlength="140" class="mw-moodBar-formInput" /></textarea>\
 25+ <div class="mw-moodBar-privacy"></div>\
 26+ <input type="button" class="mw-moodBar-formSubmit" />\
 27+ </div>\
2728 </div>\
2829 <span class="mw-moodBar-overlayWhat">\
2930 <a title-msg="tooltip-moodbar-what">\

Status & tagging log