Changed button class for saving settings

pull/2378/merge
Liam Brenner 2016-03-21 09:20:27 +11:00 zatwierdzone przez Matt Westcott
rodzic c289028cd9
commit 8b2a58ecae
3 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -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)

Wyświetl plik

@ -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
~~~~~~~~~

Wyświetl plik

@ -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>