mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-05 12:11:39 +02:00
* improved serial console
* repaired /save * removed yields (not allowed with async-web)
This commit is contained in:
parent
c32927a94e
commit
4561655d9d
9 changed files with 88 additions and 60 deletions
|
@ -134,8 +134,14 @@ input.btn {
|
|||
color: #fff;
|
||||
border: 0px;
|
||||
float: right;
|
||||
margin: 10px 0 30px;
|
||||
margin: 10px 0px 30px 10px;
|
||||
padding: 7px 20px 7px 20px;
|
||||
text-transform: uppercase;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
input.btn:hover {
|
||||
background-color: #044e86;
|
||||
}
|
||||
|
||||
input.cb {
|
||||
|
@ -271,3 +277,20 @@ div.ModPwr, div.ModName {
|
|||
width: 180px;
|
||||
}
|
||||
}
|
||||
|
||||
#serial {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#content .serial {
|
||||
max-width: 1000px;
|
||||
}
|
||||
|
||||
.dot {
|
||||
height: 15px;
|
||||
width: 15px;
|
||||
background-color: #f00;
|
||||
border-radius: 50%;
|
||||
display: inline-block;
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue