source: Dev/branches/rest-dojo-ui/client/dojox/charting/resources/Legend.css @ 256

Last change on this file since 256 was 256, checked in by hendrikvanantwerpen, 13 years ago

Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).

File size: 381 bytes
Line 
1.dojoxLegendNode {
2        background-color:#F7F7F7;
3        border:1px solid #CCCCCC;
4        margin:0;
5        padding:0;     
6}
7.dojoxLegendNode td{
8        padding: 6px 4px 6px 6px;
9}
10.dojoxLegendIcon {
11        padding: 0px;
12        margin: 0 2px 0 4px;
13}
14.dojoxLegendIcon div{
15        float: left;
16}
17.dj_ie .dojoxLegendNode td{
18        padding: 5px;   
19}
20.dj_ie .dojoxLegendIcon {
21        padding: 0px;
22        margin: 0 2px 0 5px;
23        vertical-align: middle;
24}
Note: See TracBrowser for help on using the repository browser.