Commit graph

1945 commits

Author SHA1 Message Date
Anton Khorev
d2f26a5436 Apply unread message background to table cells
Required after updating Bootstrap.
2023-10-25 15:02:28 +03:00
Anton Khorev
d8216ef98b Remove user list custom css 2023-10-20 20:42:38 +03:00
Tom Hughes
a8f49f5747 Merge remote-tracking branch 'upstream/pull/4304' 2023-10-20 17:11:13 +01:00
Tom Hughes
3023c070ea Merge remote-tracking branch 'upstream/pull/4303' 2023-10-20 17:07:07 +01:00
Anton Khorev
50c2b24c28 Remove oauth list custom css 2023-10-20 17:55:10 +03:00
Anton Khorev
abf5342845 Remove some print-related custom css 2023-10-20 17:26:51 +03:00
Anton Khorev
62ba143c3c Remove some search/directions custom css 2023-10-20 16:58:59 +03:00
Anton Khorev
5e0792631a Remove subscribe/unsubscribe button custom css 2023-10-18 17:37:36 +03:00
Tom Hughes
83d9f1f164 Merge remote-tracking branch 'upstream/pull/4295' 2023-10-17 18:49:58 +01:00
Anton Khorev
74a87d55e7 Replace secondary nav buttons custom css with classes 2023-10-17 17:35:14 +03:00
Anton Khorev
3fc971d03c Enable focus outline on More button 2023-10-17 17:21:25 +03:00
Anton Khorev
afdfda9557 Remove some h1/logo custom css 2023-10-16 12:32:06 +03:00
Tom Hughes
389b715241 Merge remote-tracking branch 'upstream/pull/4268' 2023-10-02 18:48:52 +01:00
Tom Hughes
0d420a8374 Merge remote-tracking branch 'upstream/pull/4266' 2023-10-02 18:47:21 +01:00
Anton Khorev
3c5c376158 Remove custom color from changeset comments count 2023-10-02 02:32:47 +03:00
Anton Khorev
9768a01717 Remove custom opacity from changeset comments count 2023-10-02 02:32:03 +03:00
Anton Khorev
d60a873126 Remove rtl direction fix for <code> 2023-10-01 18:40:10 +03:00
Anton Khorev
839cc132b8 Limit nav color override to edit/history/export buttons 2023-10-01 18:16:36 +03:00
Anton Khorev
e6e478f5b0 Make search input a direct child of input group 2023-10-01 17:49:31 +03:00
Andy Allan
520cffabea Upgrade to bootstrap 5.2 2023-09-29 09:41:35 +01:00
Andy Allan
ad4ed68037 Fix border settings used in workaround
Fixes #4263
2023-09-28 21:01:41 +01:00
Tom Hughes
32ffd66eb5 Merge remote-tracking branch 'upstream/pull/4260' 2023-09-28 16:35:05 +01:00
Andy Allan
228ab23ce1
Merge pull request #4184 from AntonKhorev/print
Show sidebar in print media
2023-09-27 15:10:52 +01:00
Andy Allan
c975bae507 Workaround for dartsass vs bootstrap 5.1 bug 2023-09-27 09:35:30 +01:00
Tom Hughes
3e8bbe70fb Add whitespace 2023-09-22 17:54:18 +01:00
Paul Norman
00d085ed5d
Add Tracestrack Topo as featured layer 2023-09-19 22:16:42 -07:00
Marjan Van de Kauter
781b5166ce Add banner for State of the Map Europe 2023
Closes #4252
2023-09-19 09:17:30 +01:00
Andy Allan
841cff678b Refactor remaining sass division operators to use multiplication 2023-09-13 13:26:19 +01:00
Andy Allan
f3a4443120 Remove unusual margins and line-height from comments
This allows them to follow normal conventions used elsewhere, as
well as removing some custom css.
2023-09-13 13:18:30 +01:00
Andy Allan
5d4c96878a Remove sass division for export input boxes margins 2023-09-13 11:42:12 +01:00
Andy Allan
3c4f48e59b Remove custom styling from export alternative sources dl
These were mostly the same as the bootstrap defaults.
2023-09-13 11:35:55 +01:00
Andy Allan
5473be178a Refactor the directions table to use bootstrap table styling
This allows us to remove some custom CSS
2023-09-13 11:30:50 +01:00
Andy Allan
d45c1435e6 Use spacer for margins on leaflet popups 2023-09-13 10:58:36 +01:00
Andy Allan
0a41b19bbc Use an inline list for the login auth buttons 2023-09-13 10:58:36 +01:00
Andy Allan
ffe637f23d Use multiplication for secondary-actions margin and padding
This avoids using the sass division operator, which is deprecated.
2023-09-13 10:58:36 +01:00
Andy Allan
79868aeae7 Remove unnecessary paragraph margin override on diary comments 2023-09-13 10:58:36 +01:00
Andy Allan
fdb687517e Match the top spacing of the leaflet buttons to the gap between groups
This removes a usage of sass division operator
2023-09-06 18:10:02 +01:00
Andy Allan
6eac50525b Use h2 as the main header on the map-ui panel 2023-09-06 18:10:02 +01:00
Andy Allan
c162a9660e Use standard padding size for map-ui sidebar
The previous padding didn't match the main sidebar, and also used
sass division as part of the calculation.
2023-09-06 18:10:02 +01:00
Andy Allan
6fc0f764d5 Round the clickable map previews on the layer switcher
Most interactive elements on the site are rounded, so we can do the
same for these map previews.
2023-09-06 18:10:02 +01:00
Andy Allan
01eed9b96c Make the sharing controls read-only
They aren't used for inputting any information, only for copying.
2023-09-06 18:10:02 +01:00
Andy Allan
dc24f6c219 Use bootstrap form controls for the link and html controls 2023-09-06 18:10:02 +01:00
Andy Allan
0ea6646fb6 Use bootstrap for share forms
This fixes alignment of the checkboxes, and uses bootstrap form
controls for the image format and scale inputs.

Move the custom dimensions input to beside the custom dimensions
display.
2023-09-06 18:10:02 +01:00
Andy Allan
1253bdcdc5 Use bootstrap badges to implement count-number badges
This leaves bootstrap to take care of most aspects, while retaining
the current colours and font weights.
2023-08-30 18:11:56 +01:00
Tom Hughes
a274726f46 Add rate limiting for changeset comments
Fixes #4196
2023-08-25 19:53:04 +01:00
Tom Hughes
2a1689f962 Merge remote-tracking branch 'upstream/pull/4169' 2023-08-20 11:04:28 +01:00
Milan Cvetkovic
ad164d384e Change provider name to "microsoft" 2023-08-20 10:19:30 +01:00
Tom Hughes
a8ae7b2d3e Replace links to donate.osm.org with supporting.osm.org 2023-08-19 11:22:54 +01:00
Anton Khorev
00f5c75627 Show sidebar in print media 2023-08-18 18:06:56 +03:00
Anton Khorev
e3e5b9fbf1 Remove right leaflet toolbar position override
Has no effect, doesn't take rtl into account.
Was added in 537d72b0f6 (diff-fe520170ce0c939dc1e59f3395a360a1866b4da19b474c9f0b35112f72e952d8R117)
2023-08-17 17:48:59 +03:00