mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Fixed IE6 margin bug
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44385 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
6ea4d623ec
commit
a415f670ad
@ -408,10 +408,11 @@ iframe {
|
|||||||
#contentPanel {
|
#contentPanel {
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
width: 205px;
|
width: 205px;
|
||||||
float: left;
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
border: 1px solid #ACBBCC;
|
border: 1px solid #ACBBCC;
|
||||||
top: 45px;
|
top: 45px;
|
||||||
padding 3px;
|
padding: 0;
|
||||||
|
margin-right: 10px;
|
||||||
|
overflow:hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user