Skip to content

Commit

Permalink
MINOR Hiding border around <fieldset>s in ModelAdmin add form (see #3…
Browse files Browse the repository at this point in the history
…214)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@68526 467b73ca-7a2a-4603-9d3b-597d59a354a9
  • Loading branch information
chillu authored and Sam Minnee committed Feb 2, 2011
1 parent 12f46de commit b0839bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions css/ModelAdmin.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ body.ModelAdmin #left {
}

body.ModelAdmin #Form_AddForm fieldset {
border: none;
}

body.ModelAdmin #Form_AddForm #ClassName {
Expand Down

0 comments on commit b0839bd

Please sign in to comment.