mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-22 08:07:06 +01:00
webui: password webmode as a panel
This commit is contained in:
@@ -2,6 +2,35 @@
|
||||
General
|
||||
-------------------------------------------------------------------------- */
|
||||
|
||||
#layout.initial {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
#layout.initial .content {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
#layout.initial .menu-link,
|
||||
#layout.initial #menu {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#layout.initial .button-setup-password {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
#layout .button-setup-password {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#layout.initial .setup-password-initial {
|
||||
display: block;
|
||||
}
|
||||
|
||||
#layout .setup-password-initial {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#menu .pure-menu-heading {
|
||||
font-size: 100%;
|
||||
padding: .5em .5em;
|
||||
@@ -98,10 +127,6 @@ div.center {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#password .content {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
#layout .content {
|
||||
margin: 0;
|
||||
}
|
||||
@@ -229,6 +254,7 @@ label {
|
||||
.button-clear-messages,
|
||||
.button-clear-counts,
|
||||
.button-settings-factory,
|
||||
.button-settings-password,
|
||||
.button-setup-password.button-setup-lenient {
|
||||
background: rgb(192, 0, 0); /* redish */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user