mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
BUGFIX: Fixed add button overlapping image/flash popups in modeladmin. #4906
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@96884 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
ec990131dc
commit
169598e1ea
@ -131,10 +131,9 @@ body.ModelAdmin #statusMessage {
|
|||||||
}
|
}
|
||||||
|
|
||||||
body.ModelAdmin #right .ajaxActions {
|
body.ModelAdmin #right .ajaxActions {
|
||||||
position: fixed !important;
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 30px !important;
|
right: 2px;
|
||||||
bottom: 35px !important;
|
bottom: -25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#LeftPane .tab {
|
#LeftPane .tab {
|
||||||
|
Loading…
Reference in New Issue
Block a user