Linearize and clean up delivery form
This commit is contained in:
parent
bf32e72414
commit
dd70b84ef0
16 changed files with 170 additions and 155 deletions
|
|
@ -142,9 +142,6 @@ $(function() {
|
|||
// Sort tables with a default sort
|
||||
$('.sorter-bar.default-sort-asc button:nth-child(1)').trigger('click');
|
||||
$('.sorter-bar.default-sort-desc button:nth-child(2)').trigger('click');
|
||||
|
||||
// Translate Select2 messages - could be done in another place, right?
|
||||
$.fn.select2.defaults.formatNoMatches = function () { return "-"; };
|
||||
});
|
||||
|
||||
// compare two elements interpreted as text
|
||||
|
|
|
|||
|
|
@ -48,6 +48,12 @@ body {
|
|||
font-size: @baseFontSize;
|
||||
}
|
||||
|
||||
// Do not use additional margin for input in table
|
||||
.form-horizontal .control-group.control-group-intable,
|
||||
.form-horizontal .controls.controls-intable {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
@mainRedColor: #ED0606;
|
||||
|
||||
.logo {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue