Tom Hughes
e23744bd8d
Add :warning and :error flash messages which can be styled separately to
...
the existing :notice messages.
Also reviewd all existing flash messages and changed them to be errors or
warnings when appropriate and checked that those which are not followed by
a redirect are done as flash.now[] instead of flash[].
2009-11-01 13:07:46 +00:00
Tom Hughes
78d4944caa
Use a PanZoom control on small screens instead of a PanZoomBar control.
2009-10-23 23:31:19 +00:00
Tom Hughes
fc4e72dc35
Improve handling of signup and login forms on small displays.
2009-10-20 23:57:39 +00:00
Matt Amos
42cdcce858
Another version of the media-queries CSS stuff. Works better for more pages now.
2009-10-13 14:23:20 +00:00
Matt Amos
498832eb37
Re-committing experimental CSS media queries stuff for mobile and other small-screen browsers.
2009-08-19 09:42:33 +00:00
Matt Amos
1eb58bc607
Reverting experimental stuff in r17121.
2009-08-18 16:33:18 +00:00
Matt Amos
6674873478
Experimental CSS media queries to support iPhone and other small-screen devices.
2009-08-18 16:06:26 +00:00
Tom Hughes
06b2d278ea
Make the search box load each set of results separately so that one
...
service being slow doesn't delay the response from others.
2009-07-02 16:12:38 +00:00
Matt Amos
1d8e66016c
Adding 'shortlink' functions which will allow URLs like http://osm.org/go/XXXX suitable for use in twitter, etc...
2009-06-25 23:31:53 +00:00
Ævar Arnfjörð Bjarmason
079b9fed84
Change the map key from a static PNG image to a generated HTML table that can be translated. Solves ticket:1916
2009-06-23 12:04:06 +00:00
Ævar Arnfjörð Bjarmason
7a9b2de42b
Made a lot of things translatable and added title="" tooltips
...
* "OpenStreetMap" project name in <title> and <h1>
* Tooltips for the greeting bar for anonymous and logged in users
* Alternate text for the OSM logo
* Now using a CSS class for bolding inbox(N) instead of hard-coding font-weight: bold
* Separate tooltips for inbox(n) depending on whether it's 0, 1 or > 1
2009-06-07 19:58:34 +00:00
Tom Hughes
7a925ff1d9
Fix wrapping in changeset lists properly.
2009-05-30 13:50:21 +00:00
Tom Hughes
7588ece84f
Stop long changeset comments causing other fields to get split over
...
multiple lines.
2009-05-30 13:38:17 +00:00
Tom Hughes
20992870ab
Use SOTM logo to link to the SOTM site.
2009-05-26 13:16:10 +00:00
Thomas Wood
14fdccc0d1
Commit bits of missing css that were required in previous upload.
2009-05-07 22:52:02 +00:00
Tom Hughes
3ed0c9db20
Remove reference to non-existent images.
2009-04-21 08:08:02 +00:00
Tom Hughes
1f8a68371a
Merge 14059:14394 from trunk.
2009-04-08 13:53:09 +00:00
Tom Hughes
9752466c03
Add SOTM advert.
2009-03-25 16:49:33 +00:00
Tom Hughes
c8ee135104
Merge 12304:14009 from trunk.
2009-03-08 13:02:37 +00:00
Tom Hughes
41e10b09d0
Go back to using <center> to position the buttons in the left hand
...
column as IE doesn't seem to cope with CSS based centering.
2009-02-14 00:01:39 +00:00
Tom Hughes
fd19a1f3ba
Replace the PayPal button on the home page with a donate button that
...
links to the OSM donation site.
2009-02-13 17:38:40 +00:00
Paul Gillard
143d382154
Stylesheet changes to make paragraphs within intro section on left hand side of home page space correctly. Changes tested in:
...
Firefox 3.0.6 - OSX
Safari 3.2.1 - OSX
Firefox 3.0.6 - Win XP Pro
IE7 7.0.5730 - Win XP Pro
IE6 - WIn XP Pro
Google Chrome 0.2.149.27 - Win XP Pro
Home page now displays correctly in Google Chrome.
2009-02-11 20:47:25 +00:00
Tom Hughes
77a00dfb03
Wrap text to make it more readable and adjust the padding on the intro
...
box to remove the extra space created by addition of paragraph tags.
2009-02-11 00:16:00 +00:00
Tom Hughes
c1df8017d6
Add donation link to main site.
2009-02-05 22:06:47 +00:00
Harry Wood
152cb13a02
cosmetic tweaks to diary interface. icon for new entries link
2008-11-24 00:40:04 +00:00
Harry Wood
2a20c57a8e
cosmetic tweaks to 'login' and 'create account' screens
2008-11-09 12:17:53 +00:00
Harry Wood
43b3998657
cosmetic tweaks to user settings form + move 'Mapper since' field onto user profile view
2008-11-08 19:03:25 +00:00
Tom Hughes
a770819d0b
Put back the units on all the zero values. Just because you can remove
...
something doesn't mean it's a good idea...
2008-10-29 13:49:45 +00:00
Hugh Barnes
bd3bddc848
Fix for bug #1242 , css foreground set + css shorthands used
2008-10-29 13:05:14 +00:00
Tom Hughes
f053c84723
Improve the layout of the browse sidebar a bit.
2008-05-28 23:46:55 +00:00
Tom Hughes
a401b59242
Yet another at fixing the layout of the search box. Seems to work now
...
on FF2, IE7, Operand and Safari though we are giving space away on FF.
2008-05-16 10:42:51 +00:00
Shaun McDonald
1f59ad76ef
Showing a nice message for browsers with javascript disabled. closes #36
2008-05-16 09:44:50 +00:00
Tom Hughes
feb47bc739
Rework the new Go button on the search form so that it actually stands
...
some chance of rendering as intended.
It's still not really ideal to steal space from the seach box of course...
Closes #589 .
2008-05-05 16:39:33 +00:00
Steve Coast
945df7f195
add a go button to the search form as in bug 589
2008-05-03 14:18:22 +00:00
Tom Hughes
935656bfbe
Underline links in the SOTM box.
2008-04-27 15:40:48 +00:00
Tom Hughes
cbb59310d3
Restore the appearance of input buttons.
2008-04-23 09:06:06 +00:00
Tom Hughes
7cafcf878a
Fix typo.
2008-04-23 07:43:33 +00:00
Tom Hughes
df1a9989f7
Style password fields (and textareas) to match text input fields.
2008-04-23 07:41:58 +00:00
Tom Hughes
3052bd7bed
Suppress the PanZoomBar control from printed output.
2008-04-20 08:24:04 +00:00
Tom Hughes
075b760c91
Only add a border to text input fields.
2008-04-19 10:14:52 +00:00
Tom Hughes
d13ef1db02
More work on export tab.
2008-04-14 23:46:10 +00:00
Tom Hughes
1df50231fa
Commit initial work on export tab.
2008-04-07 23:23:15 +00:00
Tom Hughes
cb7436602d
Hide the OpenLayers attribution control when printing - we print an
...
attribution under the map anyway. Also add a border round the map when
printing.
2007-11-28 23:59:39 +00:00
Tom Hughes
f5c9a41e87
Use the new OSM OpenLayers stuff.
2007-11-28 19:24:58 +00:00
Tom Hughes
0c90905495
Add a stylesheet targeted at print media to get nice printouts.
2007-11-07 22:26:10 +00:00
Tom Hughes
d858edd4e3
Stylesheet changes for permalink from crschmidt.
...
Part of fix for case #566 .
2007-10-23 09:21:11 +00:00
Tom Hughes
516aef5d07
Split out sidebar code from the search code so it can be reused for the
...
map key more cleanly.
2007-10-08 23:32:58 +00:00
Tom Hughes
d2bd78627e
More search improvements - a "Where am I?" link that does a reverse
...
search, and various cleanups to the previous changes.
2007-08-24 18:53:30 +00:00
Tom Hughes
034982a12f
If a search only finds one result then jump straight to it instead of
...
opening a list of results.
2007-08-24 17:38:36 +00:00
Tom Hughes
28e9a84da2
Fix automatic size detection for map popups.
2007-08-23 14:49:42 +00:00