Skip to content

Commit

Permalink
'corrected the collapsing navbar for IE7. I thought I had corrected t…
Browse files Browse the repository at this point in the history
…hat some time ago??? Set the navbar width to 98% and removed those different width settings.'
  • Loading branch information
urs_hunkler committed Oct 27, 2006
1 parent 8e6f38a commit 9b657e0
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions theme/standard/styles_layout.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -399,20 +399,13 @@ form.mform div.error,form.mform fieldset.error {
} }


.navbar { .navbar {
width:100%; height:100%;
width:98%;
padding:3px 0.5em; padding:3px 0.5em;
border-width:1px; border-width:1px;
border-style:solid; border-style:solid;
} }


div.navbar {
width: auto;
}

table.navbar {
width: 100%;
}

.navbar .navbutton form { .navbar .navbutton form {
float: left; float: left;
} }
Expand Down

0 comments on commit 9b657e0

Please sign in to comment.