From 5b396b4e078e63a6a94197dc46412045f8db0f15 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Fri, 13 Mar 2015 14:14:26 +0100 Subject: [PATCH] . --- web/Theme/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/web/Theme/style.css b/web/Theme/style.css index 3e499d4c..7975f066 100644 --- a/web/Theme/style.css +++ b/web/Theme/style.css @@ -23,6 +23,10 @@ main { footer:after { content: ''; } + fieldset { + background-color: rgba(32,16,16,0.8); + border-radius:5px; border: solid 1px #000060; + } .panel,.bshpanel,aside { background-color: rgba(32,16,16,0.8); border-radius:5px; border: solid 1px #000060; @@ -42,7 +46,7 @@ footer { bottom:0; left:0; right:0; - height:3em; + height:2.5em; background-color:rgba(16,0,0,0.8); display: flex; justify-content: space-around;