mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
fix image size and alignment for pixelegg template
This commit is contained in:
parent
18156faf85
commit
ed7a5f82e1
@ -27,6 +27,8 @@ div#divGenTime_addressbook {
|
|||||||
div#addressbook_view_sidebox img.photo {
|
div#addressbook_view_sidebox img.photo {
|
||||||
width: 68px;
|
width: 68px;
|
||||||
padding-right: 3px;
|
padding-right: 3px;
|
||||||
|
height: auto;
|
||||||
|
vertical-align: bottom;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -37,6 +37,12 @@ td.addressbook_sidebox_toolbar {
|
|||||||
div#divGenTime_addressbook {
|
div#divGenTime_addressbook {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
div#addressbook_view_sidebox img.photo {
|
||||||
|
width: 68px;
|
||||||
|
padding-right: 3px;
|
||||||
|
height: auto;
|
||||||
|
vertical-align: bottom;
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* new addressbook.edit
|
* new addressbook.edit
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user