Skip to content

Commit

Permalink
V2.9.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gjb2048 committed Jul 13, 2015
2 parents cebc054 + ddb32d7 commit 05cf527
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 16 deletions.
15 changes: 8 additions & 7 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,13 @@ Moodle community benefits.

Supporting Collapsed Topics development
=======================================
If you find Collapsed Topics useful and beneficial, please consider sponsoring by:
If you find Collapsed Topics useful and beneficial, please consider donating by:

PayPal - Please contact me via my 'Moodle profile' (above) for details as I am an individual and therefore am unable
to have 'buy me now' buttons under their terms.
PayPal - Please contact me via my 'Moodle profile' (above) for details as I am an individual and therefore am unable to have 'donation' / 'buy me now' buttons under their terms.

Flattr - https://flattr.com/profile/gjb2048

I develop and maintain for free and any sponsorships to assist me in this endeavour are appreciated.
I develop and maintain for free and any donations to assist me in this endeavour are appreciated.

New features for this Moodle 2.9 version
========================================
Expand Down Expand Up @@ -246,12 +245,14 @@ can be really useful in visualising the issue along with any files you consider
Version Information
===================
Version 2.9.1.3
1. Update readme.
1. Removed MyMobile theme support as theme has passed away.
2. Fix CONTRIB-5817.
3. Update readme.

Version 2.9.1.2
Version 2.9.1.2.
1. Fixed coding fault when restoring a course from backup file.

Version 2.9.1.1
Version 2.9.1.1.
1. Fixed broken default for defaulttoggleiconsize - thanks to Davo Smith - issue #16.

Version 2.9.1.
Expand Down
14 changes: 5 additions & 9 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -560,11 +560,6 @@ body#page-admin-setting-formatsettingtopcoll.lang-en_ar select#id_s_format_topco
background-position: 220px 45%; /* Pirate strings are longer. */
}

/* MyMobile */
#mymobile .course-content ul.ctopics li.tcsection .content, #mymobile .course-content ul.ctopics li.section.main .content {
margin: 0;
}

/* Display instructions */
.topcoll-display-instructions {
margin: 0px;
Expand Down Expand Up @@ -604,6 +599,11 @@ body#page-admin-setting-formatsettingtopcoll.lang-en_ar select#id_s_format_topco
.course-content ul.ctopics li.section .right a {
display: block; /* So that section_right_content() does not implode with 'br's and get too many when the up arrow is removed by JS. */
}

.course-content ul.ctopics li.section .right a img.hide{
display: inline; /* CONTRIB-5817 - Align the eye icon. */
}

.course-content ul.ctopics li.section .left .section-handle img.icon {
padding: 0;
vertical-align: baseline;
Expand Down Expand Up @@ -700,10 +700,6 @@ body.format-topcoll.editing.jsenabled #region-main .moodle-actionmenu[data-enhan
font-weight: bold;
}

#mymobile .course-content ul.ctopics li.section .content .toggle a {
font-weight: normal; /* So not blurred on mobile devices. */
}

.course-content ul.ctopics li.section .content .toggledsection {
min-height: 30px;
}
Expand Down

0 comments on commit 05cf527

Please sign in to comment.