Skip to content

Commit

Permalink
Zebra-striped fieldsets
Browse files Browse the repository at this point in the history
  • Loading branch information
mraible committed Sep 25, 2006
1 parent c26db24 commit 7870e90
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions kickstart/src/main/webapp/styles/forms.css
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,12 @@ fieldset {
color: #444;
}

fieldset.odd { background: #eee }

fieldset.odd legend {
background: #eee;
}

/* Firefox and others, don't apply to IE or it will put a border under each input element */
li>fieldset, form>fieldset { border: 1px solid silver }

Expand All @@ -304,6 +310,10 @@ legend{
font-weight: bold;
margin: 0 0 0 0;
color: #444;
padding: 0 5px;
border-top: 1px solid silver;
border-right: 1px solid silver;
border-left: 1px solid silver
}

#formProperties[id] legend, .choices[class] legend{
Expand Down

0 comments on commit 7870e90

Please sign in to comment.