r69098 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69097‎ | r69098 | r69099 >
Date:14:42, 6 July 2010
Author:demon
Status:ok (Comments)
Tags:
Comment:
Also add a box around warnings like errors
Modified paths:
  • /trunk/phase3/skins/common/config.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/common/config.css
@@ -62,6 +62,12 @@
6363 clear: left;
6464 }
6565
 66+.config-warning-box {
 67+ border: 2px solid #ff7f00;
 68+ margin: 0.4em;
 69+ clear: left;
 70+}
 71+
6672 .config-info-left {
6773 margin: 7px;
6874 float: left;

Comments

#Comment by Hashar (talk | contribs)   12:09, 5 November 2010

Could the 'clear: left' statement cause an issue with left to right languages ?

#Comment by 😂 (talk | contribs)   12:11, 5 November 2010

I think the installer has other rtl problems too.

#Comment by Catrope (talk | contribs)   12:13, 5 November 2010

I wonder whether loading the installer's CSS through the resource loader would work (i.e. whether that part of RL would work when the wiki isn't properly set up yet). That'd automatically flip the CSS for RTL languages.

Status & tagging log