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 | ab4bf57445401fb19b813162524fd926091211d7 (patch) | |
| tree | d47bf8042fc11bf36e829cb16b3a59dfacfaad7e /ishtar_common/static | |
| parent | 063e9c328a6e57685fd70629584553efccf7dbb3 (diff) | |
| download | Ishtar-ab4bf57445401fb19b813162524fd926091211d7.tar.bz2 Ishtar-ab4bf57445401fb19b813162524fd926091211d7.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;  } | 
