mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Fix styling for S/MIME section in edit dialog
This commit is contained in:
parent
a361d05767
commit
1a839f860e
@ -135,4 +135,6 @@ select#addressbook-index_col_filter\[tid\] {
|
||||
width: 130px;
|
||||
vertical-align: middle;
|
||||
margin-left: 3px;
|
||||
}
|
||||
}
|
||||
.smime_section_border {border-top: 1px solid #e5e5e5;}
|
||||
.smime_section_border> * {padding-top: 10px;}
|
@ -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>
|
||||
|
@ -163,6 +163,12 @@ select#addressbook-index_col_filter\[tid\] {
|
||||
vertical-align: middle;
|
||||
margin-left: 3px;
|
||||
}
|
||||
.smime_section_border {
|
||||
border-top: 1px solid #e5e5e5;
|
||||
}
|
||||
.smime_section_border > * {
|
||||
padding-top: 10px;
|
||||
}
|
||||
@media all {
|
||||
/* #############################################################################
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user