xlawrence    2005/11/24 15:56:09 CET

  Modified files:
    core/src/webapp/jsp/jahia/css colorsAndStyles.css 
  Log:
  fixed CSS detail: buttons don't move anymore when one of its neighbors gets a 
focus or hover
  
  Revision  Changes    Path
  1.19      +2 -1      jahia/core/src/webapp/jsp/jahia/css/colorsAndStyles.css
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/webapp/jsp/jahia/css/colorsAndStyles.css.diff?r1=1.18&r2=1.19&f=h
  
  
  
  Index: colorsAndStyles.css
  ===================================================================
  RCS file: 
/home/cvs/repository/jahia/core/src/webapp/jsp/jahia/css/colorsAndStyles.css,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- colorsAndStyles.css       23 Nov 2005 10:25:13 -0000      1.18
  +++ colorsAndStyles.css       24 Nov 2005 14:56:09 -0000      1.19
  @@ -121,7 +121,6 @@
   #wrapper .button {
       height: 30px;
       display: inline;
  -    margin-left: 5px;
   }
   
   #wrapper .button a:link,
  @@ -136,6 +135,7 @@
       font-style: normal;
       padding: 5px 5px 5px 5px;
       height: 24px;
  +    margin-left: 6px;
   }
   
   #wrapper .button a:focus,
  @@ -147,6 +147,7 @@
       border-color: #D0D0D0 #555555 #555555 #D0D0D0;
       cursor: default;
       height: 24px;
  +    margin-left: 5px;
   }
   
   #wrapper .button a:active {
  

Reply via email to