Saman Bemel-Benrud
e66eeacd12
remove bad transition from additional icons.
2013-05-28 18:18:52 -04:00
Saman Bemel-Benrud
92b63bb323
Merge branch 'sidebar'
2013-05-28 18:00:59 -04:00
Saman Bemel-Benrud
c3091a86ca
design cleanup.
2013-05-28 18:00:24 -04:00
John Firebaugh
7e30f3a00c
Restore an important CSS rule
2013-05-28 14:49:02 -07:00
Saman Bemel-Benrud
5600b6271d
adding placeholder text and exception for showing placeholder on radio buttons during hover.
2013-05-28 17:01:40 -04:00
Saman Bemel-Benrud
5d61626a37
working on hover styles.
2013-05-28 15:59:08 -04:00
John Firebaugh
5d4727bd95
Transitions
2013-05-27 08:18:27 -07:00
John Firebaugh
d6211b35b6
Rationalize CSS classes
2013-05-26 14:30:41 -07:00
John Firebaugh
d943a92ec5
Fix preset form field spacing
2013-05-26 14:30:41 -07:00
John Firebaugh
7c732f91bb
Remove hacky overrides
2013-05-26 14:07:11 -07:00
saman bb
3ae7d1206b
work on hover state.
2013-05-26 14:07:10 -07:00
Saman Bemel-Benrud
5f65ae179a
minor adjustments to sidebar, adding mock-ups.
2013-05-26 14:07:10 -07:00
John Firebaugh
884d2d0732
Add hover indicator in sidebar
2013-05-26 14:07:10 -07:00
John Firebaugh
ab10f8ac38
Hook up relation icons
2013-05-23 22:20:14 -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
John Firebaugh
0b75aeb575
Fix modal dialog positioning
2013-05-23 16:06:34 -07:00
John Firebaugh
27fa4aa1d6
Switch to a persistent sidebar
2013-05-23 16:06:34 -07:00
Saman Bemel-Benrud
abeef29ed0
first pass at basic relations UI for members
2013-05-23 17:01:09 -04:00
John Firebaugh
ebadc90ac7
Rename Taglist -> RawTagEditor
2013-05-22 16:51:18 -07:00
Saman Bemel-Benrud
c2dae5f2ba
remove background pattern from fillL2 class.
2013-05-22 18:00:24 -04:00
John Firebaugh
a77362c7b8
Remove extra wrapper
2013-05-22 11:20:32 -07:00
John Firebaugh
413b7abcb9
Improve tag reference loading feedback ( #1262 )
2013-05-22 11:13:54 -07:00
John Firebaugh
bbc45a4167
Remove unused
2013-05-22 10:29:07 -07:00
John Firebaugh
3fdbcfd09e
Clean up class names
2013-05-22 10:29:07 -07:00
John Firebaugh
3249487632
Extract TagReferenceButton
2013-05-22 09:32:47 -07:00
John Firebaugh
abf7c14b13
Remove unused styles
2013-05-22 09:31:10 -07:00
Saman Bemel-Benrud
87bc1dba88
fix border radius problem on buttons.
2013-05-22 11:53:29 -04:00
Saman Bemel-Benrud
559a2f5768
consistent tooltips.
2013-05-22 11:28:11 -04:00
Saman Bemel-Benrud
b7cd531482
clearer translate UI.
2013-05-17 18:57:35 -04:00
saman bb
6b511ff45a
fixing checkbox, more minor fixes.
2013-05-17 00:20:23 -04:00
saman bb
89f3045f89
more minor style fixes.
2013-05-16 23:16:43 -04:00
saman bb
20ed02c2c4
minor style fixes.
2013-05-16 23:00:18 -04:00
Saman Bemel-Benrud
bf982c5c9d
fixed the width rules for add tag button.
2013-05-16 17:53:39 -04:00
Saman Bemel-Benrud
0e2c7c4b3e
animate transitions for translate UI.
2013-05-16 00:40:43 -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
8159f075e9
backtracking on changes to about section.
2013-05-15 17:08:04 -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
0bdea49ffb
minor cosmetic + ui improvements.
2013-05-15 14:08:25 -04:00
Saman Bemel-Benrud
e97a957e0a
remove left border from modal header button.
2013-05-15 13:19:18 -04:00
Saman Bemel-Benrud
c4f4ee1313
fixed typo.
2013-05-15 13:00:00 -04:00
Saman Bemel-Benrud
9e8ae25339
styles for check-boxes. Closes #1297
2013-05-14 15:33:24 -04:00
John Firebaugh
1b72bba425
Workaround Opera SVG event dispatch bug
...
Opera will not dispatch mouse events to an absolutely
positioned SVG element:
http://bl.ocks.org/jfirebaugh/6fbfbd922552bf776c16
We need layers to be absolutely positioned in order to
obtain the correct positioning and z-order simultaneously.
Therefore we must wrap the SVG in a div and absolutely
position that instead.
Fixes #1416 .
2013-05-09 14:50:51 -07:00
John Firebaugh
96c7f9b942
Workaround Opera vertical resize bug
2013-05-09 10:17:31 -07:00
John Firebaugh
79ae9346e7
Simplify layer structure
...
Also, always give SVG elements an explicit size -- seems
to be necessary for Firefox to render them correctly.
Fixes #1436 .
2013-05-08 13:10:55 -07:00
John Firebaugh
8454754d25
Fix gpx layer display ( fixes #1436 )
2013-05-08 11:48:36 -07:00
Tom MacWright
76312fb51a
Fix #1443 geocode result style
2013-05-08 10:47:04 -04:00