source: trunk/web2/addons/job_monarch/css/styles.css @ 557

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

web2/addons/job_monarch/templates/header.tpl:

  • stop periodic refresh
  • set background

web2/addons/job_monarch/css/styles.css:

  • added background style

web2/addons/job_monarch/bg.gif:

  • added background image
File size: 257 bytes
RevLine 
[541]1.filter
2{
3   color: blue;
4   cursor: pointer;
5}
6
[554]7.monarch
8{
9   background: none;
10}
11
[557]12.background
13{
14   background-image: url(../bg.gif);
15   background-repeat: repeat;
16}
17
[541]18.filterenabled
19{
[545]20   background: rgb(100,100,255);
[543]21   color: white;
[541]22   cursor: pointer;
23}
Note: See TracBrowser for help on using the repository browser.