Tom Hughes
b4a1e41968
Switch web site to use OAuth 2
2021-06-27 19:00:36 +01:00
Andy Allan
3dd639c8d0
Refactor flash messages to use a flex row for positioning
...
This works better for narrow widths and needs less custom CSS.
2021-06-23 20:11:19 +01:00
Andy Allan
e9a3c55e83
Remove unnecessary padding-bottom override on the header h1
2021-06-23 20:11:19 +01:00
Martin Raifer
6b73edc415
add banner for SotM 2021
2021-06-21 21:42:05 +02:00
Tom Hughes
4a45092e27
Remove the Yahoo OpenID link as they no longer support OpenID
2021-06-17 22:33:05 +01:00
Andy Allan
db5501bb77
Remove unused padding classes
...
These were last used for sidebar padding, which is now handled more easily.
2021-06-16 15:45:59 +01:00
Andy Allan
c8f0a81eb7
Rework sidebar to use padding on the sidebar_content div
...
This saves every header, list, paragraph etc having to sort out their own padding. The couple of instances where we want edge-to-edge can be acheived using the negative margin spacing utilities.
The padding is based on $spacer so that it can be adjusted automatically via bootstrap configuration.
This also means that we can remove many (mis-)uses of the browse-section class, which is only supposed to be for cases where there are multiple browse-sections in sequence (e.g. multiple nodes in the node history browse pages).
2021-06-16 15:45:58 +01:00
Andy Allan
c2587b5b57
Rework the routing credit to use a bootstrap class
...
The padding is unnecessary given it's in a paragraph anyway.
2021-06-16 13:28:33 +01:00
Andy Allan
7407d444fb
Match the width of the overlay-sidebar on narrow screens to the width on full-sized screens
...
It's not clear why they are different widths, since the non-overlay sidebar doesn't change.
2021-06-16 12:07:04 +01:00
Matija Nalis
7b3c449b46
fix map key color for regional OpenCycleMap, as it changed from light cyan to purple on the map.
...
Closes: https://github.com/openstreetmap/openstreetmap-website/issues/2785
2021-05-25 22:48:38 +02:00
Tom Hughes
0a15112423
Mark javascript issued cookies with SameSite=Lax
2021-05-17 19:06:43 +01:00
Tom Hughes
32cc04fa5c
Switch to using js-cookie to manage cookies from javascript
2021-05-17 18:57:48 +01:00
Andy Allan
b70da7b8ea
Merge pull request #1558 from plarus/master
...
Add start url and indicate minimal-ui is sufficient when added as a PWA.
2021-04-08 14:01:08 +01:00
plarus
2b5e705006
Update manifest.json.erb
...
Change for minimal-ui
2021-04-07 19:45:58 +02:00
Tom Hughes
d8b9b6dd58
Merge remote-tracking branch 'upstream/pull/3121'
2021-03-04 13:45:34 +00:00
Andy Allan
18b8780f21
Remove CSS overrides for the login page at small screen sizes
...
Some of these selectors no longer apply, and the one that did just
made the behaviour worse, so they are all no longer required.
2021-03-04 11:09:16 +00:00
Andy Allan
3fdf1e204a
Remove unnecessary margin-tops
2021-03-03 17:16:31 +00:00
Andy Allan
926576881f
Remove final uses of the deemphasize class
2021-03-03 15:51:11 +00:00
Andy Allan
df1ec6b680
Remove standard-form CSS rules
2021-02-24 14:48:10 +00:00
Andy Allan
f7b8b114a6
Convert the search forms to bootstrap
...
This moves the forms to a flex grid, albeit with a little twiddling
to get things working in a compact space.
2021-02-24 12:21:51 +00:00
Andy Allan
3debff60ef
Merge branch 'pull/3091'
2021-02-24 10:49:39 +00:00
Andy Allan
00dbe5f4a4
Use the bootstrap spacer variable as the basis for spacing calcuation, and match mb-1 definition
2021-02-24 10:35:28 +00:00
Tom Hughes
f91dd6afc2
Tighten up cookie security
...
Mark all cookies as Secure, and the cookies which are not
modified client side as HttpOnly.
2021-02-19 18:18:13 +00:00
mxdanger
ea92d66cc0
Add btn-wrapper class
2021-02-17 18:27:41 -08:00
Andy Allan
501e256419
Refactor the share panel to use bootstrap forms
2021-02-17 17:17:19 +00:00
Andy Allan
5c086dad6e
Use bootstrap form-check for overlay selection
2021-02-17 17:05:49 +00:00
Tom Hughes
80f576a29b
Fix avatar mode update on file change
2021-02-16 17:12:34 +00:00
Andy Allan
f9b0490afc
Update terms form to use bootstrap
2021-02-10 15:09:29 +00:00
Tom Hughes
d15041f847
Use POST to submit OpenID login form
...
Fixes #3084
2021-02-06 15:04:33 +00:00
Andy Allan
1dc1c03225
Rework welcome message to use bootstrap buttons
...
I also reworked the layout to use flex utilities and avoid using a white button border as a spacing hack. In future this will be better done with start/end utilities, avoiding the need to be fancy with negative margins.
2021-02-03 13:44:52 +00:00
Andy Allan
05dd681abf
Refactor the export form to use bootstrap form controls
...
I started refatoring the export inputs to use a flex grid instead of
floats, but this is perhaps the one place on the whole site where left/right
makes sense since even in rtl we want min_lon on the left.
2021-02-03 13:44:52 +00:00
Tucker Chapman
d257e67842
Remove conditional for polyline layer
...
When a user searches for a route and one is not found the polyline
layer is removed - if they then change the mode of transportation the
event listener will not reroute if there is no polyline layer.
This commit removes the conditional that prevents the routing code from
re-running after the polyline has been removed.
Fixes #3050
Closes #3055
2021-01-28 10:31:33 +00:00
Tom Hughes
810e4da85a
Fix locate control popup on the main map to use new translations
...
Fixes #3072
2021-01-27 13:48:54 +00:00
Mikel Maron
7d2ff8e4cd
reserve 60x60 in top right of survey banner
2021-01-24 20:31:21 -05:00
Mikel Maron
04cb8d488e
community survey banner
2021-01-22 14:52:49 -05:00
Tom Hughes
8ac2302837
Avoid concatenating text to a translation
...
Fixes #3064
2021-01-21 17:15:27 +00:00
Andy Allan
8e02c98c3f
Refactor diary comment form to use bootstrap
2021-01-20 15:38:10 +00:00
Tom Hughes
4abd9cfcf1
Merge remote-tracking branch 'upstream/pull/2994'
2021-01-13 20:40:48 +00:00
Andy Allan
85bf0af488
Merge branch 'pull/3035'
2021-01-06 15:41:42 +00:00
Andy Allan
76146baf60
Remove spacing tweaks and legacy pagination spacing CSS
...
No need to fight against something that we no longer use.
2021-01-06 15:40:53 +00:00
Tom Hughes
0ff89c31e4
Remove both Potlatch versions
...
Fixes #2622
2021-01-05 21:18:45 +00:00
Andy Allan
547459314b
Refactor diary entry forms to use a custom form builder
2020-12-24 13:32:41 +00:00
Andy Allan
170ea3399b
Ensure richtext editing style rules are only applied on standard forms
2020-12-24 13:32:41 +00:00
Andy Allan
c192bd0d40
Use bootstrap utility class instead of custom css
2020-12-16 17:34:12 +00:00
Frédéric Rodrigo
bab39572a1
Add CyclOSM layer
2020-12-06 21:29:36 +01:00
mxdanger
aad1c1b933
Add updated authentication logos
2020-11-13 20:02:00 -08:00
Quincy Morgan
b1694ce39e
Update to iD v2.19.0
2020-10-27 17:46:24 -04:00
Tom Hughes
8a42bc2eff
Merge remote-tracking branch 'upstream/pull/2890'
2020-10-21 20:53:15 +01:00
Tom Hughes
2f03522c42
Fix close handler for welcome message
2020-10-21 20:51:10 +01:00
Hidde Wieringa
cde4ac61a2
Also fix private road
2020-10-17 17:00:40 +02:00