You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by an...@apache.org on 2003/11/20 03:37:08 UTC

cvs commit: cocoon-2.1/src/blocks/woody/samples/resources woody.css

antonio     2003/11/19 18:37:08

  Modified:    src/blocks/woody/samples/resources woody.css
  Log:
  Definig colors and using lower values for z-index
  
  Revision  Changes    Path
  1.5       +7 -7      cocoon-2.1/src/blocks/woody/samples/resources/woody.css
  
  Index: woody.css
  ===================================================================
  RCS file: /home/cvs//cocoon-2.1/src/blocks/woody/samples/resources/woody.css,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- woody.css	19 Nov 2003 17:29:51 -0000	1.4
  +++ woody.css	20 Nov 2003 02:37:07 -0000	1.5
  @@ -1,29 +1,29 @@
   .woody-tab {
  -    background-color: #ffffff;
  -    border: 1px solid #000000;
  +    background-color: white;
  +    border: 1px solid black;
       border-bottom-width: 0px;
       padding: 2px 1em 2px 1em;
       margin-right: 5px;
       position: relative;
       text-decoration: none;
       top: -1px;
  -    z-index: 100;
  +    z-index: 1;
       cursor: pointer;
   }
   
   .woody-tab.woody-activeTab {
  -    z-index: 102;
       font-weight: bold;
       padding-top: 5px;
       cursor: default;
  +    z-index: 3;
   }
   
   .woody-tabContent {
  -    background-color: #ffffff;
  -    border: 1px solid #000000;
  +    background-color: white;
  +    border: 1px solid black;
       padding: 1em;
       position: relative;
  -    z-index: 101;
  +    z-index: 2;
   }
   
   .woody-validation-message-indicator:link {