Commit Graph

34 Commits

Author SHA1 Message Date
John Firebaugh 7a07f698e0 Update maki 2013-11-14 16:43:25 -08:00
Aaron Lidman 1ff435cf58 Fix sprite misalignment on save color icons, closes #1948
The colored icons in the sprite had a 5px offset from the left edge
rather than a 7px offset the rest of the icons use. I previously had to
bump the background-position to fix this.
2013-11-03 16:00:38 -08:00
John Firebaugh 683b160994 Update maki; use prebuilt sprite (fixes #1916) 2013-10-25 12:16:47 -07:00
John Firebaugh 02449408be Improving square icon (fixes #1846) 2013-10-23 15:22:41 -07:00
samanpwbb a0d3694f29 adding deleted/added feature icons 2013-10-22 11:20:55 -04:00
John Firebaugh de60274b72 Add vertex icon 2013-10-15 18:59:58 -04:00
John Firebaugh 0af10eec27 Add continue icon 2013-08-28 09:30:28 -07:00
John Firebaugh e3b712e06b Reduce prominence of share links, add G+ 2013-08-22 15:39:32 -07:00
Saman Bemel-Benrud 533071a558 adding alert icon. 2013-07-29 18:32:42 -04:00
Saman Bemel-Benrud 07ab386618 fixed broken sprite 2013-07-29 15:56:29 -04:00
Saman Bemel-Benrud 97a9888c1c fixed svg problem. 2013-07-29 15:51:55 -04:00
John Firebaugh 266687b515 Black icons in sprite 2013-07-25 14:48:04 -07:00
Saman Bemel-Benrud 810f07d563 Adding relations icons. 2013-06-20 13:29:03 -04:00
John Firebaugh a90a1a654c Add Route Master preset 2013-06-04 10:37:08 -07:00
John Firebaugh 5cf68bc1cc Add presets for new line icons 2013-05-24 17:17:41 -07:00
John Firebaugh ab10f8ac38 Hook up relation icons 2013-05-23 22:20:14 -07:00
Saman Bemel-Benrud 28d3323bf5 updating sprite. 2013-05-23 16:20:02 -07:00
Saman Bemel-Benrud 68d7d27cdc more minimal footer (bug icon instead of text) + fixed layout now that sidebar is persistent. 2013-05-23 16:19:53 -07:00
saman bb 6b511ff45a fixing checkbox, more minor fixes. 2013-05-17 00:20:23 -04:00
Saman Bemel-Benrud d9a54008c7 fixed broken sprite. 2013-05-15 23:59:28 -04:00
Saman Bemel-Benrud c27da981e0 merging in master 2013-05-15 23:36:06 -04:00
Saman Bemel-Benrud b17fd80617 resolve cnflic 2013-05-15 23:35:17 -04:00
Saman Bemel-Benrud d8308cbb6c icon+tooltip for 'report a bug' link in footer 2013-05-15 17:15:49 -04:00
Saman Bemel-Benrud c1bee88d8a adding bug to sprite. 2013-05-15 17:09:56 -04:00
Saman Bemel-Benrud 6ecbf3778f cleanup / polish new changes 2013-05-15 16:57:04 -04:00
Saman Bemel-Benrud be933a72cb style cleanup + fleshed out translate UI 2013-05-15 16:15:42 -04:00
Saman Bemel-Benrud a88deef839 adding translate icon to sprite + css. 2013-05-15 14:19:56 -04:00
Saman Bemel-Benrud 9e8ae25339 styles for check-boxes. Closes #1297 2013-05-14 15:33:24 -04:00
John Firebaugh 23d70230fc Update maki (fixes #1429) 2013-05-08 17:39:35 -07:00
Tom MacWright 133f0bf06d Tweak sprite 2013-04-27 16:24:31 -05:00
Tom MacWright 2e7677ded0 Add share on facebook button. Fixes #1342 2013-04-27 16:21:33 -05:00
John Firebaugh 275696caaa Fix icons for lines that use maki (fixes #1371)
Generate a single feature-icons.json and feature-icons.css.
In the JSON, features with a line icon are indicated by the
presence of a `line` property. PresetIcon looks for this to
determine whether or not to add the `preset-icon-line` class.
New line icons may be added by editing line-icons.json.
2013-04-24 12:32:36 -07:00
John Firebaugh d8751fad8d Polish spriting code
* Smaller make-sprite.json.
* Convert operation sprite data to JSON, eliminating
  fragile stylesheet grepping.
2013-04-23 09:45:37 -07:00
John Firebaugh aedd5ee46e Create a dist directory
This directory will contain the built sources (iD.js, iD.css)
and images. On a release branch, we will check in the generated
files. For the osm.us/master deploy, it should run make and use
dist/ as the root.

Paths in css are relative, e.g. url(img/foo.png).
2013-04-22 10:50:36 -07:00