r89380 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89379‎ | r89380 | r89381 >
Date:02:26, 3 June 2011
Author:krinkle
Status:ok
Tags:
Comment:
Move fixes for config-error-box to mw-infobox in order to apply for warnings as well. And removed redundant clear: left. Poke r88465, 86060, r88109
Modified paths:
  • /trunk/phase3/skins/common/config.css (modified) (history)
  • /trunk/phase3/skins/common/shared.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/common/config.css
@@ -68,8 +68,6 @@
6969
7070 .config-error-box {
7171 border: 2px solid #f00;
72 - margin: 0.5em;
73 - clear: left;
7472 }
7573
7674 .config-page-current {
Index: trunk/phase3/skins/common/shared.css
@@ -375,7 +375,7 @@
376376 /* general info/warning box for SP */
377377 .mw-infobox {
378378 border: 2px solid #ff7f00;
379 - margin: 0.4em;
 379+ margin: 0.5em;
380380 clear: left;
381381 overflow: hidden;
382382 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r86060Changing icons used in installer to GNOME ones, like the rest of vector skin....diebuche17:04, 14 April 2011
r88109discussion with hashar...freakolowsky16:54, 14 May 2011
r88465adding overflow:hidden; to .mw.infobox in shared.css. During the installation...krinkle17:03, 20 May 2011

Status & tagging log