mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
Right align contentpanel action buttons
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44556 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
eddea31429
commit
a8934d4354
@ -509,7 +509,8 @@ iframe {
|
|||||||
border: 2px solid #e4e3e3;
|
border: 2px solid #e4e3e3;
|
||||||
}
|
}
|
||||||
#contentPanel div.Actions {
|
#contentPanel div.Actions {
|
||||||
margin: 2px 0 0 5px;
|
margin: 2px 5px 0 0;
|
||||||
|
text-align: right;
|
||||||
}
|
}
|
||||||
#contentPanel #Image a.selectedImage img,
|
#contentPanel #Image a.selectedImage img,
|
||||||
#contentPanel #Flash a.selectedFlash img {
|
#contentPanel #Flash a.selectedFlash img {
|
||||||
|
Loading…
Reference in New Issue
Block a user