mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-23 14:28:45 +01:00
Fix styling for S/MIME section in edit dialog
This commit is contained in:
parent
d3d5511b15
commit
1d50e5702d
@ -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;}
|
@ -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>
|
||||
|
@ -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 {
|
||||
/* #############################################################################
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user