Merge branch 'mrnix-stylefixes'

This commit is contained in:
Matt Westcott 2015-10-27 11:19:59 +00:00
commit d089794953
4 changed files with 4 additions and 1 deletions

View file

@ -42,6 +42,7 @@ Changelog
* Fix: Removed jitter when hovering over StreamField blocks (Alex Gleason)
* Fix: Non-ASCII email addresses no longer throw errors when generating Gravatar URLs (Denis Voskvitsov, Kyle Stratis)
* Fix: Dropdowns for ForeignKeys are now styled consistently (Ashia Zawaduk)
* Fix: Date choosers now appear on top of StreamField menus (Sergey Nikitin)
1.1 (15.09.2015)
~~~~~~~~~~~~~~~~

View file

@ -77,6 +77,7 @@ Contributors
* Ashia Zawaduk
* Denis Voskvitsov
* Kyle Stratis
* Sergey Nikitin
Translators

View file

@ -101,6 +101,7 @@ Bug fixes
* Removed jitter when hovering over StreamField blocks (Alex Gleason)
* Non-ASCII email addresses no longer throw errors when generating Gravatar URLs (Denis Voskvitsov, Kyle Stratis)
* Dropdown for ``ForeignKey`` s are now styled consistently (Ashia Zawaduk)
* Date choosers now appear on top of StreamField menus (Sergey Nikitin)
Upgrade considerations
======================

View file

@ -7,7 +7,7 @@
padding-left: 0px;
padding-top: 2px;
position: absolute;
z-index: 1;
z-index: 5;
-moz-box-sizing: border-box;
box-sizing: border-box;
display:none;