2013-11-27 01:13:01 +01:00
|
|
|
/**
|
2014-03-06 19:39:52 +01:00
|
|
|
* CRM view with contact data in sidebox
|
2013-11-27 01:13:01 +01:00
|
|
|
*/
|
2014-03-06 19:39:52 +01:00
|
|
|
.addressbook_sidebox_name {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.addressbook_sidebox_name, .addressbook_sidebox_org {
|
|
|
|
font-size: 130%;
|
|
|
|
padding: 2px 0 2px 0;
|
|
|
|
}
|
|
|
|
td.addressbook_sidebox_header {
|
|
|
|
font-weight: bold;
|
|
|
|
height: 20px;
|
|
|
|
vertical-align: bottom;
|
|
|
|
}
|
2020-09-30 13:19:36 +02:00
|
|
|
form[id^=addressbook-view].et2_container {
|
2014-08-25 22:54:28 +02:00
|
|
|
height: 0 !important;
|
2014-03-06 19:39:52 +01:00
|
|
|
}
|
|
|
|
td.addressbook_sidebox_toolbar {
|
|
|
|
vertical-align: bottom;
|
|
|
|
height: 32px;
|
|
|
|
}
|
2013-11-27 01:13:01 +01:00
|
|
|
|
2020-11-04 10:56:07 +01:00
|
|
|
.addressbook_view_sidebox img.photo {
|
2014-03-10 09:53:56 +01:00
|
|
|
width: 68px;
|
|
|
|
padding-right: 3px;
|
2014-03-10 10:05:09 +01:00
|
|
|
height: auto;
|
|
|
|
vertical-align: bottom;
|
2014-03-10 09:53:56 +01:00
|
|
|
}
|
2020-11-04 11:43:42 +01:00
|
|
|
div.addressbook_view_sidebox .toolbox button{
|
2020-11-04 10:56:07 +01:00
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
div.addressbook_view_sidebox img[id$='_button[delete]'] {
|
|
|
|
float: right;
|
2020-11-04 11:43:42 +01:00
|
|
|
margin-top: 9px;
|
2020-11-04 10:56:07 +01:00
|
|
|
}
|
2014-03-05 16:25:07 +01:00
|
|
|
/**
|
|
|
|
* new addressbook.edit
|
|
|
|
*/
|
2015-02-04 09:07:44 +01:00
|
|
|
#addressbook-edit.et2_container {
|
2014-03-05 19:09:42 +01:00
|
|
|
}
|
2014-03-05 16:25:07 +01:00
|
|
|
div.addressbook_edit_general_picture {
|
|
|
|
position: relative;
|
2009-07-22 09:24:05 +02:00
|
|
|
}
|
2014-03-05 16:25:07 +01:00
|
|
|
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;
|
2013-11-11 20:10:28 +01:00
|
|
|
}
|
2013-12-04 21:51:28 +01:00
|
|
|
.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;
|
2013-11-11 20:10:28 +01:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
.typeIcon { height: 16px; width: 16px; }
|
2013-12-04 21:51:28 +01:00
|
|
|
.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;
|
2019-05-02 11:53:16 +02:00
|
|
|
padding-right: 10px;
|
2014-03-05 19:09:42 +01:00
|
|
|
}
|
|
|
|
.custom_country {
|
|
|
|
display: none;
|
|
|
|
}
|
2022-04-22 23:23:37 +02:00
|
|
|
#addressbook-edit
|
2014-03-06 10:48:15 +01:00
|
|
|
#addressbook-edit_tel_prefer-tel_work, #addressbook-edit_tel_prefer-tel_cell {
|
2016-04-12 16:27:51 +02:00
|
|
|
left: 7px;
|
2014-03-06 10:48:15 +01:00
|
|
|
}
|
2015-12-15 19:58:52 +01:00
|
|
|
#addressbook-edit_memberships + .chzn-container .chzn-results {
|
|
|
|
max-height: 85px;
|
|
|
|
}
|
2014-03-05 19:28:19 +01:00
|
|
|
/**
|
|
|
|
* Index page
|
|
|
|
*/
|
2015-02-04 10:27:23 +01:00
|
|
|
#addressbook-index img.iphoto {
|
2022-09-07 01:21:13 +02:00
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
#addressbook-index_nm_filter {
|
|
|
|
order: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
#addressbook-index .avatar img.iphoto {
|
|
|
|
border: none;
|
|
|
|
box-shadow: none;
|
2014-03-05 19:28:19 +01:00
|
|
|
}
|
2019-10-15 14:06:33 +02:00
|
|
|
#addressbook-index .avatar span {margin-right: 0;}
|
2015-02-04 11:30:59 +01:00
|
|
|
#addressbook-index_org_view, #addressbook-index_addressbook-index-right_add > div.et2_box_widget {
|
|
|
|
top: 0;
|
|
|
|
padding-top: 0;
|
2014-05-02 16:13:10 +02:00
|
|
|
}
|
2018-09-24 13:48:24 +02:00
|
|
|
#addressbook-edit_adr_one_locality,
|
|
|
|
#addressbook-edit_adr_two_locality,
|
|
|
|
#addressbook-edit_adr_one_postalcode,
|
|
|
|
#addressbook-edit_adr_two_postalcode{
|
2022-04-22 23:23:37 +02:00
|
|
|
|
2018-09-24 13:48:24 +02:00
|
|
|
}
|
|
|
|
div.city_state_postcode #addressbook-edit_adr_two_postalcode,
|
|
|
|
div.city_state_postcode #addressbook-edit_adr_one_postalcode {margin-right: 5px !important;}
|
2014-08-20 16:38:33 +02:00
|
|
|
.addressbookHooked .egwGridView_grid label>span.et2_link {
|
|
|
|
display: none;
|
2016-02-16 20:42:31 +01:00
|
|
|
}
|
2022-08-03 18:14:52 +02:00
|
|
|
|
2022-07-27 08:48:27 +02:00
|
|
|
et2-button#addressbook-index_nm_advanced-search {
|
|
|
|
margin-right: 0 !important;
|
2018-09-18 15:16:51 +02:00
|
|
|
}
|
2018-12-10 11:15:05 +01:00
|
|
|
.smime_section_border {border-top: 1px solid #e5e5e5;}
|
|
|
|
.smime_section_border> * {padding-top: 10px;}
|