Skip to content

Commit

Permalink
Added .invisiblefieldset class to hide unnecessary fieldsets
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Jan 5, 2007
1 parent 8fcf225 commit 78baf48
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions theme/standard/styles_layout.css
Expand Up @@ -293,6 +293,12 @@ form.popupform {
font-weight:normal;
font-size:1em;
}

.invisiblefieldset {
border: 0;
padding: 0;
}

span.hide,
div.hide {
display:none;
Expand Down Expand Up @@ -418,11 +424,6 @@ form#adminsettings div.htmlarea {
text-align:right;
}

.headermenu fieldset{
border: 0;
padding:0;
}

.navbar {
width:auto;
padding:3px 0.5em;
Expand Down Expand Up @@ -2024,11 +2025,6 @@ body#mod-forum-search .introcontent {
text-align:center;
}

.forumsearch fieldset {
border: 0;
padding: 0px;
}

/***
*** Modules: Glossary
***/
Expand Down

0 comments on commit 78baf48

Please sign in to comment.