Skip to content

Commit 1889a43

Browse files
authored
Merge pull request #37 from Ivanov-Anton/active_admin_theme_36_same_height_button
all buttons and links should have same height
2 parents 43d2e2f + ad35760 commit 1889a43

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/assets/stylesheets/wigu/active_admin_theme.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ form fieldset.buttons li.cancel a, form fieldset.actions li.cancel a, form.filte
440440
text-shadow: none;
441441
background-color: #ffffff;
442442
@include rounded($skinBorderRadius);
443-
padding: 10px 20px;
443+
padding: 9px 20px 9px 20px;
444444
border-color: #E4E4E4;
445445
&:hover {
446446
background-image: none!important;
@@ -735,7 +735,7 @@ form fieldset > ol > li fieldset ol li {
735735
box-shadow: none;
736736
background-color: #ffffff;
737737
@include rounded($skinBorderRadius);
738-
padding: 10px 20px;
738+
padding: 9px 20px 9px 20px;
739739
border-color: #E4E4E4;
740740
&:hover {
741741
background-image: none!important;

0 commit comments

Comments
 (0)