Tom Hughes
b45bce3370
Fix positioning of placeholder text in RTL mode
...
Fixes #3910
2023-11-16 22:54:03 +00:00
Tom Hughes
a328ec84a2
Use rtlcss instead of r2 for RTL support
...
This ensures that the RTL directives in bootstrap are processed
correctly as it is designed around RTLCSS for RTL support.
Fixes #4347
2023-11-16 22:53:09 +00:00
Tom Hughes
2fcee9625d
Merge remote-tracking branch 'upstream/pull/4349'
2023-11-15 22:30:41 +00:00
Andy Allan
dbe84a97bf
Underline time elements that have a title
...
This replicates the previous use of abbr tags, with improved semantics.
Although we only use time tags in one place at the moment, the attribute
filter protects against any usage in the future that doesn't need a title
indication.
2023-11-15 19:46:43 +00:00
Andy Allan
3c7b7cef70
Remove global text-align declarations
...
These interfere with directions set in `dir` attributes, e.g. `dir='auto'`.
The corresponding text-align was removed in Bootstrap 5.
Fixes #3432 .
2023-11-15 15:08:23 +00:00
Tom Hughes
1ce5d7dec1
Merge remote-tracking branch 'upstream/pull/4297'
2023-11-14 17:19:54 +00:00
Anton Khorev
562e7e7d32
Remove some tag table custom css
2023-11-14 17:17:18 +00:00
Anton Khorev
6f38ee2dbb
Remove $spacer css from browse status panel
2023-11-14 08:37:05 +03:00
Anton Khorev
41f7670ee2
Remove $spacer css from sidebar content
2023-11-14 08:22:43 +03:00
Tom Hughes
4ed7387551
Merge remote-tracking branch 'upstream/pull/4343'
2023-11-13 18:44:16 +00:00
Tom Hughes
afc8dad0b6
Merge remote-tracking branch 'upstream/pull/4342'
2023-11-13 18:42:46 +00:00
Tom Hughes
96ee97ff93
Merge remote-tracking branch 'upstream/pull/4341'
2023-11-13 18:40:55 +00:00
Tom Hughes
b8609d2eae
Merge remote-tracking branch 'upstream/pull/4340'
2023-11-13 18:39:32 +00:00
Anton Khorev
138aaf0f7a
Remove custom css and large left margin for map noscript message
2023-11-13 12:24:51 +03:00
Anton Khorev
342d323c04
Remove unused maximiseMap/minimiseMap functions
2023-11-13 11:13:56 +03:00
Anton Khorev
4ba24bdd5d
Remove some custom css for pages with embedded iD
2023-11-13 10:46:17 +03:00
Anton Khorev
65e1ee6836
Remove custom css and unnecessary div nesting of welcome panel
2023-11-13 10:11:42 +03:00
Anton Khorev
77be0e3225
Remove relative position from sidebar child divs other than banners
2023-11-13 09:46:11 +03:00
Anton Khorev
8a3607860e
Set banner close button background/opacity with Bootstrap
2023-11-12 10:17:06 +03:00
Tom Hughes
8daaab2aa8
Merge remote-tracking branch 'upstream/pull/4293'
2023-10-25 18:19:57 +01:00
Anton Khorev
f5c844682f
Override left/right tooltip arrow placement in rtl mode
2023-10-25 15:48:54 +03:00
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
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