Index: trunk/phase3/skins/common/config.js |
— | — | @@ -29,7 +29,7 @@ |
30 | 30 | } ); |
31 | 31 | |
32 | 32 | // Scroll to the bottom of upgrade log |
33 | | - $( "#config-live-log" ).each( function() { this.scrollTop = this.scrollHeight; } ); |
| 33 | + $( '#config-live-log' ).find( '> textarea' ).each( function() { this.scrollTop = this.scrollHeight; } ); |
34 | 34 | |
35 | 35 | // Show/hide Creative Commons thingy |
36 | 36 | $( '.licenseRadio' ).click( function() { |
Index: trunk/phase3/skins/common/config.css |
— | — | @@ -142,5 +142,5 @@ |
143 | 143 | } |
144 | 144 | |
145 | 145 | #config-live-log { |
146 | | - width: 70%; |
| 146 | + margin-right: 18em; |
147 | 147 | } |
Index: trunk/phase3/skins/common/shared.css |
— | — | @@ -643,18 +643,17 @@ |
644 | 644 | /* tooltip styles */ |
645 | 645 | .mw-help-field-hint { |
646 | 646 | display: none; |
647 | | - padding: 0px; |
648 | | - padding-left: 15px; |
649 | 647 | margin-left: 2px; |
650 | 648 | margin-bottom: -8px; |
| 649 | + padding: 0px 0px 0px 15px; |
651 | 650 | /* @embed */ |
652 | 651 | background-image: url('images/help-question.gif'); |
653 | 652 | background-position: left center; |
654 | 653 | background-repeat: no-repeat; |
655 | | - color: #0645ad; |
656 | | - text-decoration: underline; |
657 | 654 | cursor: pointer; |
658 | 655 | font-size: .8em; |
| 656 | + text-decoration: underline; |
| 657 | + color: #0645ad; |
659 | 658 | } |
660 | 659 | .mw-help-field-hint:hover { |
661 | 660 | /* @embed */ |