From: Krinkle Date: Fri, 10 Jun 2011 17:09:15 +0000 (+0000) Subject: [Installer] .mw-help-hint and #config-live-log X-Git-Tag: 1.31.0-rc.0~29591 X-Git-Url: https://git.cyclocoop.org/%7B%7B%20url_for%28?a=commitdiff_plain;h=263e4d9828421dae510c7af5ab9f5fd17b348fe4;p=lhc%2Fweb%2Fwiklou.git [Installer] .mw-help-hint and #config-live-log * Merged padding rules into one * Fixed the width issues of the textarea (see also r87975) --- diff --git a/skins/common/config.css b/skins/common/config.css index 6000fd4e9d..434f27d56f 100644 --- a/skins/common/config.css +++ b/skins/common/config.css @@ -142,5 +142,5 @@ } #config-live-log { - width: 70%; + margin-right: 18em; } diff --git a/skins/common/config.js b/skins/common/config.js index 076005f747..e5af7d145b 100644 --- a/skins/common/config.js +++ b/skins/common/config.js @@ -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() { diff --git a/skins/common/shared.css b/skins/common/shared.css index c60688b293..004b3dce22 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -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 */