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

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Locked
SimonSchaufi

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

Post 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
Last edited by SimonSchaufi on Fri Feb 22, 2008 5:40 pm, edited 1 time in total.
User avatar
lollipop27
Forum Members
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

Post by lollipop27 »

solved? :)

post the code that is changed, plase
SimonSchaufi

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

Post 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)
Last edited by SimonSchaufi on Sat Feb 23, 2008 10:53 pm, edited 1 time in total.
Locked

Return to “Layout and Design (CSS & HTML)”