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 @@
69
69
70
70
.config-error-box {
71
71
border: 2px solid #f00;
72
- margin: 0.5em;
73
- clear: left;
74
72
}
75
73
76
74
.config-page-current {
Index: trunk/phase3/skins/common/shared.css
—
—
@@ -375,7 +375,7 @@
376
376
/* general info/warning box for SP */
377
377
.mw-infobox {
378
378
border: 2px solid #ff7f00;
379
- margin: 0.4em;
379
+ margin: 0.5em;
380
380
clear: left;
381
381
overflow: hidden;
382
382
}
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r86060
Changing icons used in installer to GNOME ones, like the rest of vector skin....
diebuche
17:04, 14 April 2011
r88109
discussion with hashar...
freakolowsky
16:54, 14 May 2011
r88465
adding overflow:hidden; to .mw.infobox in shared.css. During the installation...
krinkle
17:03, 20 May 2011
Status & tagging log
05:07, 15 June 2011
Aaron Schulz
(
talk
|
contribs
)
changed the
status
of r89380
[
removed:
new
added:
ok]