MINOR: fixed formatting on no images found

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@63608 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Will Rossiter 2008-10-03 04:50:13 +00:00
parent 4c03867428
commit 98b347276c

View File

@ -447,6 +447,12 @@ iframe {
#contentPanel h2 {
margin: -5px -5px 0 -5px;
}
#contentPanel #Image h2 {
margin: 0;
background: none;
color: #555;
height: auto;
}
#contentPanel select {
width: 186px;
padding: 1px 0;