r60971 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r60970‎ | r60971 | r60972 >
Date:16:54, 12 January 2010
Author:adam
Status:ok
Tags:
Comment:
Namespacing footer cleanup css changes so they don't affect things they shouldn't
Modified paths:
  • /trunk/extensions/UsabilityInitiative/css/vector.footerCleanup.css (modified) (history)

Diff [purge]

Index: trunk/extensions/UsabilityInitiative/css/vector.footerCleanup.css
@@ -7,7 +7,7 @@
88 margin-right: -2px;
99 }
1010
11 -input.inline-hint {
 11+#editpage-bottom input.inline-hint {
1212 color: #999999;
1313 font-style: italic;
1414 }
@@ -15,8 +15,6 @@
1616 border-top: 1px solid silver;
1717 border-bottom: 1px solid silver;
1818 }
19 -
20 -/* Prototype code to show collapsing left nav options */
2119 .collapsible-list {
2220 border-top: 1px solid silver;
2321 border-bottom: 1px solid silver;
@@ -37,51 +35,51 @@
3836 margin-bottom: 0px;
3937 }
4038
41 -.editOptions {
 39+#editpage-bottom .editOptions {
4240 width: 100%;
4341 }
44 -#wpSummaryLabel,
45 -#editpage-summary-fields,
46 -.editButtons {
 42+#editpage-bottom #wpSummaryLabel,
 43+#editpage-bottom #editpage-summary-fields,
 44+#editpage-bottom .editButtons {
4745 float: left;
4846 }
49 -#wpSummaryLabel{
 47+#editpage-bottom #wpSummaryLabel{
5048 width: 150px;
5149 margin-left: -150px;
5250 position: relative;
5351 }
54 -#editpage-summary-fields {
 52+#editpage-bottom #editpage-summary-fields {
5553 width: 100%;
5654 margin-right: -100%;
5755 }
58 -#editpage-summary-fields input.mw-summary {
 56+#editpage-bottom #editpage-summary-fields input.mw-summary {
5957 width: 95%;
6058 }
61 -.editButtons {
 59+#editpage-bottom .editButtons {
6260 width: 150px;
6361 margin-right: -150px;
6462 float: right;
6563 position: relative;
6664 }
67 -#editpage-copywarn {
 65+#editpage-bottom #editpage-copywarn {
6866 margin-left: -150px;
6967 margin-right: 10px;
7068 }
7169 /* Why don't we use self clearing floats anywhere? */
7270
73 -.editOptions:after {
 71+#editpage-bottom .editOptions:after {
7472 content: ".";
7573 display: block;
7674 height: 0;
7775 clear: both;
7876 visibility: hidden;
7977 }
80 -.editOptions {
 78+#editpage-bottom .editOptions {
8179 display: inline-block;
8280 }
83 -* html .editOptions {
 81+* html #editpage-bottom .editOptions {
8482 height: 1%;
8583 }
86 -.editOptions {
 84+#editpage-bottom .editOptions {
8785 display:block;
8886 }
\ No newline at end of file

Status & tagging log