Takes Import button to next line.

This commit is contained in:
raghunayyar 2013-10-21 15:19:02 +05:30
parent 45cecc9c08
commit 744ddc2664
1 changed files with 4 additions and 1 deletions

View File

@ -7,7 +7,10 @@ input#openid, input#webdav { width:20em; }
/* PERSONAL */
#rootcert_import { margin:0 30px 0 0; }
#rootcert_import {
margin: 0 0 10px 0;
display: block;
}
/* Sync clients */
.clientsbox { margin:12px; }