Commit graph

410 commits

Author SHA1 Message Date
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
Tom Hughes
c65f808244 Merge remote-tracking branch 'upstream/pull/4145' 2023-08-08 18:37:00 +01:00
Anton Khorev
a5a7ee116c Remove 'no home' message css from profile edit form 2023-08-08 20:26:15 +03:00
Anton Khorev
478d80b50c Remove unused user image css from profile edit form 2023-08-08 19:59:50 +03:00
Anton Khorev
0868cf3f17 Remove old rails error css 2023-08-08 05:57:16 +03:00
Anton Khorev
98d1da4b98 Use multiple columns for map controls if they don't fit vertically 2023-08-02 21:00:36 +03:00
Anton Khorev
b4256ae6a3 Stretch login menu buttons in small nav mode 2023-08-02 20:01:48 +03:00
Andy Allan
f884be441d
Merge pull request #4111 from AntonKhorev/hidden-welcome-banner
Hide/show welcome banner with hidden attribute
2023-08-02 16:56:25 +01:00
Andy Allan
5796bf6347
Merge pull request #4112 from AntonKhorev/no-float-inside-sidebar
Remove unnecessary full-width float css from sidebar
2023-08-02 15:54:16 +01:00
Tom Hughes
60f42ed6d3 Merge remote-tracking branch 'upstream/pull/4114' 2023-07-30 19:00:02 +01:00
Tom Hughes
52bb2a4430 Merge remote-tracking branch 'upstream/pull/4115' 2023-07-30 18:53:30 +01:00
Tom Hughes
2f59c267ad Merge remote-tracking branch 'upstream/pull/4118' 2023-07-30 18:47:10 +01:00
Anton Khorev
f5b26a7df0 Remove resize css property from textarea 2023-07-29 19:38:06 +03:00
Anton Khorev
c3500b4b81 Remove display properties from share tabs 2023-07-29 19:26:20 +03:00
Anton Khorev
6fca88ab16 Move map attribution print styles to print.scss 2023-07-28 21:24:52 +03:00
Anton Khorev
2818684df1 Remove unused 0 bottom margin from map ui css 2023-07-28 21:05:05 +03:00
Anton Khorev
1905199b72 Remove unnecessary full-width float css from sidebar 2023-07-28 20:05:28 +03:00
Anton Khorev
e6987d7dd3 Hide/show welcome banner with hidden attribute 2023-07-28 19:53:19 +03:00
Andy Allan
0a66990911 Simplify menu-icon css
Remove the duplicate display property, since it was force-overridden
by the `!important` keyword in the same definiton. This then makes the
`!important` keywords unnecessary. The menu-icon is floated, and
therefore can't be `inline-block`, so browsers were interpreting that
as `block` all along.
2023-07-26 17:39:36 +01:00
Andy Allan
7ea3398c79 Remove unused CSS
The browse_details CSS classes were removed in 30ab1e91da and c4090bb150
2023-07-26 17:15:17 +01:00
Dimitar
318064b2a7 Facelift offline.html and use Bootstrap classes for "notifications"
Update site_controller_test.rb

Update site_controller_test.rb

Remove whitespace

Reset Settings.status after test is done

Update test for offline page

Update site_controller.rb

Fix indentation

Update offline controller

Update offline.html.erb

Remove flash CSS classes and fix missed tests

Updated tests

Address most PR comments

Update _flash.html.erb

Update _flash.html.erb

Update edit.html.erb

Update offline.html.erb
2023-03-26 13:57:51 +03:00
Anton Khorev
28060080e8 Replace spinners in html.erb templates 2022-11-01 00:08:41 +03:00
Andy Allan
aa78da82fe
Merge pull request #3694 from AntonKhorev/share-button-group
Use Bootstrap button group for share tabs
2022-10-19 16:24:08 +01:00
Andy Allan
0917201893
Merge pull request #3704 from AntonKhorev/leaflet-control-groups
Group map controls explicitly
2022-10-19 15:42:08 +01:00
Tom Hughes
d6586275e9 Unflip the heading text on the new user screen for RTL languages
Fixes #3752
2022-10-12 08:48:29 +01:00
danieldegroot2
6e7fbc9a87
Fix margin
Fix unexpected margin
2022-09-22 17:46:32 +02:00
Anton Khorev
cfc9a8fe03 Change map ui sidebar height together with map height 2022-09-21 16:50:14 +03:00
Tom Hughes
cb143bb5f1 Merge remote-tracking branch 'upstream/pull/3703' 2022-09-19 17:46:46 +01:00
Tom Hughes
a685b3a6fc Merge remote-tracking branch 'upstream/pull/3702' 2022-09-19 17:46:04 +01:00