Fix fullwidth issue in AB edit dialog

This commit is contained in:
Hadi Nategh 2019-05-02 11:53:16 +02:00
parent 07c6895386
commit 7e96f98505
5 changed files with 40 additions and 7 deletions

View File

@ -63,6 +63,7 @@ div.addressbook_edit_general_picture img {
top: 55px;
left: 102px;
z-index: 1;
padding-right: 10px;
}
.custom_country {
display: none;
@ -134,7 +135,7 @@ select#addressbook-index_col_filter\[tid\] {
#addressbook-edit_adr_one_region, #addressbook-edit_adr_two_region {
width: 130px;
vertical-align: middle;
margin-left: 3px;
margin-left: 1px;
}
.smime_section_border {border-top: 1px solid #e5e5e5;}
.smime_section_border> * {padding-top: 10px;}

View File

@ -136,9 +136,11 @@
<url-phone id="tel_car" tabindex="26" class="et2_fullWidth"/>
<radio statustext="select phone number as prefered way of contact" id="tel_prefer" options="tel_car,&amp;hearts;"/>
<description disabled="@no_tid" for="tid" value="Type"/>
<menulist disabled="@no_tid">
<menupopup id="tid" no_lang="1" class="et2_fullWidth" onchange="1"/>
</menulist>
<hbox width="102%">
<menulist disabled="@no_tid">
<menupopup id="tid" no_lang="1" class="et2_fullWidth" onchange="1"/>
</menulist>
</hbox>
<description/>
</row>
</rows>

View File

@ -76,6 +76,7 @@ div.addressbook_edit_general_picture img {
top: 55px;
left: 102px;
z-index: 1;
padding-right: 10px;
}
.custom_country {
display: none;
@ -161,7 +162,7 @@ select#addressbook-index_col_filter\[tid\] {
#addressbook-edit_adr_two_region {
width: 130px;
vertical-align: middle;
margin-left: 3px;
margin-left: 1px;
}
.smime_section_border {
border-top: 1px solid #e5e5e5;
@ -375,4 +376,19 @@ select#addressbook-index_col_filter\[tid\] {
#addressbook-edit_addressbook-edit-general .et2_label {
margin-right: 6px;
}
#addressbook_edit_adr_one_countrycode_chzn,
#addressbook_edit_adr_two_countrycode_chzn {
margin-top: 3px;
}
#addressbook_edit_adr_one_countrycode_chzn a.et2_country-select,
#addressbook_edit_adr_two_countrycode_chzn a.et2_country-select {
width: 99%;
padding-left: 5px;
left: 1px;
border-radius: 0;
}
#addressbook-edit_adr_one_region .ms-ctn form-control,
#addressbook-edit_adr_two_region .ms-ctn form-control {
padding-left: 13px;
}
}

View File

@ -170,5 +170,21 @@
#addressbook-edit_addressbook-edit-general{
.et2_label {margin-right: 6px;}
}
#addressbook_edit_adr_one_countrycode_chzn,
#addressbook_edit_adr_two_countrycode_chzn {
margin-top: 3px;
a.et2_country-select {
width: 99%;
padding-left: 5px;
left: 1px;
border-radius: 0;
}
}
#addressbook-edit_adr_one_region,
#addressbook-edit_adr_two_region {
.ms-ctn form-control {padding-left: 13px;}
}
}

View File

@ -2653,8 +2653,6 @@ ul.et2_nowrap, div.et2_nowrap{
float: right;
}
.et2_fullWidth input.et2_date { width:95%;}
/*et2_image_widget*/
div.et2_image_tooltipPopup {
background: white;