allow to edit GroupOrderArticle result from orders screen
Conflicts: app/assets/javascripts/application.js
This commit is contained in:
parent
f9d2c20aaa
commit
60826ceedc
34 changed files with 393 additions and 220 deletions
|
|
@ -1,5 +1,7 @@
|
|||
@import "twitter/bootstrap/bootstrap";
|
||||
@import "twitter/bootstrap/responsive";
|
||||
@import "delta_input";
|
||||
|
||||
body {
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
|
@ -253,6 +255,15 @@ td.symbol, th.symbol {
|
|||
.unused .symbol { color: tint(@articleUnusedColor, @nonessentialDim); }
|
||||
.unavailable .symbol { color: @articleUnavailColor; }
|
||||
|
||||
// hide symbols completely on small screens to save space
|
||||
@media (max-width: 768px) {
|
||||
.symbol {
|
||||
font-size: 0;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// ********* Tweaks & fixes
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue