fix image size and alignment for pixelegg template

This commit is contained in:
Ralf Becker 2014-03-10 09:05:09 +00:00
parent 18156faf85
commit ed7a5f82e1
2 changed files with 8 additions and 0 deletions

View File

@ -27,6 +27,8 @@ div#divGenTime_addressbook {
div#addressbook_view_sidebox img.photo {
width: 68px;
padding-right: 3px;
height: auto;
vertical-align: bottom;
}
/**

View File

@ -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
*/