Index: trunk/extensions/MoodBar/modules/ext.moodBar/ext.moodBar.core.css |
— | — | @@ -125,3 +125,10 @@ |
126 | 126 | .mw-moodBar-types-select .mw-moodBar-type-confused.mw-moodBar-selected { |
127 | 127 | background-image: url(images/type-confused-selected.png); |
128 | 128 | } |
| 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 @@ |
20 | 20 | <span class="mw-moodBar-formNote"><html:msg key="moodbar-form-note" /></span>\ |
21 | 21 | <html:msg key="moodbar-form-title" />\ |
22 | 22 | </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>\ |
27 | 28 | </div>\ |
28 | 29 | <span class="mw-moodBar-overlayWhat">\ |
29 | 30 | <a title-msg="tooltip-moodbar-what">\ |