CSS hotfix

This commit is contained in:
Alexander Klimov 2014-03-05 15:28:10 +01:00
parent d2ec3c9509
commit e0616f42b0
1 changed files with 2 additions and 2 deletions

View File

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