Anton Khorev
abf5342845
Remove some print-related custom css
2023-10-20 17:26:51 +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
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
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
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
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
Andy Allan
6b633e9d4a
Merge pull request #4133 from AntonKhorev/flex-leaflet-controls
...
Use multiple columns for map controls if they don't fit vertically
2023-08-16 13:43:42 +01:00
Andy Allan
9174049d6b
Merge pull request #4150 from AntonKhorev/note-table-bootstrap-highlight
...
Use Bootstrap highlight class in note tables
2023-08-16 13:35:47 +01:00
Andy Allan
28b00b85da
Merge pull request #4156 from AntonKhorev/bootstrap-code-direction-fix
...
Don't do direction override from Bootstrap reboot of <code>
2023-08-16 13:24:11 +01:00
Tom Hughes
e6a8b40098
Make the close icon on banners more visible
...
Fixes #4165
2023-08-14 08:31:10 +01:00
Tom Hughes
e2cb2327f9
Merge remote-tracking branch 'upstream/pull/4144'
2023-08-13 10:50:33 +01:00
Anton Khorev
f8fac7089b
Don't do direction override from Bootstrap reboot of <code>
...
Later versions of Bootstrap don't have it.
See https://github.com/twbs/bootstrap/pull/35230
2023-08-12 02:23:56 +03:00
Anton Khorev
6fcaa0e53c
Update diary edit form styling
2023-08-12 01:40:32 +03:00
Anton Khorev
9d95d548e8
Update diary comments styling
2023-08-12 01:30:54 +03:00
Anton Khorev
98f1e2a21d
Update diary entry styling
...
user_<id> class was kept because
https://github.com/openstreetmap/openstreetmap-website/pull/2266
2023-08-12 01:30:53 +03:00
Anton Khorev
c751967d0e
Change mark message buttons visibility with hidden attr
2023-08-11 20:35:36 +03:00
Anton Khorev
d0cfde2996
Use Bootstrap nowrap class in messages table
2023-08-11 18:54:39 +03:00
Anton Khorev
e290df896e
Put message read/unread/delete buttons in one column
2023-08-11 18:46:51 +03:00
Tom Hughes
f47eeb0632
Merge remote-tracking branch 'upstream/pull/4154'
2023-08-10 22:42:39 +01:00
Anton Khorev
a4b8a91821
Use Bootstrap highlight class in note tables
2023-08-10 21:16:26 +03:00
Anton Khorev
f4da0d34a0
Remove message header custom css
2023-08-10 20:47:41 +03:00
Anton Khorev
2d677df6e2
Remove message date float
2023-08-10 20:23:13 +03:00
Tom Hughes
a02e37250b
Merge remote-tracking branch 'upstream/pull/4152'
2023-08-10 18:06:20 +01:00
Tom Hughes
09ce3d6abb
Merge remote-tracking branch 'upstream/pull/4153'
2023-08-10 18:01:01 +01:00
Anton Khorev
113c32f65e
Remove custom css for OpenID logo
2023-08-10 19:43:54 +03:00
Anton Khorev
ca4555df43
Use Bootstrap inline lists for <dl>s on user pages
2023-08-10 19:12:25 +03:00
Anton Khorev
104b36f678
Remove unnecessary css from diary entry locations
2023-08-10 18:40:05 +03:00
Tom Hughes
eedf8a55e4
Merge remote-tracking branch 'upstream/pull/4132'
2023-08-09 19:20:54 +01:00