summaryrefslogtreecommitdiff
path: root/res/client/css/partials/zoom-buttons.scss
AgeCommit message (Collapse)Author
2015-06-04add copyright and license headers for GNU AGPL v3Alon Levy
2015-04-25client: convert svg icons to pngAlon Levy
while deploying a docker container both firefox and chrome refuse to load same path svg (reporting 'image failed to load' but showing 200 on the client, suggesting it is a behaviour implemnted after the HTTP interaction is completed successfully), while they accept png. This is a workaround. We already have other icons as png's, and we do not support change in icon size, suggesting no down side to this right now. The svg sources are left, and are actually still deployed (minor issue).
2015-04-12client: zoom to selection button instead of automatic on selectionAlon Levy
2015-04-10info-container: partial, painful html, css cleanupLV-426
2015-04-09style: align zoom buttons with upper tool-barLV-426
2015-04-01Slightly more stylised zoom buttonsgarbash