Skip to content

Commit

Permalink
MINOR Fixed positioning in ParentType field in CMS editform
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92733 467b73ca-7a2a-4603-9d3b-597d59a354a9
  • Loading branch information
chillu committed Nov 21, 2009
1 parent 708f80a commit cf6181a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion css/cms_right.css
Expand Up @@ -69,7 +69,12 @@
}

.right form .parentTypeSelector {
margin-left: 0;
margin-left: 0 !important;
}
.right form .parentTypeSelector label.left {
float: none !important;
margin-left: 0 !important;
width: auto !important;
}

.right form .dropdown,
Expand Down

0 comments on commit cf6181a

Please sign in to comment.