Added css to improve smaller screen usability (PR #668)
This commit is contained in:
parent
2d0a81c92d
commit
7136d015c4
1 changed files with 8 additions and 0 deletions
|
@ -235,6 +235,14 @@ table {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Hide the orders article info for small screens
|
||||||
|
to prevent the "save order" button to disappear */
|
||||||
|
@media only screen and (max-width: 950px) {
|
||||||
|
tr.order-article:hover .article-info {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#order-footer {
|
#order-footer {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
|
Loading…
Reference in a new issue