CSS hotfix

This commit is contained in:
Alexander Klimov 2014-03-05 15:28:10 +01:00
parent d2ec3c9509
commit e0616f42b0

View File

@ -1,6 +1,6 @@
table.configTable { table.configTable {
border-spacing: 10px; border-spacing: 15px;
border-collapse: separate; border-collapse: separate;
} }
@ -10,7 +10,7 @@ td.configTable {
padding: 10px; padding: 10px;
} }
div.form-group { div.config-form-group {
float: right; float: right;
} }