diff --git a/.sass-cache/d71392d31c3b10df78042d13a0384e71b83fa11e/_courseware.scssc b/.sass-cache/d71392d31c3b10df78042d13a0384e71b83fa11e/_courseware.scssc index 2a52d2c234..30646bd066 100644 Binary files a/.sass-cache/d71392d31c3b10df78042d13a0384e71b83fa11e/_courseware.scssc and b/.sass-cache/d71392d31c3b10df78042d13a0384e71b83fa11e/_courseware.scssc differ diff --git a/accordion_init.js b/accordion_init.js index 91a99d0b7f..6a2ec4dd8a 100644 --- a/accordion_init.js +++ b/accordion_init.js @@ -1,7 +1,10 @@ -$("#accordion").accordion({active:${ active_chapter }}); +$("#accordion").accordion({ + active:${ active_chapter }, + autoHeight: false +}); $('.ui-accordion').bind('accordionchange', function(event, ui) { var event_data = {'newheader':ui.newHeader.text(), 'oldheader':ui.oldHeader.text()}; log_event('accordion', event_data); -}); \ No newline at end of file +}); diff --git a/index.html b/index.html index 6e354074b7..b653bb46e6 100644 --- a/index.html +++ b/index.html @@ -2,9 +2,6 @@ - <%block name="headextra"/> @@ -45,57 +44,68 @@ $(function() { <%block name="bodyextra"/> + +
+
+ Found a bug? Got an idea for improving our system? Let us know. + +
+
    +
  1. +
  2. +
  3. +
+
+ +
+
+ +
+
+ + + + +

Supported operations: ^ * / + - || ()

+

Supported suffixes: %kMGTcmunp

+
+
+ + + diff --git a/profile.html b/profile.html index eeff106431..3466a261b7 100644 --- a/profile.html +++ b/profile.html @@ -45,9 +45,8 @@ $(function() { } }); - $('#change_password').click(function(){ - $('#inline').trigger('click'); + $('.modal').trigger('click'); log_event("profile", {"type":"password_show"}); }); @@ -75,10 +74,9 @@ $(function() {
  • E-mail: ${email}
  • Location: ${location}
  • Language: ${language}
  • -
  • Password: ********
  • - +
    diff --git a/sass/_courseware.scss b/sass/_courseware.scss index c9db9e46ff..59635bcda2 100644 --- a/sass/_courseware.scss +++ b/sass/_courseware.scss @@ -14,6 +14,9 @@ div.course-wrapper { width: grid-width(3); h3 { + overflow: hidden; + margin: 0; + &:last-child { @include box-shadow(none); } diff --git a/simplewiki_base.html b/simplewiki_base.html index 819f8b9555..467a2e9332 100644 --- a/simplewiki_base.html +++ b/simplewiki_base.html @@ -136,4 +136,4 @@ update_schematics();}); <%block name="wiki_body"/> - \ No newline at end of file +