finish suppliers i18n
This commit is contained in:
parent
27b488a926
commit
eb1e02015e
11 changed files with 101 additions and 57 deletions
|
|
@ -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; }
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue