diff --git a/layout/css/style.css b/layout/css/style.css index ba7b020..bef6115 100644 --- a/layout/css/style.css +++ b/layout/css/style.css @@ -610,4 +610,21 @@ hr { #changelogTable { width: 735px; -} \ No newline at end of file +} + +#progress { + width: 400px; + position: relative; + padding: 3px; +} + +#percent { + position: absolute; + margin-left:175px; +} + +#bar { + height: 20px; + background-color: green; + border: 1px solid black; +}