mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
MINOR Fixed batch action drop down width in CMS (somehow chosen.js interprets it as only 60px wide)
This commit is contained in:
parent
ac94809068
commit
6e2eaed4fc
@ -281,6 +281,8 @@ html article, html aside, html details, html figcaption, html figure, html foote
|
||||
|
||||
.cms-content-constructive-actions a { display: block; float: right; }
|
||||
|
||||
#Form_BatchActionsForm select { width: 200px; }
|
||||
|
||||
/** -------------------------------------------- Preview header (remove before release) -------------------------------------------- */
|
||||
.cms-preview { width: 1px; z-index: 100; }
|
||||
.cms-preview .cms-preview-toggle { width: 10px; }
|
||||
|
@ -554,6 +554,10 @@ html,body {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#Form_BatchActionsForm select {
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
/** --------------------------------------------
|
||||
* Preview header (remove before release)
|
||||
* -------------------------------------------- */
|
||||
|
Loading…
x
Reference in New Issue
Block a user