Index: trunk/extensions/MoodBar/modules/ext.moodBar/ext.moodBar.core.css |
— | — | @@ -90,6 +90,10 @@ |
91 | 91 | font-size: 16px; |
92 | 92 | } |
93 | 93 | |
| 94 | +#mw-moodBar-emailInput { |
| 95 | + width: 270px; |
| 96 | +} |
| 97 | + |
94 | 98 | .mw-moodBar-formInput { |
95 | 99 | width: 100%; |
96 | 100 | outline: none; |
— | — | @@ -157,21 +161,19 @@ |
158 | 162 | } |
159 | 163 | |
160 | 164 | .mw-moodBar-overlayWhatTrigger { |
161 | | - display: inline-block; |
| 165 | + display:inline-block; |
| 166 | + width: 8px; |
| 167 | + height: 8px; |
162 | 168 | } |
163 | 169 | |
164 | 170 | .moodbar-what-collapsed { |
165 | 171 | /* @embed */ |
166 | 172 | background: transparent url('images/whatisthis-collapsed.png') center center no-repeat; |
167 | | - height: 8px; |
168 | | - width: 8px; |
169 | 173 | } |
170 | 174 | |
171 | 175 | .moodbar-what-expanded { |
172 | 176 | /* @embed */ |
173 | 177 | background: transparent url('images/whatisthis-expanded.png') center center no-repeat; |
174 | | - height: 8px; |
175 | | - width: 8px; |
176 | 178 | } |
177 | 179 | |
178 | 180 | .red-bold { |
Index: trunk/extensions/MoodBar/modules/ext.moodBar/ext.moodBar.core.js |
— | — | @@ -47,8 +47,10 @@ |
48 | 48 | <html:msg key="moodbar-email-desc" />\ |
49 | 49 | </div>\ |
50 | 50 | <div class="mw-moodBar-formInputs">\ |
51 | | - <html:msg key="moodbar-email-input" />\ |
52 | | - <input type="text" id="mw-moodBar-emailInput" class="mw-moodBar-emailInput" />\ |
| 51 | + <div>\ |
| 52 | + <html:msg key="moodbar-email-input" />\ |
| 53 | + <input type="text" id="mw-moodBar-emailInput" class="mw-moodBar-emailInput" />\ |
| 54 | + </div>\ |
53 | 55 | <input type="button" class="mw-moodBar-emailSubmit" disabled="disabled" />\ |
54 | 56 | <input type="button" class="mw-moodBar-emailOptOut" />\ |
55 | 57 | </div>\ |