diff --git a/main/css/base.css b/main/css/base.css index d14a8f80f1..9149ff40c7 100755 --- a/main/css/base.css +++ b/main/css/base.css @@ -3363,6 +3363,7 @@ form .formw .freeze { } .skill-options .skill-home{ margin-top: 1em; + margin-bottom: 1em; } .skill-options .btn-block { box-sizing: border-box; @@ -3382,7 +3383,6 @@ form .formw .freeze { margin-top: 1em; } .skill-options .form-search .holder{ - border: 1px solid #cccccc; padding-left: .5em; padding-right: .5em; } @@ -3448,6 +3448,7 @@ form .formw .freeze { background-color: #FFFFFF; padding-top: .5em; padding-bottom: .5em; + margin-bottom: 1em; } .skill-options .section-info-skill{ display: inline-block; @@ -3470,6 +3471,9 @@ form .formw .freeze { .skill-options .button-skill{ margin-bottom: .5em; } +.search-skill ul.holder li.bit-input input{ + width: 100%; +} .page-items-profile{ padding-top: 2em; padding-bottom: 2em; diff --git a/main/inc/lib/javascript/tag/jquery.fcbkcomplete.js b/main/inc/lib/javascript/tag/jquery.fcbkcomplete.js index ebb9d80e53..7a8f74071f 100755 --- a/main/inc/lib/javascript/tag/jquery.fcbkcomplete.js +++ b/main/inc/lib/javascript/tag/jquery.fcbkcomplete.js @@ -201,7 +201,7 @@ jQuery( var input = $(document.createElement("input")); li.attr({"class": "bit-input","id": elemid + "_annoninput"}); - input.attr({"type": "text","class": "maininput","size": "1"}); + input.attr({"type": "text","class": "maininput","size": "1"}); holder.append(li.append(input)); input.focus( diff --git a/main/template/default/skill/skill_wheel.tpl b/main/template/default/skill/skill_wheel.tpl index c2ce1f152a..763b3be4a5 100644 --- a/main/template/default/skill/skill_wheel.tpl +++ b/main/template/default/skill/skill_wheel.tpl @@ -482,13 +482,7 @@ $(document).ready(function() {
{{ "ReturnToCourseList"|get_lang }}
- -
-

{{ "Legend"|get_lang }}

-

     {{ "SkillsYouCanLearn"|get_lang }}

-

     {{ "SkillsSearchedFor"|get_lang }}

-
- + @@ -562,6 +556,19 @@ $(document).ready(function() { +
+
+ +

{{ "Legend"|get_lang }}

+
+
+
+
+

     {{ "SkillsYouCanLearn"|get_lang }}

+

     {{ "SkillsSearchedFor"|get_lang }}

+
+
+
diff --git a/main/template/default/skill/skill_wheel_student.tpl b/main/template/default/skill/skill_wheel_student.tpl index 0b9ba58f02..8fc05717d4 100755 --- a/main/template/default/skill/skill_wheel_student.tpl +++ b/main/template/default/skill/skill_wheel_student.tpl @@ -292,14 +292,7 @@ $(document).ready(function() { {% endfor %} - -
-

{{ "Legend"|get_lang }}

-

     {{ "SkillsYouAcquired"|get_lang }}

-

     {{ "SkillsYouCanLearn"|get_lang }}

-

     {{ "SkillsSearchedFor"|get_lang }}

-
- +
{% if mySkills is not empty %} @@ -375,8 +368,24 @@ $(document).ready(function() {
+
+
+ +

{{ "Legend"|get_lang }}

+
+
+
+
+

     {{ "SkillsYouAcquired"|get_lang }}

+

     {{ "SkillsYouCanLearn"|get_lang }}

+

     {{ "SkillsSearchedFor"|get_lang }}

+
+
+
+ +