more fixs to that menu

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44485 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Will Rossiter 2007-11-07 22:59:28 +00:00
parent 72dedb6caf
commit 43fa438351

View File

@ -432,7 +432,7 @@ iframe {
border-right: none; border-right: none;
} }
#contentPanel .thumbnailstrip { #contentPanel .thumbnailstrip {
width: 184px; width: 195px;
border: none; border: none;
} }
#contentPanel fieldset { #contentPanel fieldset {
@ -509,6 +509,9 @@ iframe {
} }
#contentPanel div.Actions { #contentPanel div.Actions {
margin: 2px 0 0 5px; margin: 2px 0 0 5px;
}
#contentPanel #Image a.selectedImage img {
border: 2px solid #222;
} }
/* going to use this */ /* going to use this */
#BlankImage { #BlankImage {