egroupware/addressbook/templates/default/app.css

59 lines
1.0 KiB
CSS
Raw Normal View History

/**
* Give space to both contact view & infolog list
*/
#addressbook-index {height: 100%}
.et2_container[id^="infolog-index-addressbook"] {min-height: 250px}
/**
* new addressbook.edit
*/
2014-03-05 19:09:42 +01:00
div#addressbook-edit.et2_container {
width: 842px;
}
div.addressbook_edit_general_picture {
position: relative;
}
div.addressbook_edit_general_picture img {
position: absolute;
width: auto;
2014-03-05 19:09:42 +01:00
max-width: 80px;
height: 105px;
left: 2px;
}
.uploadphoto{
2014-03-05 19:09:42 +01:00
position: absolute;
top: 70px;
left: 0;
display: none;
border: 2px solid black;
background-color: #ffffff;
padding: 4px;
z-index: 1;
}
.typeIcon { height: 16px; width: 16px; }
.editname{
2014-03-05 19:09:42 +01:00
position: absolute;
display: none;
border: 2px solid black;
background-color: #ffffff;
padding: 4px;
top: 55px;
left: 102px;
z-index: 1;
}
.custom_country {
display: none;
}
tr.dialogHeader td, tr.dialogHeader2 td, tr.dialogHeader3 td, tr.dialogHeader4 td,
tr.dialogOperators td,.dialogFooterToolbar {
padding: 5px 0 5px 0;
vertical-align: middle;
}
/**
* Index page
*/
img.iphoto {
width: 100%;
}