diff --git a/gadjo/static/css/_forms.scss b/gadjo/static/css/_forms.scss index 297f5ac..9ff4ce7 100644 --- a/gadjo/static/css/_forms.scss +++ b/gadjo/static/css/_forms.scss @@ -665,3 +665,25 @@ div.godo--editor { .BlockSubWidget.widget { margin-bottom: 0; } + +.buttons-group { + display: flex; + a { + @extend %button; + margin-right: 0; + margin-left: -1px; + border-radius: 0; + &:first-child { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; + } + &:last-child { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; + } + &.active { + background: $button-color; + color: white; + } + } +} diff --git a/gadjo/static/css/gadjo.scss b/gadjo/static/css/gadjo.scss index 6aa287d..d9f7348 100644 --- a/gadjo/static/css/gadjo.scss +++ b/gadjo/static/css/gadjo.scss @@ -1112,7 +1112,7 @@ $appicons: add, agendas, announces, bankcard, book, calendar, cards, categories, position: absolute; bottom: 0px; right: 0; - a { + > a { float: right; margin-left: 2em; }