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.css16
1 files changed, 14 insertions, 2 deletions
diff --git a/ishtar_common/static/media/style.css b/ishtar_common/static/media/style.css
index 341308926..3c2c429b1 100644
--- a/ishtar_common/static/media/style.css
+++ b/ishtar_common/static/media/style.css
@@ -560,6 +560,7 @@ table.confirm tr.spacer td:last-child{
.ui-tabs .ui-tabs-nav li.ui-tabs-active a{
background-color:#fff;
+ color:#666;
}
.sheet{
@@ -669,6 +670,13 @@ table.confirm tr.spacer td:last-child{
padding:0.5em 1em;
}
+.chart-img{
+ display:none;
+}
+
+.chart-img-form{
+ margin-top:1em;
+}
#window table th, .dashboard table.resume th{
background-color:#922;
@@ -783,8 +791,7 @@ table.confirm tr.spacer td:last-child{
margin:0.3em;
}
-p.alert{
- color:#D14;
+p.info-box, p.alert{
display:block;
font-style:italic;
width:670px;
@@ -794,6 +801,11 @@ p.alert{
-moz-border-radius:8px;
-webkit-border-radius:8px;
border-radius:8px;
+ font-size: 0.9em;
+}
+
+p.alert{
+ color:#D14;
background-image:url(images/red_flag.png);
background-repeat:no-repeat;
background-position:left center;