Diff for /FreeBSD/tinderbox/webui/templates/paefchen/tinderstyle.css between versions 1.4 and 1.6

version 1.4, 2008/01/07 03:53:59 version 1.6, 2008/01/18 21:36:24
Line 1 Line 1
/* $Paefchen: FreeBSD/tinderbox/webui/templates/paefchen/tinderstyle.css,v 1.3 2008/01/05 13:33:12 as Exp $ *//* $Paefchen: FreeBSD/tinderbox/webui/templates/paefchen/tinderstyle.css,v 1.5 2008/01/07 04:16:37 as Exp $ */
   
 body {  body {
         background-color        : #FFF;          background-color        : #FFF;
Line 135  label { Line 135  label {
 #topmenu {  #topmenu {
         position                        : absolute;          position                        : absolute;
         top                                     : 64px;          top                                     : 64px;
           width                           : 100%;
 }  }
   
   #topmenu .right {
           padding-right           : 20px;
   }
   
 #topmenu .right ul {  #topmenu .right ul {
         float                           : left;          float                           : left;
 }  }
Line 171  label { Line 176  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 182  label { Line 188  label {
         border-style            : solid;          border-style            : solid;
 }  }
   
   #footer .left {
           padding-left            : 20px;
   }
   
   #footer .right {
           padding-right           : 20px;
   }
   
 #footer table {  #footer table {
         float                           : left;          float                           : left;
         margin-left                     : 5px;          margin-left                     : 5px;
 }  
   
 #user {  
           
 }  }
   
 .left {  .left {

Removed from v.1.4  
changed lines
  Added in v.1.6