// orders + css highlight / fixed-width

This commit is contained in:
Kevin Granger
2013-09-20 14:42:09 +02:00
parent fc42ce17b8
commit eeb3b540e2
3 changed files with 87 additions and 53 deletions
@@ -466,17 +466,17 @@ tr.filter
//some helpers to get fixed width
.fixed-width-xs
width: 40px
width: 40px!important
.fixed-width-sm
width: 80px
width: 80px!important
.fixed-width-md
width: 120px
width: 120px!important
.fixed-width-lg
width: 160px
width: 160px!important
.fixed-width-xl
width: 200px
width: 200px!important
.fixed-width-xxl
width: 250px
width: 250px!important
// temp fix for latest bootstrap
input[type="text"],input[type="search"],input[type="password"], textarea, select