liquid_feedback_frontend

changeset 318:8ed77fae6d77

Litte style changes again
author bsw
date Tue Feb 28 15:59:30 2012 +0100 (2012-02-28)
parents 9c639a2f3262
children 0306d1b14685
files static/style.css
line diff
     1.1 --- a/static/style.css	Tue Feb 28 15:43:22 2012 +0100
     1.2 +++ b/static/style.css	Tue Feb 28 15:59:30 2012 +0100
     1.3 @@ -112,7 +112,7 @@
     1.4   */
     1.5  
     1.6  .topbar {
     1.7 -  background-color: #000;
     1.8 +  background-color: #333;
     1.9    background: -webkit-gradient(linear, left top, left bottom, 
    1.10      color-stop(0%, #888), color-stop(25%,#333)
    1.11    );
    1.12 @@ -122,6 +122,8 @@
    1.13    padding-left: 10px;
    1.14    overflow: hidden;
    1.15    box-shadow: #aaa 0 0 5px;
    1.16 +  -mox-box-shadow: #aaa 0 0 5px;
    1.17 +  -webkit-box-shadow: #aaa 0 0 5px;
    1.18  }
    1.19  
    1.20  .topbar .logolf {
    1.21 @@ -129,11 +131,11 @@
    1.22  }
    1.23  
    1.24  .topbar a {
    1.25 -  color: #fff;
    1.26 +  color: #eee;
    1.27  }
    1.28  
    1.29  .topbar  a:hover {
    1.30 -  background-color: #fff;
    1.31 +  background-color: #eee;
    1.32    color: #000;
    1.33  }
    1.34  
    1.35 @@ -213,8 +215,12 @@
    1.36  .ui_tabs_links a,
    1.37  .draft_content,
    1.38  .help,
    1.39 -.use_terms {
    1.40 +.use_terms,
    1.41 +.motd,
    1.42 +.ui_filter a.active {
    1.43    box-shadow: #777 0px 5px 5px -5px;
    1.44 +  -mox-box-shadow: #777 0px 5px 5px -5px;
    1.45 +  -webkit-box-shadow: #777 0px 5px 5px -5px;
    1.46  }
    1.47  
    1.48  .issues .issue {
    1.49 @@ -223,6 +229,8 @@
    1.50  
    1.51  .initiative_head .actions {
    1.52    box-shadow: none;
    1.53 +  -moz-box-shadow: none;
    1.54 +  -webkit-box-shadow: none;
    1.55  }
    1.56  
    1.57  .actions {
    1.58 @@ -244,6 +252,8 @@
    1.59  
    1.60  .title {
    1.61    box-shadow: inset #888 0px 5px 6px -5px;
    1.62 +  -moz-box-shadow: inset #888 0px 5px 6px -5px;;
    1.63 +  -webkit-box-shadow: inset #888 0px 5px 6px -5px;;
    1.64  }
    1.65  
    1.66  .title {
    1.67 @@ -844,14 +854,20 @@
    1.68  .issues .issue .issue_info {
    1.69    padding: 1ex 1em;
    1.70    line-height: 140%;
    1.71 -  background: -webkit-gradient(linear, left top, left bottom,
    1.72 -    color-stop(0%,#e7e7e7), color-stop(66%,#fff));
    1.73 +  background-image: linear-gradient(top, #eee 0%, #fff 66%);
    1.74 +  background-image: -o-linear-gradient(top, #eee 0%, #fff 66%);
    1.75 +  background-image: -moz-linear-gradient(top, #eee 0%, #fff 66%);
    1.76 +  background-image: -webkit-linear-gradient(top, #eee 0%, #fff 66%);
    1.77 +  background-image: -ms-linear-gradient(top, #eee 0%, #fff 66%);
    1.78  }
    1.79  
    1.80  .issues .issue.interested .issue_info,
    1.81  .issues .issue.interested_by_delegation .issue_info  {
    1.82 -  background: -webkit-gradient(linear, left top, left bottom,
    1.83 -    color-stop(0%,#cdf), color-stop(66%,#fff));
    1.84 +  background-image: linear-gradient(top, #cdf 0%, #fff 66%);
    1.85 +  background-image: -o-linear-gradient(top, #cdf 0%, #fff 66%);
    1.86 +  background-image: -moz-linear-gradient(top, #cdf 0%, #fff 66%);
    1.87 +  background-image: -webkit-linear-gradient(top, #cdf 0%, #fff 66%);
    1.88 +  background-image: -ms-linear-gradient(top, #cdf 0%, #fff 66%);
    1.89  }
    1.90  
    1.91  .issues .issue .issue_info .issue_id {

Impressum / About Us