diff options
| author | Tristan Zur <tzur@web.web.ccwn.org> | 2014-03-27 22:27:47 +0100 |
|---|---|---|
| committer | Tristan Zur <tzur@web.web.ccwn.org> | 2014-03-27 22:27:47 +0100 |
| commit | b62676ca5d3d6f6ba3f019ea3f99722e165a98d8 (patch) | |
| tree | 86722cb80f07d4569f90088eeaea2fc2f6e2ef94 /js/dojo-1.6/dojox/charting/resources/Legend.css | |
Diffstat (limited to 'js/dojo-1.6/dojox/charting/resources/Legend.css')
| -rw-r--r-- | js/dojo-1.6/dojox/charting/resources/Legend.css | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/js/dojo-1.6/dojox/charting/resources/Legend.css b/js/dojo-1.6/dojox/charting/resources/Legend.css new file mode 100644 index 0000000..3eae82d --- /dev/null +++ b/js/dojo-1.6/dojox/charting/resources/Legend.css @@ -0,0 +1,24 @@ +.dojoxLegendNode { + background-color:#F7F7F7; + border:1px solid #CCCCCC; + margin:0; + padding:0; +} +.dojoxLegendNode td{ + padding: 6px 4px 6px 6px; +} +.dojoxLegendIcon { + padding: 0px; + margin: 0 2px 0 4px; +} +.dojoxLegendIcon div{ + float: left; +} +.dj_ie .dojoxLegendNode td{ + padding: 5px; +} +.dj_ie .dojoxLegendIcon { + padding: 0px; + margin: 0 2px 0 5px; + vertical-align: middle; +} |
