From daf92b07306d17fe7fce1548d46dd949963e6283 Mon Sep 17 00:00:00 2001 From: Dave Cranwell Date: Fri, 26 Jun 2015 14:15:40 +0100 Subject: [PATCH] altered styling of stream controls to be more like all other buttons. Now grouped with .button-group, which is also documented in styleguide. --- .../templates/wagtailstyleguide/base.html | 16 ++++++ .../wagtailadmin/scss/components/forms.scss | 51 +++++++++++++++---- .../scss/components/streamfield.scss | 42 ++++++++------- .../wagtailadmin/block_forms/list_member.html | 8 +-- .../block_forms/stream_member.html | 8 +-- .../edit_handlers/inline_panel_child.html | 2 +- 6 files changed, 92 insertions(+), 35 deletions(-) diff --git a/wagtail/contrib/wagtailstyleguide/templates/wagtailstyleguide/base.html b/wagtail/contrib/wagtailstyleguide/templates/wagtailstyleguide/base.html index f4e859987..6b8ecbe4c 100644 --- a/wagtail/contrib/wagtailstyleguide/templates/wagtailstyleguide/base.html +++ b/wagtail/contrib/wagtailstyleguide/templates/wagtailstyleguide/base.html @@ -301,6 +301,22 @@ +
+

Button groups

+

Adds rounding to first and last items only

+
+ + + +
+
+
+ + A link button + A non-link button +
+
+