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
Line 
1.filter
2{
3   color: blue;
4   cursor: pointer;
5}
6
7.monarch
8{
9   background: none;
10}
11
12.background
13{
14   background-image: url(../bg.gif);
15   background-repeat: repeat;
16}
17
18.filterenabled
19{
20   background: rgb(100,100,255);
21   color: white;
22   cursor: pointer;
23}
Note: See TracBrowser for help on using the repository browser.