mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +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;
|
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;
|
||||||
|
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user