Page 1 of 1

[solved] Move the Shortcuts (the green textbutton in the admin) to the left

Posted: Fri Feb 22, 2008 1:31 pm
by SimonSchaufi
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

Re: Move the Shortcuts (the green textbutton in the admin) to the left

Posted: Fri Feb 22, 2008 3:06 pm
by lollipop27
solved? :)

post the code that is changed, plase

Re: [solved] Move the Shortcuts (the green textbutton in the admin) to the left

Posted: Fri Feb 22, 2008 5:45 pm
by SimonSchaufi
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)