From: Bartosz DziewoƄski Date: Tue, 24 Dec 2013 16:28:01 +0000 (+0100) Subject: Remove old styles for #userlogin and #userloginForm X-Git-Tag: 1.31.0-rc.0~17518^2 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=234c7f01dc9d447ee512e8179bbc5f1dfab1c48b;p=lhc%2Fweb%2Fwiklou.git Remove old styles for #userlogin and #userloginForm Only removed rules which either (and I could verify that): * Are completely overridden by styles for the special pages * No longer match any elements Change-Id: I79268a4fc74d62b88773538e3c5817e12f70f263 --- diff --git a/skins/common/commonContent.css b/skins/common/commonContent.css index 14d39b929f..35071a452f 100644 --- a/skins/common/commonContent.css +++ b/skins/common/commonContent.css @@ -163,12 +163,6 @@ img.thumbborder { /** * Basic styles for the user login and create account forms */ -#userlogin, #userloginForm { - border: solid 1px #cccccc; - padding: 1.2em; - margin: 0.5em; -} - #loginend { margin: 0.5em; } diff --git a/skins/monobook/main.css b/skins/monobook/main.css index d38187dec5..145b375a2b 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -636,26 +636,6 @@ td.htmlform-tip { margin-top: 2em; } -div#userloginForm, -div#userlogin { - margin: 0 3em 1em 0; - border: 1px solid #aaa; - clear: both; - padding: 1.5em 2em; - float: left; -} - -div#userloginForm h2, -div#userlogin h2 { - padding-top: 0; -} - -div#userlogin .captcha, -div#userloginForm .captcha { - border: 1px solid #bbb; - padding: 1.5em 2em; -} - #loginend, #signupend { clear: both; } @@ -670,10 +650,6 @@ div#userloginForm .captcha { padding-top: 2em; } -#userlogin .loginText, #userlogin .loginPassword { - width: 12em; -} - #userloginlink a, #wpLoginattempt, #wpCreateaccount { font-weight: bold; }