fix css for addressbook, no more div.et2_container

This commit is contained in:
Ralf Becker 2015-02-04 08:07:44 +00:00
parent 13684d4903
commit fa482dbc39
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ td.addressbook_sidebox_header {
height: 20px; height: 20px;
vertical-align: bottom; vertical-align: bottom;
} }
div#addressbook-view.et2_container { #addressbook-view.et2_container {
height: 0 !important; height: 0 !important;
} }
td.addressbook_sidebox_toolbar { td.addressbook_sidebox_toolbar {
@ -34,7 +34,7 @@ div#addressbook_view_sidebox img.photo {
/** /**
* new addressbook.edit * new addressbook.edit
*/ */
div#addressbook-edit.et2_container { #addressbook-edit.et2_container {
} }
div.addressbook_edit_general_picture { div.addressbook_edit_general_picture {
position: relative; position: relative;

View File

@ -27,7 +27,7 @@ td.addressbook_sidebox_header {
height: 20px; height: 20px;
vertical-align: bottom; vertical-align: bottom;
} }
div#addressbook-view.et2_container { #addressbook-view.et2_container {
height: 0 !important; height: 0 !important;
} }
td.addressbook_sidebox_toolbar { td.addressbook_sidebox_toolbar {