Commit Graph

819 Commits

Author SHA1 Message Date
Bryan Housel e579dab87f cleanup footer styles, append account links to footer link menu 2014-06-25 15:08:48 -04:00
Bryan Housel 114cb33e05 Added scale, hardcoded at 180px, displays meters 2014-06-19 17:11:30 -04:00
Bryan Housel c5ada5052a Add stubs for map scale.. 2014-06-18 11:36:16 -04:00
John Firebaugh 4590feab63 Calculate address field widths 2014-06-13 11:39:17 -07:00
John Firebaugh 257d3e07df number -> housenumber 2014-06-13 10:38:48 -07:00
John Firebaugh 199fd35173 Simplify CSS 2014-06-13 10:38:27 -07:00
Christian Schwarz 5a51a6c8c2 Added gb address format with housename field 2014-06-05 00:42:15 +02:00
Christian Schwarz b3acd56bbb Added support for localization of address fields 2014-06-03 22:49:42 +02:00
John Firebaugh d90f8054b1 Remove retina cursors
They are broken on Safari in a way that is incompatible
with making them work on Chrome.

https://bugs.webkit.org/show_bug.cgi?id=120783

Fixes #2157.
2014-05-29 15:53:13 -07:00
John Firebaugh 29d26f5078 Fix restrictions rendering on FF (fixes #2241) 2014-05-27 14:26:27 -07:00
John Firebaugh eaaff52d62 Help text 2014-05-18 16:02:48 -07:00
John Firebaugh d4d80b2d6e Use turn restriction icons 2014-05-18 16:02:48 -07:00
John Firebaugh 7cac179ce0 Start work on turn restriction editing field 2014-05-18 16:02:46 -07:00
John Firebaugh be0126aba6 Extract iD.svg.Defs from Surface
Need to have a single defs for the entire document but
multiple Surfaces.
2014-05-18 16:02:46 -07:00
John Firebaugh 273b5e2f63 Fix fill colors 2014-04-15 15:41:57 -07:00
samanpwbb 7e68aef050 move fill color for icons to CSS 2014-04-15 13:58:27 -07:00
John Firebaugh 6dbd0166fc Improvements to land use preset display 2014-04-15 10:45:56 -07:00
John Firebaugh 1fee019d72 Remember last custom tile layer (fixes #2094) 2014-04-07 19:19:53 -04:00
John Firebaugh b45d2ab608 Fix tag reference layout on FF (fixes #2159) 2014-03-18 15:23:55 -07:00
John Firebaugh 74251f04dc Adjust borders to account for housename removal 2014-02-25 15:55:05 -08:00
John Firebaugh ab8a4ffd7b Update GitHub links 2014-01-08 16:14:28 -08:00
Aaron Lidman d6a03657aa Fix warning tooltip position
By default the tooltip looks like it belongs to the list item above it.
2013-11-26 15:20:02 -08:00
Aaron Lidman 4be6d8b496 Fix tooltip on commit warnings 2013-11-26 15:20:02 -08:00
John Firebaugh 0bf0849eb3 Fix background pane tooltips 2013-11-05 15:52:20 -08:00
samanpwbb 25e2347b0a layer pane now matches help pane 2013-11-05 17:57:04 -05: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 28aec51d20 Merge branch 'save-browse' 2013-10-23 13:37:57 -07:00
Aaron Lidman e8e9f7a4ff Remove blue circle and icon adjustments 2013-10-23 11:42:33 -04:00
Aaron Lidman df6a292a44 Add colored changeset icons 2013-10-22 11:48:21 -04:00
samanpwbb a0d3694f29 adding deleted/added feature icons 2013-10-22 11:20:55 -04:00
Aaron Lidman 2dc46806a5 Styled the save button a little 2013-10-21 21:01:04 -04:00
Aaron Lidman 22b4e5c6b5 Remove warning and changeset zoom icons and fixed warning problems 2013-10-21 19:38:58 -04:00
John Firebaugh a5311b5f6c Show attribution for overlay layers (fixes #1909) 2013-10-21 12:31:48 -07:00
Aaron Lidman 1eb4c6ce78 Added more distinction to changeset list items 2013-10-21 14:00:47 -04:00
Aaron Lidman b74ba194f2 Added ability to zoom to changeset list items 2013-10-16 12:43:25 -04:00
John Firebaugh de60274b72 Add vertex icon 2013-10-15 18:59:58 -04:00
Aaron Lidman ab1b6a508a Multiselection list UI 2013-10-15 18:30:30 -04:00
John Firebaugh 5f77f1ab97 Simplify CSS 2013-10-15 13:15:35 -04:00
John Firebaugh a9964589fc Add a button to trigger file browser for GPX (fixes #1758) 2013-10-15 13:15:35 -04:00
John Firebaugh 958c919763 Better markup structure for background 2013-10-15 12:55:03 -04:00
John Firebaugh 580bdf4790 Simplify CSS and improve transition 2013-10-15 11:29:36 -04:00
Aaron Lidman 27c3e4ce5d Moved localized delete button to the label, closes #1892 2013-10-15 10:55:53 -04:00
John Firebaugh f134ec2cc7 Eliminate blank space in Structure hover state 2013-10-15 10:34:53 -04:00
Aaron Lidman 7305cf379b Add delete button to all forms, closes #1492 2013-10-14 16:41:59 -04:00
Aaron Lidman b78e396839 More opacity options 2013-10-14 12:13:18 -04:00
John Firebaugh 2f419f789e Disable removing incomplete relation members (fixes #1768) 2013-10-11 15:48:18 -07:00
John Firebaugh 64746d6ef5 Make the combobox caret a larger target 2013-10-11 15:18:10 -07:00
John Firebaugh 04f0806ce2 Fix misspelling 2013-10-11 15:18:10 -07:00
John Firebaugh 340e455a9f Remove overflow: hidden from input elements
This triggered a rendering regression in Chrome 30,
and isn't useful anyway.

https://code.google.com/p/chromium/issues/detail?id=304210

Fixes #1879
2013-10-08 13:35:19 -07:00
tyr b1896f9405 fixes the icon on the final "begin mapping" dialog of the walkthough
because of recent changes of the sprite.svg image, the dialog did accidentaly show the google plus logo.
2013-08-24 14:41:44 +02:00