"Turn Editing On" Button Problem

"Turn Editing On" Button Problem

by Matt Edminster -
Number of replies: 2
Hey yall,

I'm using MoodleThemes' ThinBlue15 theme and have been having a minor problem with my "turn editing on" button. Rather than aligning to the far right of the navigation area in the header it drops under the breadcrumb. Here's a screenshot:

screenshot

I recently added a hacked version of the social forum but it seems like this is more of a theme issue. Any ideas of how to go about resolving this?

Matt


Average of ratings: -
In reply to Matt Edminster

Re: "Turn Editing On" Button Problem

by Matt Edminster -
styles_layout.css contains the following:

.navbar .breadcrumb {

  float:left;

  padding:4px 0px 5px 4px;

  margin:0.2em 0em;

}

.navbar .navbutton,

.navbar .menu {

  float:right;

}

Looks to me like this is as it ought to be, correct?
In reply to Matt Edminster

Problem Solved

by Matt Edminster -
I just added width="100%" to the "navbar" table in the header file and all seems to be well.

You can disregard and delete this post.