mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +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;
|
width: 130px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
margin-left: 3px;
|
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"/>
|
<description value="Next date"/>
|
||||||
<link id="next_link"/>
|
<link id="next_link"/>
|
||||||
</row>
|
</row>
|
||||||
<row valign="top">
|
<row valign="top" class="smime_section_border">
|
||||||
<description value="SMIME key"/>
|
<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"/>
|
<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>
|
</row>
|
||||||
|
@ -163,6 +163,12 @@ select#addressbook-index_col_filter\[tid\] {
|
|||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
margin-left: 3px;
|
margin-left: 3px;
|
||||||
}
|
}
|
||||||
|
.smime_section_border {
|
||||||
|
border-top: 1px solid #e5e5e5;
|
||||||
|
}
|
||||||
|
.smime_section_border > * {
|
||||||
|
padding-top: 10px;
|
||||||
|
}
|
||||||
@media all {
|
@media all {
|
||||||
/* #############################################################################
|
/* #############################################################################
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user