Add embedded mode (hides menu and so on), maybe need for #98

This commit is contained in:
Bernd Bestel
2018-11-17 12:57:35 +01:00
parent 0f73d849eb
commit 973f07b360
4 changed files with 25 additions and 4 deletions

View File

@@ -72,6 +72,16 @@ button.disabled {
pointer-events: none;
}
.embedded .hide-when-embedded {
display: none;
}
body.embedded.fixed-nav {
padding-top: 0;
}
.embedded .content-wrapper {
margin-left: 0;
}
/* Hide the default up/down arrow buttons for number inputs because we use our own buttons in numberpicker */
input[type='number'] {
-moz-appearance: textfield;