Fix styling for S/MIME section in edit dialog

This commit is contained in:
Hadi Nategh 2018-12-10 11:27:56 +01:00
parent d3d5511b15
commit 1d50e5702d
3 changed files with 10 additions and 2 deletions

View File

@ -118,4 +118,6 @@ select#addressbook-index_col_filter\[tid\] {
#addressbook-index_addressbook-index-row select{
float: right;
width: 134px;
}
}
.smime_section_border {border-top: 1px solid #e5e5e5;}
.smime_section_border> * {padding-top: 10px;}

View File

@ -176,7 +176,7 @@
<description value="Next date"/>
<link id="next_link"/>
</row>
<row valign="top">
<row valign="top" class="smime_section_border">
<description value="SMIME key"/>
<vfs-upload id="addressbook:$cont[id]:.files/smime-pubkey.crt" accept=".crt,.pem,application/x-x509-ca-cert,application/x-x509-user-cert" mime="/application\/(x-x509-(ca|user)|pkix)-cert/" callback="addressbook.addressbook_ui.pubkey_uploaded"/>
</row>

View File

@ -140,6 +140,12 @@ select#addressbook-index_col_filter\[tid\] {
float: right;
width: 134px;
}
.smime_section_border {
border-top: 1px solid #e5e5e5;
}
.smime_section_border > * {
padding-top: 10px;
}
@media all {
/* #############################################################################