http://www.mediawiki.org/wiki/Special:Code/MediaWiki/89835
Revision: 89835
Author: krinkle
Date: 2011-06-10 17:09:15 +0000 (Fri, 10 Jun 2011)
Log Message:
-----------
[Installer] .mw-help-hint and #config-live-log
* Merged padding rules into one
* Fixed the width issues of the textarea (see also r87975)
Modified Paths:
--------------
trunk/phase3/skins/common/config.css
trunk/phase3/skins/common/config.js
trunk/phase3/skins/common/shared.css
Modified: trunk/phase3/skins/common/config.css
===================================================================
--- trunk/phase3/skins/common/config.css 2011-06-10 16:48:37 UTC (rev
89834)
+++ trunk/phase3/skins/common/config.css 2011-06-10 17:09:15 UTC (rev
89835)
@@ -142,5 +142,5 @@
}
#config-live-log {
- width: 70%;
+ margin-right: 18em;
}
Modified: trunk/phase3/skins/common/config.js
===================================================================
--- trunk/phase3/skins/common/config.js 2011-06-10 16:48:37 UTC (rev 89834)
+++ trunk/phase3/skins/common/config.js 2011-06-10 17:09:15 UTC (rev 89835)
@@ -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() {
Modified: trunk/phase3/skins/common/shared.css
===================================================================
--- trunk/phase3/skins/common/shared.css 2011-06-10 16:48:37 UTC (rev
89834)
+++ trunk/phase3/skins/common/shared.css 2011-06-10 17:09:15 UTC (rev
89835)
@@ -643,18 +643,17 @@
/* 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 */
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs