liquid_feedback_frontend

changeset 695:5f8ec08bd5bd

Optical improvements
author bsw
date Tue Jun 26 18:27:57 2012 +0200 (2012-06-26)
parents ccd85e7d7ac2
children fe76cc06e6cf
files static/style.css
line diff
     1.1 --- a/static/style.css	Tue Jun 26 18:27:27 2012 +0200
     1.2 +++ b/static/style.css	Tue Jun 26 18:27:57 2012 +0200
     1.3 @@ -418,12 +418,12 @@
     1.4  
     1.5  .unit_head {
     1.6    background-color: #44a;
     1.7 -  background: -webkit-linear-gradient(top, #56f, #237);
     1.8 -  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #56f), color-stop(100%,#237));
     1.9 -  background: -moz-linear-gradient(#56f, #237);
    1.10 -  background: -ms-linear-gradient(#56f, #237);
    1.11 -  background: -o-linear-gradient(#56f, #237);
    1.12 -  background: linear-gradient(#56f, #237);
    1.13 +  background: -webkit-linear-gradient(top, #67d, #23a);
    1.14 +  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #67d), color-stop(100%,#23a));
    1.15 +  background: -moz-linear-gradient(#67d, #23a);
    1.16 +  background: -ms-linear-gradient(#67d, #23a);
    1.17 +  background: -o-linear-gradient(#67d, #23a);
    1.18 +  background: linear-gradient(#67d, #23a);
    1.19    color: #fff;
    1.20  }
    1.21  

Impressum / About Us