From 7938386037a49801ef4e1823a97c403db77663b5 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 6 Feb 2017 19:58:59 +0100 Subject: Fix UI bug: validation button at the bottom of the page (refs #3441) --- ishtar_common/static/media/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ishtar_common/static') diff --git a/ishtar_common/static/media/style.css b/ishtar_common/static/media/style.css index 5ff9e9895..06c80c194 100644 --- a/ishtar_common/static/media/style.css +++ b/ishtar_common/static/media/style.css @@ -382,6 +382,14 @@ div#header{ background-repeat:no-repeat; } +.confirm-message{ + background-color: rgb(170, 170, 170); + margin: 0px; + color: rgb(255, 255, 255); + padding: 2px; + font-weight: bold; +} + div#validation-bar p{ margin:0; } -- cgit v1.2.3