mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-11-17 12:53:24 +00:00
47a8bda392
Also do a bunch of refactoring to: * keep LESS rules in more sane locations so it is not as hard to get an overview (most of the metadata panel rules were in mmv.less) * move mmv.mixins.less up one directory as it is not specific to the UI * move the SVG icons as all of them were related to the UI * remove the marging-right hack which was used to keep the title text from overflowing the button; instead use a float and overflow properties to make sure text that is too long gets hidden Change-Id: Icc8ea2e766be67d86ae98c734721b2185bd6c36e
1 line
917 B
XML
1 line
917 B
XML
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="80" height="80" viewBox="0 0 80 80"><linearGradient id="a" gradientUnits="userSpaceOnUse" x1="326" y1="-301.074" x2="326" y2="-329.776" gradientTransform="matrix(1 0 0 -1 -286 -294)"><stop offset="0" stop-color="#fff" stop-opacity=".95"/><stop offset=".787" stop-color="#fff"/></linearGradient><path fill="url(#a)" d="M0 0h80v80h-80z"/><path fill="#929497" d="M61.615 10.966c-2.91-2.913-6.309-5.171-10.109-6.716-11.435-4.632-24.46-1.979-33.178 6.728-5.783 5.792-8.975 13.166-8.975 20.791 0 7.613 3.19 14.995 8.975 20.781l3.182 3.153c6.386 6.31 11.893 11.758 16.618 19.331l1.838 2.966 1.85-2.966c4.725-7.573 10.232-13.021 16.607-19.324l3.191-3.17c12.044-12.044 12.044-29.529.001-41.574zm-12.138 31.675c-5.25 5.258-13.76 5.258-19.011 0-5.249-5.24-5.249-13.75 0-19 5.251-5.24 13.761-5.24 19.011 0 5.238 5.25 5.238 13.758 0 19z"/></svg> |