source: trunk/web/addons/job_monarch/css/styles.css @ 611

Last change on this file since 611 was 571, checked in by ramonb, 15 years ago

job_monarch/css/styles.css:

  • changed padding for rrds

job_monarch/js/jobgrid.js:

  • parse more rrds args

job_monarch/jobstore.php:

  • also supply jobrange, start and load
File size: 496 bytes
Line 
1.filter
2{
3   color: blue;
4   cursor: pointer;
5}
6
7.filterenabled
8{
9   background: blue;
10   color: white;
11   cursor: pointer;
12}
13
14.monarch
15{
16   background: none;
17}
18
19.background
20{
21   background-image: url(../bg.gif);
22   background-repeat: repeat;
23}
24
25.nodesfilter
26{
27   color: rgb(130,150,255);
28   cursor: pointer;
29}
30
31.nodesfilterenabled
32{
33   background: rgb(130,150,255);
34   color: white;
35   cursor: pointer;
36}
37
38.rrd-float
39{ 
40   float: left; 
41   margin: 2px; 
42   margin-right: 0; 
43   padding: 2px;
44} 
Note: See TracBrowser for help on using the repository browser.