BUGFIX: fixed scrollbar in safari and firefox3 for the list of pages in site reports and version history #2065

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@70229 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Michael Andrewartha 2009-01-15 21:27:32 +00:00
parent a46b3286d0
commit f855a7512f

View File

@ -197,7 +197,9 @@ ul.tree span.a span.modified,
}
.listpane p {
margin: 3px 3px 7px 3px;
display: block;
margin: 0px 4px 0px 4px;
padding: 3px 0px;
font-size: 10px;
}
.listpane ul {
@ -238,7 +240,7 @@ ul.tree span.a span.modified,
#treepanes .pane_actions {
margin: 7px 4px;
margin: 0px 4px 0px 4px;
}
#treepanes .pane_actions a {