mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 06:05:56 +00:00
BUGFIX: cms ui fix specifivity of alignment of radio buttons and labels in right pane
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@70495 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
b87645c19d
commit
13a08bbedb
@ -143,6 +143,9 @@
|
|||||||
.right form input.action {
|
.right form input.action {
|
||||||
width: auto;
|
width: auto;
|
||||||
margin-right: 4px;
|
margin-right: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.right form #Root_Access input {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user