mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +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 {
|
||||
width: 68px;
|
||||
padding-right: 3px;
|
||||
height: auto;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -37,6 +37,12 @@ td.addressbook_sidebox_toolbar {
|
||||
div#divGenTime_addressbook {
|
||||
display: none;
|
||||
}
|
||||
div#addressbook_view_sidebox img.photo {
|
||||
width: 68px;
|
||||
padding-right: 3px;
|
||||
height: auto;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
/**
|
||||
* new addressbook.edit
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user