r57992 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r57991‎ | r57992 | r57993 >
Date:02:38, 22 October 2009
Author:aude
Status:deferred (Comments)
Tags:
Comment:
add border, styles for login and account forms for Vector skin
Modified paths:
  • /trunk/phase3/skins/vector/main-ltr.css (modified) (history)
  • /trunk/phase3/skins/vector/main-rtl.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/vector/main-ltr.css
@@ -577,6 +577,22 @@
578578 margin-right: 0.25em;
579579 }
580580
 581+/*
 582+ * Styles for the user login and create account forms
 583+ */
 584+#userlogin, #userloginForm {
 585+ border: solid 1px #cccccc;
 586+ padding: 1.2em;
 587+ margin: .5em;
 588+ float: left;
 589+}
 590+
 591+#userlogin {
 592+ min-width: 20em;
 593+ max-width: 90%;
 594+ width: 40em;
 595+}
 596+
581597 /*
582598 *
583599 * The following code is slightly modified from monobook
Index: trunk/phase3/skins/vector/main-rtl.css
@@ -577,6 +577,22 @@
578578 }
579579
580580 /*
 581+ * * Styles for the user login and create account forms
 582+ * */
 583+#userlogin, #userloginForm {
 584+ border: solid 1px #cccccc;
 585+ padding: .8em;
 586+ margin: .5em;
 587+ float: right;
 588+}
 589+
 590+#userlogin {
 591+ min-width: 20em;
 592+ max-width: 90%;
 593+ width: 40em;
 594+}
 595+
 596+/*
581597 *
582598 * The following code is slightly modified from monobook
583599 *

Follow-up revisions

RevisionCommit summaryAuthorDate
r58002bump up style version, followup for r57992aude13:47, 22 October 2009

Comments

#Comment by Catrope (talk | contribs)   13:21, 22 October 2009

$wgStyleVersion bump?

#Comment by Aude (talk | contribs)   13:49, 22 October 2009

Done. Thanks for the comment :)

Status & tagging log