mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
fix css for addressbook, no more div.et2_container
This commit is contained in:
parent
13684d4903
commit
fa482dbc39
@ -13,7 +13,7 @@ td.addressbook_sidebox_header {
|
||||
height: 20px;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
div#addressbook-view.et2_container {
|
||||
#addressbook-view.et2_container {
|
||||
height: 0 !important;
|
||||
}
|
||||
td.addressbook_sidebox_toolbar {
|
||||
@ -34,7 +34,7 @@ div#addressbook_view_sidebox img.photo {
|
||||
/**
|
||||
* new addressbook.edit
|
||||
*/
|
||||
div#addressbook-edit.et2_container {
|
||||
#addressbook-edit.et2_container {
|
||||
}
|
||||
div.addressbook_edit_general_picture {
|
||||
position: relative;
|
||||
|
@ -27,7 +27,7 @@ td.addressbook_sidebox_header {
|
||||
height: 20px;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
div#addressbook-view.et2_container {
|
||||
#addressbook-view.et2_container {
|
||||
height: 0 !important;
|
||||
}
|
||||
td.addressbook_sidebox_toolbar {
|
||||
|
Loading…
Reference in New Issue
Block a user