From: Rob Church Date: Tue, 5 Jun 2007 01:16:13 +0000 (+0000) Subject: Copied some of the CSS added in r22726 into other skins, leaving pure aesthetics... X-Git-Tag: 1.31.0-rc.0~52678 X-Git-Url: http://git.cyclocoop.org/ecrire?a=commitdiff_plain;h=3b40997eb5bb767c1dac7d217452b0811f083a05;p=lhc%2Fweb%2Fwiklou.git Copied some of the CSS added in r22726 into other skins, leaving pure aesthetics alone --- diff --git a/skins/chick/main.css b/skins/chick/main.css index b28f384cdc..c4ec3e88e7 100644 --- a/skins/chick/main.css +++ b/skins/chick/main.css @@ -470,6 +470,15 @@ div.gallerytext { .templatesUsed { margin-top: 1.5em; } +/* Recreating-deleted-page warning and log entries */ +div#mw-recreate-deleted-warn ul li { + font-size: 95%; +} +div.mw-recreate-deleted-control { + float: right; + font-size: 90%; +} + /** * Here is some stuff that's ACTUALLY COMMON TO ALL SKINS. * When the day comes, it can be moved to a *real* common.css. diff --git a/skins/common/common.css b/skins/common/common.css index f1251a834a..12f941efd5 100644 --- a/skins/common/common.css +++ b/skins/common/common.css @@ -451,6 +451,15 @@ p.mw-ipb-conveniencelinks { float: right; } +/* Recreating-deleted-page warning and log entries */ +div#mw-recreate-deleted-warn ul li { + font-size: 95%; +} +div.mw-recreate-deleted-control { + float: right; + font-size: 90%; +} + /** * Here is some stuff that's ACTUALLY COMMON TO ALL SKINS. * When the day comes, it can be moved to a *real* common.css. diff --git a/skins/simple/main.css b/skins/simple/main.css index 24f5cc5b2e..a539b4bca3 100644 --- a/skins/simple/main.css +++ b/skins/simple/main.css @@ -441,6 +441,15 @@ table.collapsed tr.collapsable { .templatesUsed { margin-top: 1.5em; } +/* Recreating-deleted-page warning and log entries */ +div#mw-recreate-deleted-warn ul li { + font-size: 95%; +} +div.mw-recreate-deleted-control { + float: right; + font-size: 90%; +} + /** * Here is some stuff that's ACTUALLY COMMON TO ALL SKINS. * When the day comes, it can be moved to a *real* common.css.