mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-03 19:21:38 +02:00
improved menu (seperators)
added second level for reboot if reboot from menu was selected by mistake
This commit is contained in:
parent
3764aa4ce1
commit
f721116987
10 changed files with 58 additions and 77 deletions
|
@ -47,7 +47,7 @@ h2 {
|
|||
padding-left: 80px !important
|
||||
}
|
||||
|
||||
.topnav span {
|
||||
.topnav .icon span {
|
||||
display: block;
|
||||
width: 30px;
|
||||
height: 3px;
|
||||
|
@ -57,6 +57,14 @@ h2 {
|
|||
border-radius: 2px;
|
||||
}
|
||||
|
||||
span.seperator {
|
||||
width: 100%;
|
||||
height: 1px;
|
||||
margin: 10px 0px 10px;
|
||||
background-color: #444;
|
||||
display: block;
|
||||
}
|
||||
|
||||
/** old CSS below **/
|
||||
|
||||
p {
|
||||
|
@ -125,7 +133,7 @@ a:hover, a:focus {
|
|||
color: #f00;
|
||||
}
|
||||
|
||||
a.erase {
|
||||
a.btn {
|
||||
background-color: #006ec0;
|
||||
color: #fff;
|
||||
padding: 7px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue