mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
14 lines
333 B
CSS
Executable File
14 lines
333 B
CSS
Executable File
#Form_EditForm_Permissions .Arg,
|
|
#Form_EditForm_Permissions .Enabled {
|
|
width: 6em;
|
|
}
|
|
|
|
#Form_EditForm_Permissions .Arg input {
|
|
text-align: right;
|
|
}
|
|
|
|
/* Ensure there's enough room in the tab for TreeMultiSelectField expansion */
|
|
#MemberTableField_Popup_DetailForm #Groups,
|
|
#MemberTableField_Popup_AddForm #Groups {
|
|
height: 250px;
|
|
} |