Merge branch 'master' into feature-cleaner_order_details

Conflicts:
	app/assets/stylesheets/bootstrap_and_overrides.css.less
This commit is contained in:
wvengen 2014-01-20 13:36:46 +01:00
commit 8db516c5f0
10 changed files with 139 additions and 51 deletions

View file

@ -240,6 +240,10 @@ tr.unavailable {
// ********* Tweaks & fixes
// Fix bootstrap dropdown menu on mobile
// https://github.com/twbs/bootstrap/issues/4550#issuecomment-31916049
.dropdown-backdrop { position: static; }
// need more space for supplier&order information (in German, at least)
.dl-horizontal {
dt { width: 160px; }