diff --git a/app/Resources/public/css/base.css b/app/Resources/public/css/base.css index 9f3ed3cf90..0dbfbf6d0e 100644 --- a/app/Resources/public/css/base.css +++ b/app/Resources/public/css/base.css @@ -4424,13 +4424,6 @@ i.size-32.icon-new-work{ .jqgrid_whitespace { white-space: normal !important; } -.chosen-container { - min-width: 100%; -} - -.chzn-container-single .chzn-search { - z-index: 1010; -} /* display the cookie usage warning validation */ .cookieUsageValidation { diff --git a/main/inc/lib/javascript/chosen/chosen.css b/main/inc/lib/javascript/chosen/chosen.css index 5ab2603d5b..e9a3f6e459 100755 --- a/main/inc/lib/javascript/chosen/chosen.css +++ b/main/inc/lib/javascript/chosen/chosen.css @@ -65,7 +65,7 @@ This file is generated by `grunt build`, do not edit it by hand. display: block; overflow: hidden; padding: 0 0 0 8px; - height: 25px; + height: 35px; border: 1px solid #aaa; border-radius: 5px; background-color: #fff; @@ -79,7 +79,7 @@ This file is generated by `grunt build`, do not edit it by hand. color: #444; text-decoration: none; white-space: nowrap; - line-height: 24px; + line-height: 30px; } .chosen-container-single .chosen-default { color: #999; @@ -122,7 +122,7 @@ This file is generated by `grunt build`, do not edit it by hand. display: block; width: 100%; height: 100%; - background: url('chosen-sprite.png') no-repeat 0px 2px; + background: url('chosen-sprite.png') no-repeat 0px 7px; } .chosen-container-single .chosen-search { position: relative; diff --git a/main/inc/lib/javascript/tag/jquery.fcbkcomplete.js b/main/inc/lib/javascript/tag/jquery.fcbkcomplete.js index 65b3143dde..89fae1e17e 100755 --- a/main/inc/lib/javascript/tag/jquery.fcbkcomplete.js +++ b/main/inc/lib/javascript/tag/jquery.fcbkcomplete.js @@ -94,7 +94,7 @@ jQuery( complete.prepend(feed); holder.after(complete); feed.css("width","300px"); - } + } function preSet() { diff --git a/main/template/default/auth/courses_categories.php b/main/template/default/auth/courses_categories.php index 1c7c8ec3a9..9ccb58f98b 100755 --- a/main/template/default/auth/courses_categories.php +++ b/main/template/default/auth/courses_categories.php @@ -107,41 +107,65 @@ $code = isset($code) ? $code : null;