From dd048bc02efbeb36779e19b7a0530f90c8ed5368 Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Wed, 14 Jan 2015 22:00:37 +0100 Subject: [PATCH] add button type btn--action --- app/assets/stylesheets/zammad.css.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/zammad.css.scss b/app/assets/stylesheets/zammad.css.scss index 992376e41..e3df67ffc 100644 --- a/app/assets/stylesheets/zammad.css.scss +++ b/app/assets/stylesheets/zammad.css.scss @@ -277,6 +277,11 @@ span[data-tooltip]:hover:before { box-shadow: none; } + &.btn--action { + padding: 7px 11px 5px; + @extend label; + } + &.btn--primary { color: white; background: #419ed7; @@ -781,7 +786,7 @@ textarea, } .page-header-title h1 { - margin-top: 13px; + margin-top: 9px; } .page-header-meta {