mediawiki-extensions-Echo/modules
Bartosz Dziewoński cc9e667c49 Avoid calc() in CSS
* Use `margin: A` with `padding: B` rather than `padding: calc(A + B)`.
* Remove a `display: inline-block` which necessitated `width: 100%`.

I think this results in the same rendering, but please test carefully,
as I didn't check it for all the possible notifications.

(There is one more calc() in mw.echo.badge.less that can't be avoided.)

Bug: T135936
Change-Id: Ic01f16c8469c3b9d45d2885108ec6260e967731a
2016-05-26 22:52:44 +00:00
..
api Allow for overriding parameters in fetch notifications API request 2016-05-26 11:42:14 -07:00
controller Generalize the SubGroupListWidget 2016-05-26 18:44:16 +00:00
icons Adjust styling for "Mark group as read" 2016-05-26 13:30:49 -07:00
logger Add JSDuck support and fix errors 2016-05-11 14:07:12 -07:00
model Generalize the SubGroupListWidget 2016-05-26 18:44:16 +00:00
nojs Adjust styling for "Mark group as read" 2016-05-26 13:30:49 -07:00
special Refactoring Echo's front end for MVC 2016-05-18 12:28:45 -07:00
styles Avoid calc() in CSS 2016-05-26 22:52:44 +00:00
ui Generalize the SubGroupListWidget 2016-05-26 18:44:16 +00:00
echo.mixins.less Truncate usernames, titles and excerpts in notifications 2016-01-29 07:04:23 -05:00
echo.variables.less Adjust group bundle styles 2016-02-29 20:16:42 +00:00
echo.variables.monobook.less Separate skin specific styles and improve Monobook appearance 2015-11-10 17:57:44 -08:00
echo.variables.vector.less Separate skin specific styles and improve Monobook appearance 2015-11-10 17:57:44 -08:00
ext.echo.init.js Refactoring Echo's front end for MVC 2016-05-18 12:28:45 -07:00
ext.echo.moment-hack.js Apply momentjs hack for short relative times on mobile too 2016-04-19 17:53:02 -07:00
hooks.txt Add overlay hook for user scripts. 2013-06-13 21:27:26 -04:00
mw.echo.js Refactoring Echo's front end for MVC 2016-05-18 12:28:45 -07:00