You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2003/08/15 16:51:48 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/resources/css default.css scheduler.css

andreas     2003/08/15 07:51:48

  Modified:    src/webapp/lenya/resources/css default.css scheduler.css
  Log:
  - including scheduler CSS
  - using lenya prefix for scheduler CSS classes
  
  Revision  Changes    Path
  1.12      +1 -0      cocoon-lenya/src/webapp/lenya/resources/css/default.css
  
  Index: default.css
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/resources/css/default.css,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- default.css	8 Jul 2003 14:41:31 -0000	1.11
  +++ default.css	15 Aug 2003 14:51:48 -0000	1.12
  @@ -5,6 +5,7 @@
   @import url(tabs.css);
   @import url(boxes.css);
   @import url(navigation.css);
  +@import url(scheduler.css);
   
   body {
       margin: 0px;
  
  
  
  1.4       +4 -4      cocoon-lenya/src/webapp/lenya/resources/css/scheduler.css
  
  Index: scheduler.css
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/resources/css/scheduler.css,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- scheduler.css	7 Jul 2003 17:55:36 -0000	1.3
  +++ scheduler.css	15 Aug 2003 14:51:48 -0000	1.4
  @@ -1,7 +1,7 @@
  -table.scheduler-job {
  +table.lenya-scheduler-job {
   }
   
  -table.scheduler-job th {
  +table.lenya-scheduler-job th {
       font-family: Verdana, sans-serif;
       font-size: small;
       font-weight: normal;
  @@ -15,7 +15,7 @@
       text-align: left;
   }
   
  -table.scheduler-job td {
  +table.lenya-scheduler-job td {
       border-top: solid 1px #E0E0E0;
       background-color: #C0C0C0;
       border-bottom: solid 1px #909090;
  @@ -23,7 +23,7 @@
       color: Black;
   }
   
  -table.scheduler-job td.scheduler-empty {
  +table.lenya-scheduler-job td.lenya-scheduler-empty {
       color: Black;
       background-color: White;
       border: 0;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org