lenya/src/webapp/lenya/resources/css default.css,1.1,1.2

Andreas Hartmann <[email protected]> Tue, 13 May 2003 17:40:15 +0200
Newsgroups gmane.comp.cms.wyona.cvs
Message-ID <[email protected]>
Update of /repository/lenya/src/webapp/lenya/resources/css
In directory erbium:/tmp/cvs-serv8877/src/webapp/lenya/resources/css

Modified Files:
	default.css 
Log Message:
scheduler:
- added sitemap, new XSP, new XSLTs
- changed CSS

Index: default.css
===================================================================
RCS file: /repository/lenya/src/webapp/lenya/resources/css/default.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** default.css	19 Nov 2002 16:36:30 -0000	1.1
--- default.css	13 May 2003 15:40:12 -0000	1.2
***************
*** 35,47 ****
  }
  
! .table-head {
    font-family: Verdana, sans-serif;
    font-size: small;
!   margin: 5pt;
    background-color: #E0E0E0;
    color: Navy;
  }
  
- .table-separator {
-   background-color: #D0D0D0;
- }
\ No newline at end of file
--- 35,73 ----
  }
  
! th {
    font-family: Verdana, sans-serif;
    font-size: small;
!   padding: 3pt;
    background-color: #E0E0E0;
    color: Navy;
+   text-align: left;
+ }
+ 
+ table.scheduler-job {
+ }
+ 
+ table.scheduler-job th {
+   font-family: Verdana, sans-serif;
+   font-size: small;
+   padding: 3px;
+ 
+   border-top: solid 1px #C0C0C0;
+   background-color: #909090;
+   border-bottom: solid 1px #606060;
+ 
+   color: Black;
+   text-align: left;
+ }
+ 
+ table.scheduler-job td {
+   border-top: solid 1px #E0E0E0;
+   background-color: #C0C0C0;
+   border-bottom: solid 1px #909090;
+   padding: 3px;
+ }
+ 
+ table.scheduler-job td.scheduler-empty {
+   background-color: White;
+   border: 0;
  }