finish suppliers i18n

This commit is contained in:
wvengen 2013-02-07 16:30:47 +01:00
parent 27b488a926
commit eb1e02015e
11 changed files with 101 additions and 57 deletions

View file

@ -194,4 +194,19 @@ tr.unavailable {
input, select {
border-color: red;
}
}
}
// ********* Tweaks & fixes
// https://github.com/twitter/bootstrap/issues/4062
.dl-horizontal {
dd { .clearfix(); }
}
// need more space for supplier information (in German, at least)
.dl-horizontal {
dt { width: 150px; }
dd { margin-left: 160px; }
}