summaryrefslogtreecommitdiff
path: root/ishtar_common/static
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/static')
-rw-r--r--ishtar_common/static/media/style.css8
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;
}