MINOR Fixed batch action drop down width in CMS (somehow chosen.js interprets it as only 60px wide)

This commit is contained in:
Ingo Schommer 2011-10-29 12:59:42 +02:00
parent ac94809068
commit 6e2eaed4fc
2 changed files with 6 additions and 0 deletions

View File

@ -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; }

View File

@ -554,6 +554,10 @@ html,body {
float: right;
}
#Form_BatchActionsForm select {
width: 200px;
}
/** --------------------------------------------
* Preview header (remove before release)
* -------------------------------------------- */