mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
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:
parent
a46b3286d0
commit
f855a7512f
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user