Changed button class for saving settings

This commit is contained in:
Liam Brenner 2016-03-21 09:20:27 +11:00 committed by Matt Westcott
parent c289028cd9
commit 8b2a58ecae
3 changed files with 3 additions and 1 deletions

View file

@ -13,6 +13,7 @@ Changelog
* Use `PasswordChangeForm` when user changes their password, requiring the user to enter their current password (Matthijs Melissen)
* Highlight current day in date picker (Jonas Lergell)
* Eliminated the deprecated `register.assignment_tag` on Django 1.9 (Josh Schneier)
* Increased size of Save button on site settings (Liam Brenner)
* Fix: The currently selected day is now highlighted only in the correct month in date pickers (Jonas Lergell)
* Fix: Fixed crash when an image without a source file was resized with the "dynamic serve view"
* Fix: Registered settings admin menu items now show active correctly (Matthew Downey)

View file

@ -33,6 +33,7 @@ Minor features
* Use `PasswordChangeForm` when user changes their password, requiring the user to enter their current password (Matthijs Melissen)
* Highlight current day in date picker (Jonas Lergell)
* Eliminated the deprecated ``register.assignment_tag`` on Django 1.9 (Josh Schneier)
* Increased size of Save button on site settings (Liam Brenner)
Bug fixes
~~~~~~~~~

View file

@ -32,7 +32,7 @@
<footer>
<ul>
<li class="actions">
<li class="actions dropdown dropup match-width">
<input type="submit" value="{% trans 'Save' %}" class="button" />
</li>
</ul>