liquid_feedback_frontend

diff app/main/_layout/lf2.html @ 212:3e4ad069847a

Some more work at 2nd generation frontend code
author bsw
date Thu Mar 03 18:39:00 2011 +0100 (2011-03-03)
parents 4993b71b383f
children acf92c2d33f4
line diff
     1.1 --- a/app/main/_layout/lf2.html	Wed Mar 02 20:06:26 2011 +0100
     1.2 +++ b/app/main/_layout/lf2.html	Thu Mar 03 18:39:00 2011 +0100
     1.3 @@ -89,6 +89,7 @@
     1.4    background-color: #444;
     1.5    color: #fff;
     1.6    font-weight: bold;
     1.7 +  text-decoration: none;
     1.8  }
     1.9  
    1.10  .tab1 .right a {
    1.11 @@ -98,6 +99,7 @@
    1.12  
    1.13  .tab1 a.active {
    1.14    background-color: #7df;
    1.15 +  color: #000;
    1.16  }
    1.17  
    1.18  /*
    1.19 @@ -245,16 +247,21 @@
    1.20    padding-left: 0.2em;
    1.21  }
    1.22  
    1.23 -.box .row .col {
    1.24 -xborder: 1px solid red !important;
    1.25 -}
    1.26 -
    1.27  .box .row.head {
    1.28    background-color: #e4e7f0;
    1.29    color: #000;
    1.30    border-radius: 1ex 1ex 0 0;
    1.31  }
    1.32  
    1.33 +.box .row.last {
    1.34 +  border-radius: 0 0 1ex 1ex;
    1.35 +}
    1.36 +
    1.37 +.box .row.head .col.head {
    1.38 +  font-weight: bold;
    1.39 +  color: #444;
    1.40 +}
    1.41 +
    1.42  .box .row.head .col a {
    1.43    background-color: #e4e7f0;
    1.44    color: #3B6E7F;
    1.45 @@ -275,6 +282,11 @@
    1.46    color: #3B6E7F;
    1.47  }
    1.48  
    1.49 +.box .row.active,
    1.50 +.box .row.active a {
    1.51 +  background-color: #DDF7FF;
    1.52 +}
    1.53 +
    1.54  /* Sidebar hover button */
    1.55  
    1.56  .hoverbutton_container {
    1.57 @@ -461,7 +473,6 @@
    1.58  
    1.59  .area .name {
    1.60    color: #444;
    1.61 -  font-weight: bold;
    1.62  }
    1.63  
    1.64  .area .name a {
    1.65 @@ -473,20 +484,6 @@
    1.66    margin-top: -3px;
    1.67  }
    1.68  
    1.69 -/* Issues */
    1.70 -
    1.71 -.issue .issue_id {
    1.72 -  font-weight: bold;
    1.73 -}
    1.74 -
    1.75 -.issue .state_name {
    1.76 -  font-style: italic;
    1.77 -}
    1.78 -
    1.79 -.issue .time_left {
    1.80 -  font-style: italic;
    1.81 -}
    1.82 -
    1.83  /* Initiatives */
    1.84  
    1.85  .initiative .name,

Impressum / About Us