mediawiki-extensions-Popups/resources
Bartosz Dziewoński 36eaf4cec9 Use 'auto' instead of 'initial' in CSS
'initial' is not supported by all browsers (including all versions of
Internet Explorer and Opera 12 [1]), which causes visual glitches [2].

As the initial value for 'left' is 'auto' [3], this should cause no
visual changes in the browsers that supported the previous version.

[1] https://developer.mozilla.org/en-US/docs/Web/CSS/initial
[2] http://i.imgur.com/0Ze8lon.png
[3] http://www.w3.org/TR/CSS21/visuren.html#position-props

Change-Id: I8d661436f1106ca92b8b492c3fb76ac6976d80fa
2014-07-11 21:23:27 +02:00
..
ext.popups.animation.less animation: Use the animation mixin in core and pass fill-mode as an argument 2014-06-03 11:56:00 +05:30
ext.popups.core.js Some small cleanup 2014-07-09 12:03:10 +00:00
ext.popups.core.less Use 'auto' instead of 'initial' in CSS 2014-07-11 21:23:27 +02:00
ext.popups.disablenavpop.js disablenavpop: Correct type check for disablePopups global 2014-06-10 16:50:24 +05:30
ext.popups.eventlogging.js Restructuring code 2014-04-30 16:48:05 +05:30
ext.popups.renderer.article.js Some small cleanup 2014-07-09 12:03:10 +00:00
ext.popups.renderer.js Raise popup show/hide delay to 500ms/300ms, respectively 2014-06-20 16:48:00 +02:00