Hello!
I am trying to move the shortcuts in the admin panel to the left but i have not yet found any solution how to do it. i tried to change all things from float:left to float:right but that doenst help.
i just want to mirrow the shortcuts with the same functionality
[solved] Move the Shortcuts (the green textbutton in the admin) to the left
[solved] Move the Shortcuts (the green textbutton in the admin) to the left
Last edited by SimonSchaufi on Fri Feb 22, 2008 5:40 pm, edited 1 time in total.
- lollipop27
- Forum Members
- Posts: 237
- Joined: Wed Sep 12, 2007 4:09 pm
Re: Move the Shortcuts (the green textbutton in the admin) to the left
solved? 
post the code that is changed, plase

post the code that is changed, plase
Re: [solved] Move the Shortcuts (the green textbutton in the admin) to the left
Thanx goes out to Larissa (lollipop27)!
admin/themes/default/style.css:
div.navt_menu {
position: absolute;
left: 0px;
}
admin/themes/default/defaultTheme.php:
change order of the divs navt_display and navt_container (move line 167 (<div id="navt_display" ...) to line 203 before the div with clear both)
admin/themes/default/style.css:
div.navt_menu {
position: absolute;
left: 0px;
}
admin/themes/default/defaultTheme.php:
change order of the divs navt_display and navt_container (move line 167 (<div id="navt_display" ...) to line 203 before the div with clear both)
Last edited by SimonSchaufi on Sat Feb 23, 2008 10:53 pm, edited 1 time in total.