Quick question,
Does anyone know how to move the [edit] button from the left side to the right side? We recently upgraded from 1.8 to 1.10 and somehow the css classes have been overwritten.
Thanks,
John Getzke
Getzke, John wrote :
Does anyone know how to move the [edit] button from the left side to the right side? We recently upgraded from 1.8 to 1.10 and somehow the css classes have been overwritten.
in main.css 1.10 there are some new (since 1.9) css properties for several .editsection element (h1-->h6 .editsection, .editsection,...)
So if it's not already there, it means that your css has NOT been overwritten since it wasn't there in 1.8
for instance there should be this :
.editsection { float: right; margin-left: 5px; }
mediawiki-l@lists.wikimedia.org