mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 04:11:49 +02: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{
|
#addressbook-index_addressbook-index-row select{
|
||||||
float: right;
|
float: right;
|
||||||
width: 134px;
|
width: 134px;
|
||||||
}
|
}
|
||||||
|
.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>
|
||||||
|
@ -140,6 +140,12 @@ select#addressbook-index_col_filter\[tid\] {
|
|||||||
float: right;
|
float: right;
|
||||||
width: 134px;
|
width: 134px;
|
||||||
}
|
}
|
||||||
|
.smime_section_border {
|
||||||
|
border-top: 1px solid #e5e5e5;
|
||||||
|
}
|
||||||
|
.smime_section_border > * {
|
||||||
|
padding-top: 10px;
|
||||||
|
}
|
||||||
@media all {
|
@media all {
|
||||||
/* #############################################################################
|
/* #############################################################################
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user