Index: trunk/extensions/UsabilityInitiative/css/vector.footerCleanup.css |
— | — | @@ -7,7 +7,7 @@ |
8 | 8 | margin-right: -2px; |
9 | 9 | } |
10 | 10 | |
11 | | -input.inline-hint { |
| 11 | +#editpage-bottom input.inline-hint { |
12 | 12 | color: #999999; |
13 | 13 | font-style: italic; |
14 | 14 | } |
— | — | @@ -15,8 +15,6 @@ |
16 | 16 | border-top: 1px solid silver; |
17 | 17 | border-bottom: 1px solid silver; |
18 | 18 | } |
19 | | - |
20 | | -/* Prototype code to show collapsing left nav options */ |
21 | 19 | .collapsible-list { |
22 | 20 | border-top: 1px solid silver; |
23 | 21 | border-bottom: 1px solid silver; |
— | — | @@ -37,51 +35,51 @@ |
38 | 36 | margin-bottom: 0px; |
39 | 37 | } |
40 | 38 | |
41 | | -.editOptions { |
| 39 | +#editpage-bottom .editOptions { |
42 | 40 | width: 100%; |
43 | 41 | } |
44 | | -#wpSummaryLabel, |
45 | | -#editpage-summary-fields, |
46 | | -.editButtons { |
| 42 | +#editpage-bottom #wpSummaryLabel, |
| 43 | +#editpage-bottom #editpage-summary-fields, |
| 44 | +#editpage-bottom .editButtons { |
47 | 45 | float: left; |
48 | 46 | } |
49 | | -#wpSummaryLabel{ |
| 47 | +#editpage-bottom #wpSummaryLabel{ |
50 | 48 | width: 150px; |
51 | 49 | margin-left: -150px; |
52 | 50 | position: relative; |
53 | 51 | } |
54 | | -#editpage-summary-fields { |
| 52 | +#editpage-bottom #editpage-summary-fields { |
55 | 53 | width: 100%; |
56 | 54 | margin-right: -100%; |
57 | 55 | } |
58 | | -#editpage-summary-fields input.mw-summary { |
| 56 | +#editpage-bottom #editpage-summary-fields input.mw-summary { |
59 | 57 | width: 95%; |
60 | 58 | } |
61 | | -.editButtons { |
| 59 | +#editpage-bottom .editButtons { |
62 | 60 | width: 150px; |
63 | 61 | margin-right: -150px; |
64 | 62 | float: right; |
65 | 63 | position: relative; |
66 | 64 | } |
67 | | -#editpage-copywarn { |
| 65 | +#editpage-bottom #editpage-copywarn { |
68 | 66 | margin-left: -150px; |
69 | 67 | margin-right: 10px; |
70 | 68 | } |
71 | 69 | /* Why don't we use self clearing floats anywhere? */ |
72 | 70 | |
73 | | -.editOptions:after { |
| 71 | +#editpage-bottom .editOptions:after { |
74 | 72 | content: "."; |
75 | 73 | display: block; |
76 | 74 | height: 0; |
77 | 75 | clear: both; |
78 | 76 | visibility: hidden; |
79 | 77 | } |
80 | | -.editOptions { |
| 78 | +#editpage-bottom .editOptions { |
81 | 79 | display: inline-block; |
82 | 80 | } |
83 | | -* html .editOptions { |
| 81 | +* html #editpage-bottom .editOptions { |
84 | 82 | height: 1%; |
85 | 83 | } |
86 | | -.editOptions { |
| 84 | +#editpage-bottom .editOptions { |
87 | 85 | display:block; |
88 | 86 | } |
\ No newline at end of file |