Make arrows have more margin

refs #5705
This commit is contained in:
Alexander Klimov 2014-03-05 16:23:51 +01:00
parent a2f83eba05
commit 360c14b0d5
2 changed files with 5 additions and 1 deletions

View File

@ -28,7 +28,7 @@ $createDbBackend = $this->href('/config/createAuthenticationBackend', array('typ
<div>
<b>Backend:</b>&ensp;<?= $this->escape($backend->name); ?>
</div>
<div>
<div class="config-form-buttons">
<div class="config-form-group">
<?= $backend->reorderForm; ?>
</div>

View File

@ -1,4 +1,8 @@
div.config-form-buttons {
margin-top: 5px;
}
table.configTable {
border-spacing: 15px;
border-collapse: separate;