diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-02-06 19:58:59 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-02-06 19:58:59 +0100 |
commit | 7938386037a49801ef4e1823a97c403db77663b5 (patch) | |
tree | d47bf8042fc11bf36e829cb16b3a59dfacfaad7e /ishtar_common/static | |
parent | 6e59ba6ea1a7c79a4aa5fb88086ca8cc8dbff2df (diff) | |
download | Ishtar-7938386037a49801ef4e1823a97c403db77663b5.tar.bz2 Ishtar-7938386037a49801ef4e1823a97c403db77663b5.zip |
Fix UI bug: validation button at the bottom of the page (refs #3441)
Diffstat (limited to 'ishtar_common/static')
-rw-r--r-- | ishtar_common/static/media/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
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; } |