diff --git a/addressbook/templates/pixelegg/app.css b/addressbook/templates/pixelegg/app.css index f9ab429aa2..88db5251eb 100755 --- a/addressbook/templates/pixelegg/app.css +++ b/addressbook/templates/pixelegg/app.css @@ -181,12 +181,10 @@ fieldset.emailGroup { overflow: auto; } div#addressbook-index div.et2_hbox_left { - padding: 4px 0px; + padding: 0px 17px 0 13px; } div#addressbook-index div.et2_hbox_left select#addressbook-index_org_view { - -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5); - -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5); - box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5); + /*.box_shadow_standard_light;*/ width: auto; margin: 5px 0em 5px 5px; padding: 3px; @@ -198,6 +196,9 @@ fieldset.emailGroup { cursor: pointer; height: 24px; margin-top: 0; + -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); + -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); + box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); } div#addressbook-index div.et2_hbox_left select#addressbook-index_org_view:hover { -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6); @@ -205,13 +206,13 @@ fieldset.emailGroup { box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6); } div#addressbook-index div.et2_hbox_right { + padding: 0px 11px 0px 0px; width: auto; - margin-right: 1em; + margin-right: 0em; + margin-top: -5px; } div#addressbook-index div.et2_hbox_right select.et2_selectbox { - -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5); - -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5); - box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5); + /*.box_shadow_standard_light;*/ width: auto; margin: 5px 0em 5px 5px; padding: 3px; diff --git a/addressbook/templates/pixelegg/app.less b/addressbook/templates/pixelegg/app.less index 1ec95935a9..54dbc676ab 100755 --- a/addressbook/templates/pixelegg/app.less +++ b/addressbook/templates/pixelegg/app.less @@ -68,12 +68,13 @@ div#addressbook-index{ // ########################## div.et2_hbox_left{ - padding: 4px 0px; + padding: 0px 17px 0 13px; // Org View select#addressbook-index_org_view{ .Complete_Button_select; .dimension_height_m; margin-top: 0; + .box_shadow_none; &:hover{ .Complete_Button_select_hover; } @@ -88,8 +89,11 @@ div#addressbook-index{ // rechte Box // ########################### div.et2_hbox_right { + padding: 0px 11px 0px 0px; + width: auto; - margin-right: 1em; + margin-right: 0em; + margin-top: -5px; // Typ