egroupware/addressbook/templates/default/app.css
2014-03-05 15:25:07 +00:00

41 lines
743 B
CSS

/**
* Give space to both contact view & infolog list
*/
#addressbook-index {height: 100%}
.et2_container[id^="infolog-index-addressbook"] {min-height: 250px}
/**
* new addressbook.edit
*/
div.addressbook_edit_general_picture {
position: relative;
}
div.addressbook_edit_general_picture img {
position: absolute;
width: auto;
height: 65px;
}
.uploadphoto{
position: absolute;
top: 70px;
left: 0;
display:none;
border: 2px solid black;
background-color: #ffffff;
padding: 4px;
}
.typeIcon { height: 16px; width: 16px; }
.editphones,.editname{
position: absolute;
top: 10%;
left: 30%;
display:none;
border: 2px solid black;
background-color: #ffffff;
padding: 4px;
}
.editname{
top: 97px;
left: 173px;
}