add button positioning

This commit is contained in:
Stefan Reinhardt 2014-02-24 17:20:09 +00:00
parent 2908b9466b
commit c5d664c47d
2 changed files with 2 additions and 0 deletions

View File

@ -342,6 +342,7 @@ fieldset.emailGroup {
background-color: #e6e6e6 !important; background-color: #e6e6e6 !important;
background-size: 16px 16px; background-size: 16px 16px;
height: 24px; height: 24px;
margin-right: 0px;
} }
div#addressbook-index div.et2_hbox_right button#addressbook-index_add:before { div#addressbook-index div.et2_hbox_right button#addressbook-index_add:before {
content: ""; content: "";

View File

@ -122,6 +122,7 @@ div#addressbook-index{
.Complete_Button_add_only_plus; .Complete_Button_add_only_plus;
.dimension_height_m; .dimension_height_m;
margin-right: 0px;
&:hover {.Complete_Button_add_only_plus_hover;} &:hover {.Complete_Button_add_only_plus_hover;}
&:active {background-color: @color_positive_action_active !important;} &:active {background-color: @color_positive_action_active !important;}