mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-11-17 04:43:18 +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
767 B
XML
1 line
767 B
XML
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="80" height="80"><path fill="#929497" d="M16.436 8c-8.04 0-8.422 7.667-8.436 8.049v55.951h55.562c8.039 0 8.422-7.667 8.438-8.049v-55.951h-55.564z"/><path fill="#fff" d="M31.202 26.303c2.565 0 4.649 2.086 4.649 4.655 0 2.573-2.084 4.653-4.649 4.653-2.573 0-4.659-2.08-4.659-4.653-.001-2.569 2.086-4.655 4.659-4.655z"/><circle fill="#fff" cx="50.476" cy="30.957" r="4.654"/><path fill="#fff" d="M40.835 57.729c-7.189 0-13.987-2.433-18.186-6.508-1.057-1.025-1.082-2.714-.056-3.771 1.025-1.056 2.714-1.082 3.771-.056 3.226 3.131 8.636 5 14.471 5 5.749 0 11.117-1.83 14.359-4.896 1.068-1.011 2.756-.966 3.77.105 1.012 1.07.965 2.758-.105 3.77-4.271 4.04-10.84 6.356-18.024 6.356z"/></svg> |