From 449fd69182d25f68abb173f9ed70105ac0e1faad Mon Sep 17 00:00:00 2001 From: viperthepala Date: Mon, 12 May 2014 18:10:21 +0200 Subject: [PATCH] Update style.css --- layout/css/style.css | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) 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; +}