mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-04-30 03:09:22 +02:00
Update style.css
This commit is contained in:
parent
c9f61d65bf
commit
449fd69182
@ -611,3 +611,20 @@ hr {
|
|||||||
#changelogTable {
|
#changelogTable {
|
||||||
width: 735px;
|
width: 735px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#progress {
|
||||||
|
width: 400px;
|
||||||
|
position: relative;
|
||||||
|
padding: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#percent {
|
||||||
|
position: absolute;
|
||||||
|
margin-left:175px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#bar {
|
||||||
|
height: 20px;
|
||||||
|
background-color: green;
|
||||||
|
border: 1px solid black;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user