staff
1,124
edits
(→Layout Changes: layout updates) |
(→Layout Changes: rearranging) |
||
Line 144: | Line 144: | ||
* remove the transparency from imagepreview | * remove the transparency from imagepreview | ||
* make the imagepreview background white to work better with transparent images | * make the imagepreview background white to work better with transparent images | ||
=== Main Tabs === | |||
* moved the "main tabs" from the topright to the topleft | |||
If you want to move the tabs back to the right, use this userCSS: | |||
<pre>#layout-tabs ul | |||
{ | |||
text-align: right; | |||
} | |||
#layout-content #layout-tabs | |||
{ | |||
margin-left: 0em !important; | |||
}</pre> | |||
=== Miscellaneous Layout === | === Miscellaneous Layout === | ||
* expand default text entry box size | * expand default text entry box size | ||