liquid_feedback_frontend

changeset 809:e21819daf76d

Style sheet fixed for internet explorer
author bsw
date Wed Jul 04 12:35:47 2012 +0200 (2012-07-04)
parents 652c318560f8
children f49f8e0a2366
files static/style.css
line diff
     1.1 --- a/static/style.css	Tue Jul 03 23:56:47 2012 +0200
     1.2 +++ b/static/style.css	Wed Jul 04 12:35:47 2012 +0200
     1.3 @@ -158,13 +158,13 @@
     1.4   */
     1.5  
     1.6  .topbar {
     1.7 -  background-color: #333;
     1.8    background: -webkit-linear-gradient(top, #777, #000);
     1.9    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #777), color-stop(100%,#000));
    1.10    background: -moz-linear-gradient(#777, #000);
    1.11    background: -ms-linear-gradient(#777, #000);
    1.12    background: -o-linear-gradient(#777, #000);
    1.13    background: linear-gradient(#777, #000);
    1.14 +  background-color: #333;
    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 @@ -191,7 +191,6 @@
    1.19  }
    1.20  
    1.21  .navigation {
    1.22 -  background-color: #333;
    1.23    line-height: 200%;
    1.24  }
    1.25  
    1.26 @@ -428,13 +427,13 @@
    1.27  
    1.28  
    1.29  .unit_head {
    1.30 -  background-color: #44a;
    1.31    background: -webkit-linear-gradient(top, #67d, #23a);
    1.32    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #67d), color-stop(100%,#23a));
    1.33    background: -moz-linear-gradient(#67d, #23a);
    1.34    background: -ms-linear-gradient(#67d, #23a);
    1.35    background: -o-linear-gradient(#67d, #23a);
    1.36    background: linear-gradient(#67d, #23a);
    1.37 +  background-color: #44a;
    1.38    color: #f0f0f0;
    1.39  }
    1.40  
    1.41 @@ -451,24 +450,24 @@
    1.42  }
    1.43  .area_head,
    1.44  .area_list .area_head {
    1.45 -  background-color: #abf;
    1.46    background: -webkit-linear-gradient(top, #cdf, #abe);
    1.47    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cdf), color-stop(100%,#abe));
    1.48    background: -moz-linear-gradient(#cdf, #abe);
    1.49    background: -ms-linear-gradient(#cdf, #abe);
    1.50    background: -o-linear-gradient(#cdf, #abe);
    1.51    background: linear-gradient(#cdf, #abe);
    1.52 +  background-color: #abf;
    1.53  }
    1.54  
    1.55  .area_list .area > .content,
    1.56  .issue {
    1.57 -  background-color: #e0e9ff;
    1.58    background: -webkit-linear-gradient(top, #f7faff, #e0e9ff);
    1.59    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7faff), color-stop(100%,#e0e9ff));
    1.60    background: -moz-linear-gradient(#f7faff, #e0e9ff);
    1.61    background: -ms-linear-gradient(#f7faff, #e0e9ff);
    1.62    background: -o-linear-gradient(#f7faff, #e0e9ff);
    1.63    background: linear-gradient(#f7faff, #e0e9ff);
    1.64 +  background-color: #e0e9ff;
    1.65  }
    1.66  
    1.67  .unit_link, .area_link {
    1.68 @@ -562,13 +561,13 @@
    1.69  
    1.70  .ui_tabs_links a {
    1.71    padding: 7px 10px;
    1.72 -  background-color: #444;
    1.73    background: -webkit-linear-gradient(top, #777, #000);
    1.74    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #777), color-stop(100%,#000));
    1.75    background: -moz-linear-gradient(#777, #000);
    1.76    background: -ms-linear-gradient(#777, #000);
    1.77    background: -o-linear-gradient(#777, #000);
    1.78    background: linear-gradient(#777, #000);
    1.79 +  background-color: #444;
    1.80    color: #f7f7f7;
    1.81    white-space: nowrap;
    1.82    border-radius: 8px;
    1.83 @@ -624,13 +623,13 @@
    1.84  .ui_filter_head a.active {
    1.85    border: 1px solid #666;
    1.86    text-decoration: none;
    1.87 -  background-color: #444;
    1.88    background: -webkit-linear-gradient(top, #666, #222);
    1.89    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666), color-stop(100%,#222));
    1.90    background: -moz-linear-gradient(#666, #222);
    1.91    background: -ms-linear-gradient(#666, #222);
    1.92    background: -o-linear-gradient(#666, #222);
    1.93    background: linear-gradient(#666, #222);
    1.94 +  background-color: #444;
    1.95    color: #fff;
    1.96  }
    1.97  
    1.98 @@ -686,13 +685,13 @@
    1.99  
   1.100  div.notifications {
   1.101    margin-top: 20px;
   1.102 -  background-color: #fda;
   1.103    background: -webkit-linear-gradient(top, #fec, #fc9);
   1.104    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fec), color-stop(100%,#fc9));
   1.105    background: -moz-linear-gradient(#fec, #fc9);
   1.106    background: -ms-linear-gradient(#fec, #fc9);
   1.107    background: -o-linear-gradient(#fec, #fc9);
   1.108    background: linear-gradient(#fec, #fc9);
   1.109 +  background-color: #fda;
   1.110    padding: 0.5ex;
   1.111    border: 1px solid #777;
   1.112  }
   1.113 @@ -944,13 +943,13 @@
   1.114    width: 240px;
   1.115    display: inline;
   1.116    padding: 5px 8px;
   1.117 -  background-color: #444;
   1.118    background: -webkit-linear-gradient(top, #888, #222);
   1.119    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #888), color-stop(100%,#222));
   1.120    background: -moz-linear-gradient(#888, #222);
   1.121    background: -ms-linear-gradient(#888, #222);
   1.122    background: -o-linear-gradient(#888, #222);
   1.123    background: linear-gradient(#888, #222);
   1.124 +  background-color: #444;
   1.125    color: #fff;
   1.126    font-style: italic;
   1.127    border-radius: 8px 0 0 8px;
   1.128 @@ -973,13 +972,13 @@
   1.129  .more_events_links {
   1.130    margin-left: 255px;
   1.131    padding: 1ex;
   1.132 -  background-color: #444;
   1.133    background: -webkit-linear-gradient(top, #888, #222);
   1.134    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #888), color-stop(100%,#222));
   1.135    background: -moz-linear-gradient(#888, #222);
   1.136    background: -ms-linear-gradient(#888, #222);
   1.137    background: -o-linear-gradient(#888, #222);
   1.138    background: linear-gradient(#888, #222);
   1.139 +  background-color: #444;
   1.140    color: #fff;
   1.141    border-radius: 8px;
   1.142    font-weight: bold;

Impressum / About Us