Diff for /FreeBSD/tinderbox/webui/templates/paefchen/tinderstyle.css between versions 1.5 and 1.7

version 1.5, 2008/01/07 04:16:37 version 1.7, 2008/07/12 13:24:35
Line 1 Line 1
/* $Paefchen: FreeBSD/tinderbox/webui/templates/paefchen/tinderstyle.css,v 1.4 2008/01/07 03:53:59 as Exp $ *//* $Paefchen: FreeBSD/tinderbox/webui/templates/paefchen/tinderstyle.css,v 1.6 2008/01/18 21:36:24 as Exp $ */
   
 body {  body {
         background-color        : #FFF;          background-color        : #FFF;
Line 82  ul { Line 82  ul {
         padding                         : 0;           padding                         : 0; 
 }  }
   
 .right ul {  
         margin-right            : 16px;  
 }  
   
 li {  li {
         border-width            : 0 0 0 1px;          border-width            : 0 0 0 1px;
         border-style            : solid;          border-style            : solid;
Line 133  label { Line 129  label {
   
   
 #topmenu {  #topmenu {
   }
   
   #topmenu .left {
         position                        : absolute;          position                        : absolute;
           left                            : 20px;
         top                                     : 64px;          top                                     : 64px;
 }  }
   
#topmenu .right ul {#topmenu .right {
        float                               : left;        position                        : absolute;
         right                               : 16px;
         top                                     : 64px;
 }  }
   
 #topmenu input {  #topmenu input {
Line 171  label { Line 173  label {
         left                            : 0;          left                            : 0;
         color                           : #737373;          color                           : #737373;
         font-weight                     : bold;          font-weight                     : bold;
        padding                         : 4px 20px 0 20px;        padding-top                        : 4px;
         width                           : 100%;
         height                          : 19px;          height                          : 19px;
         background-color        : #DDD;          background-color        : #DDD;
         background-image        : url(images/hdr_fill.png);          background-image        : url(images/hdr_fill.png);
Line 180  label { Line 183  label {
         border-width            : 1px 0 0 0;          border-width            : 1px 0 0 0;
         border-color            : #b4b4b4;          border-color            : #b4b4b4;
         border-style            : solid;          border-style            : solid;
   }
   
   #footer .left {
           padding-left            : 20px;
   }
   
   #footer .right {
           padding-right           : 20px;
 }  }
   
 #footer table {  #footer table {

Removed from v.1.5  
changed lines
  Added in v.1.7