Index: trunk/extensions/UsabilityInitiative/css/wikiEditor.css |
— | — | @@ -31,6 +31,7 @@ |
32 | 32 | float: right; |
33 | 33 | } |
34 | 34 | .wikiEditor-ui .wikiEditor-ui-bottom { |
| 35 | + position: relative; |
35 | 36 | border: solid silver 1px; |
36 | 37 | border-top-width: 0; |
37 | 38 | width: 100%; |
Index: trunk/extensions/UsabilityInitiative/css/combined.css |
— | — | @@ -31,6 +31,7 @@ |
32 | 32 | float: right; |
33 | 33 | } |
34 | 34 | .wikiEditor-ui .wikiEditor-ui-bottom { |
| 35 | + position: relative; |
35 | 36 | border: solid silver 1px; |
36 | 37 | border-top-width: 0; |
37 | 38 | width: 100%; |
Index: trunk/extensions/UsabilityInitiative/css/combined.min.css |
— | — | @@ -26,6 +26,7 @@ |
27 | 27 | float:right; |
28 | 28 | } |
29 | 29 | .wikiEditor-ui .wikiEditor-ui-bottom{ |
| 30 | +position:relative; |
30 | 31 | border:solid silver 1px; |
31 | 32 | border-top-width:0; |
32 | 33 | width:100%; |