[Installer] .mw-help-hint and #config-live-log
authorKrinkle <krinkle@users.mediawiki.org>
Fri, 10 Jun 2011 17:09:15 +0000 (17:09 +0000)
committerKrinkle <krinkle@users.mediawiki.org>
Fri, 10 Jun 2011 17:09:15 +0000 (17:09 +0000)
* Merged padding rules into one
* Fixed the width issues of the textarea (see also r87975)

skins/common/config.css
skins/common/config.js
skins/common/shared.css

index 6000fd4..434f27d 100644 (file)
 }
 
 #config-live-log {
-       width: 70%;
+       margin-right: 18em;
 }
index 076005f..e5af7d1 100644 (file)
@@ -29,7 +29,7 @@
                } );
                
                // Scroll to the bottom of upgrade log
-               $( "#config-live-log" ).each( function() { this.scrollTop = this.scrollHeight; } );
+               $( '#config-live-log' ).find( '> textarea' ).each( function() { this.scrollTop = this.scrollHeight; } );
                
                // Show/hide Creative Commons thingy
                $( '.licenseRadio' ).click( function() {
index c60688b..004b3dc 100644 (file)
@@ -643,18 +643,17 @@ ol:lang(or) li {
 /* tooltip styles */
 .mw-help-field-hint {
        display: none;
-       padding: 0px;
-       padding-left: 15px;
        margin-left: 2px;
        margin-bottom: -8px;
+       padding: 0px 0px 0px 15px;
        /* @embed */
        background-image: url('images/help-question.gif');
        background-position: left center;
        background-repeat: no-repeat;
-       color: #0645ad;
-       text-decoration: underline;
        cursor: pointer;
        font-size: .8em;
+       text-decoration: underline;
+       color: #0645ad;
 }
 .mw-help-field-hint:hover {
        /* @embed */