Andy Allan
9ce2822b3d
Fix border spacing for sidebar tags and routing tables
...
The reset code for border spacing was removed in 5c933868db
and
led to minor artifacts in these two tables.
2020-01-30 13:34:56 +01:00
Andy Allan
404024f621
Tweak the dropdown menu hover and active colours
2020-01-29 18:23:47 +01:00
Andy Allan
b97d2d98ae
Further tweaks to the navigation dropdown button colours
2020-01-29 18:23:47 +01:00
Andy Allan
523f84d103
Don't highlight border when hovering on user-menu button
2020-01-29 18:23:47 +01:00
Andy Allan
5ce212de83
Styling for disabled edit button
2020-01-29 18:23:47 +01:00
Andy Allan
290d2a2308
Tweak positioning of inbox count on the user menu button
2020-01-29 18:23:47 +01:00
Andy Allan
e5c33c119a
Switch to bootstrap for dropdowns and tooltips
...
Due to the javascript involved, it was more straightforward to combine
the two together. Moving to bootstrap v4 for dropdowns required some
redesign of the dropdown menu html, and the opportunity was taken to
move to using standard buttons for those menus.
2020-01-29 18:23:47 +01:00
Andy Allan
a3795cddbb
Move the search results to use list-group-flush
2020-01-16 12:39:13 +01:00
Andy Allan
5c933868db
Remove last custom reset styles
2020-01-15 17:16:11 +01:00
Andy Allan
ecf8590214
Remove more reset styles that are handled by bootstrap
2020-01-15 17:16:11 +01:00
Andy Allan
ce3b92c035
Remove some reset styles and clearfix
...
These are included in bootstrap
2020-01-15 17:16:11 +01:00
Andy Allan
65c3c2a915
Remove list style reset, and add overrides where necessary
...
This allows the bootstrap list typography to work without being overridden. It also means
that lists look like normal lists by default, instead of needing to be recreated from
scratch each time. Only the cases where padding and discs are unwanted need to have
custom CSS.
2020-01-15 17:16:11 +01:00
Andy Allan
f885cfe0f5
Rename form-row to standard-form-row to avoid clashing with a bootstrap class
2020-01-15 17:16:11 +01:00
Tom Hughes
ee8ce8c3ab
Merge remote-tracking branch 'upstream/pull/2507'
2020-01-15 14:19:11 +00:00
Tom Hughes
50b2f4f656
Merge remote-tracking branch 'upstream/pull/2505'
2020-01-15 12:17:10 +00:00
Andy Allan
cd801b2c12
Rework issues display page to be responsive
...
This change uses the bootstrap grid to make the issues page responsive,
and avoids having lots of custom widths of divs specified via CSS.
It also changes the display of the reports and comments to be more
like diary entry comments, by having all metadata on one line and shown
before the comment / report text.
2020-01-15 12:20:27 +01:00
Tom Hughes
928465764e
Merge remote-tracking branch 'upstream/pull/2499'
2020-01-09 10:36:31 +00:00
Tom Hughes
e39d227dd0
Merge remote-tracking branch 'upstream/pull/2498'
2020-01-09 10:31:37 +00:00
Tom Hughes
ffb671b80d
Fix indentation of query results
2020-01-09 10:26:16 +00:00
Andy Allan
59f0760bf3
Remove the custom basic grid css rules
...
This is now unused, and the bootstrap grid is much more powerful.
2020-01-08 17:36:38 +01:00
Andy Allan
523565fb21
Use bootstrap grid for signup page
...
This allows us to have the two sections one above the other on small screens,
with the call to action text first, and then side-by-side above the sm
breakpoint with the cta on the right.
2020-01-08 17:26:11 +01:00
Andy Allan
82fd7a10ac
Remove the custom layout css from the terms page
...
This uses bootstrap utilities where necessary. It also removes the
terms page from a padding override, which was then in turn overridden
by a padding class applied to the form!
2020-01-08 17:04:53 +01:00
Andy Allan
f0ee117cff
Refactor the welcome page to use the bootstrap grid and alert box
...
The two columns work well side-by-side even at small screen widths.
2020-01-08 16:41:17 +01:00
Andy Allan
68422c7ff2
Remove extra styling for rss icon
...
This brings it into line with e.g. the new diary entry icon
2020-01-08 16:08:18 +01:00
Andy Allan
827123a8f6
Rework changeset descriptions to use h6 tags, and refactor changeset lists to use list-group-flush
...
The descriptions are probably best not as a header, but still needs to be something more prominent than surrounding text.
2020-01-08 16:04:45 +01:00
Andy Allan
1a9595862f
Remove font size override on sidebar tags tables
2020-01-08 16:01:07 +01:00
Andy Allan
712e67ed4a
Refactor the query results to use bootstrap list-group-flush
2020-01-08 16:00:18 +01:00
Tom Hughes
e7332b0c41
Merge remote-tracking branch 'upstream/pull/2491'
2020-01-02 13:29:26 +00:00
Andy Allan
4ca2721c63
Remove the dashed underline from prose headings
...
No other headings are underlined, and the underlines look more like
a section separator (e.g. dashed hr) and so visually separated the
heading from its content.
2020-01-02 13:40:30 +01:00
Andy Allan
304deb3ca7
Remove usused css for about page
...
Also removes some whitespace on sections and headings that can be
better left as default.
2020-01-02 11:15:26 +01:00
Andy Allan
ca8195c8a3
Reinstate background colour for sidebars
...
This is required when the sidebar overlaps the map, for example when
it is not full height on the welcome message.
2020-01-02 10:50:02 +01:00
Tom Hughes
1c5642637a
Merge remote-tracking branch 'upstream/pull/2471'
2019-12-30 21:40:10 +00:00
Tom Hughes
1597a2f879
Merge remote-tracking branch 'upstream/pull/2470'
2019-12-30 21:37:32 +00:00
Tom Hughes
5ff4e4e331
Merge remote-tracking branch 'upstream/pull/2469'
2019-12-30 21:29:00 +00:00
Andy Allan
281d7992f8
Merge pull request #2464 from hikemaniac/fix-comment-textarea
...
Improve textarea behaviour
2019-12-22 10:21:14 +00:00
Andy Allan
1ff7e3ac71
Replace custom css class with bootstrap inline utility
...
This has actually been broken since the controller was renamed,
but nobody noticed.
2019-12-19 19:31:52 +01:00
Andy Allan
1586e2ba80
Use badges for the trace visibility labels
...
Our green is currently just on the side of triggering black text,
hence the override to make it look consistent with the other badges.
2019-12-19 19:18:00 +01:00
Andy Allan
a3e3be007e
Use text-danger style for pending trace warning
2019-12-19 19:15:36 +01:00
Andy Allan
f8d61f287c
Remove font-size overrides for traces and user lists
...
This makes them much easier to read
2019-12-19 18:03:09 +01:00
Andy Allan
410fe87045
Use a warning alert for reporting new issues
...
This removes custom colouring for the alert. The list overrides
need to stay until we unpick more of our custom styling.
2019-12-19 17:50:22 +01:00
Andy Allan
3776a6d321
Use offwhite instead of grey for browse pages tag tables
2019-12-19 17:43:03 +01:00
Andy Allan
118347444f
Remove more header font size overrides
...
This smooths out inconsistencies in the hierarchies, for example when
using header sizes beyond h3 in profile descriptions.
2019-12-19 17:29:21 +01:00
Andy Allan
6edf2d4374
Minimially invasive fix for sidebar heading sizes
...
I'd prefer to avoid overriding the heading sizes, but this will involve
more extensive changes to the layout. For example, the h2 heading has
specific padding and margins that break when moving to h3.
Fixes #2467
2019-12-19 17:09:51 +01:00
hikemaniac
75d09e2233
Let all textareas only be vertically resized
2019-12-18 20:32:56 +01:00
Tom Hughes
32fa124698
Merge remote-tracking branch 'upstream/pull/2452'
2019-12-18 18:23:42 +00:00
hikemaniac
e6d7471ab6
Fixed comment textarea going off the sidebar, added border-radius to form fields
2019-12-15 16:04:29 +01:00
Andy Allan
efa5f6d4b6
Use a new colour name for the vibrant greens
2019-12-11 16:51:04 +01:00
Andy Allan
c0f5e4ede8
Use paramatered colours for greys
2019-12-11 16:20:16 +01:00
Andy Allan
9b6114ab0b
Combine the two different offwhite background colours, and use the lighter one
2019-12-11 15:57:23 +01:00
Andy Allan
ec5039d9cc
Use bootstrap typography
2019-12-11 10:24:57 +01:00