mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
BUGFIX: cms ui fix alignment of radio buttons and labels in right pane
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@70486 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
229c036d59
commit
b87645c19d
@ -6,7 +6,7 @@
|
|||||||
margin: 7px 0;
|
margin: 7px 0;
|
||||||
}
|
}
|
||||||
#right .optionset li {
|
#right .optionset li {
|
||||||
margin: 4px 0;
|
margin: 8px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -142,6 +142,8 @@
|
|||||||
.right form .htmleditor select,
|
.right form .htmleditor select,
|
||||||
.right form input.action {
|
.right form input.action {
|
||||||
width: auto;
|
width: auto;
|
||||||
|
margin-right: 4px;
|
||||||
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.right form ul.optionset {
|
.right form ul.optionset {
|
||||||
|
Loading…
Reference in New Issue
Block a user