mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 06:05:56 +00:00
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:
parent
4c03867428
commit
98b347276c
@ -447,6 +447,12 @@ iframe {
|
|||||||
#contentPanel h2 {
|
#contentPanel h2 {
|
||||||
margin: -5px -5px 0 -5px;
|
margin: -5px -5px 0 -5px;
|
||||||
}
|
}
|
||||||
|
#contentPanel #Image h2 {
|
||||||
|
margin: 0;
|
||||||
|
background: none;
|
||||||
|
color: #555;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
#contentPanel select {
|
#contentPanel select {
|
||||||
width: 186px;
|
width: 186px;
|
||||||
padding: 1px 0;
|
padding: 1px 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user