diff options
| author | Étienne Loks <etienne.loks@proxience.com> | 2014-10-20 20:40:42 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@proxience.com> | 2014-10-20 20:40:42 +0200 |
| commit | f87fd09770ab0738855a5efbaff905a7c9f346ac (patch) | |
| tree | 28c99961d82172cefbc1c2972789e7f647d05e63 /ishtar_common/static/media/style.css | |
| parent | 5a2f2af0d2eada644241c234494b0d20abf13f85 (diff) | |
| download | Ishtar-f87fd09770ab0738855a5efbaff905a7c9f346ac.tar.bz2 Ishtar-f87fd09770ab0738855a5efbaff905a7c9f346ac.zip | |
Dashboard: many improvments on graph (refs #2075)
* by default graph is set by month
* data are reapeated in a table
* ability to save the graph in a file
* detail by department with a line by department + total
* add a legend
* ability to zoom on the graph
Diffstat (limited to 'ishtar_common/static/media/style.css')
| -rw-r--r-- | ishtar_common/static/media/style.css | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/ishtar_common/static/media/style.css b/ishtar_common/static/media/style.css index 341308926..54a97ca77 100644 --- a/ishtar_common/static/media/style.css +++ b/ishtar_common/static/media/style.css @@ -669,6 +669,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 +790,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 +800,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; |
