liquid_feedback_frontend
diff static/style.css @ 674:117a505fbe64
Optical improvements
| author | bsw |
|---|---|
| date | Tue Jun 26 17:04:35 2012 +0200 (2012-06-26) |
| parents | da77d9b2d140 |
| children | 52ee665edf86 |
line diff
1.1 --- a/static/style.css Tue Jun 26 16:45:02 2012 +0200 1.2 +++ b/static/style.css Tue Jun 26 17:04:35 2012 +0200 1.3 @@ -529,12 +529,12 @@ 1.4 .ui_tabs_links a { 1.5 padding: 1.33ex 1em; 1.6 background-color: #444; 1.7 - background: -webkit-linear-gradient(top, #555, #000); 1.8 - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555), color-stop(100%,#000)); 1.9 - background: -moz-linear-gradient(#555, #000); 1.10 - background: -ms-linear-gradient(#555, #000); 1.11 - background: -o-linear-gradient(#555, #000); 1.12 - background: linear-gradient(#555, #000); 1.13 + background: -webkit-linear-gradient(top, #777, #000); 1.14 + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #777), color-stop(100%,#000)); 1.15 + background: -moz-linear-gradient(#777, #000); 1.16 + background: -ms-linear-gradient(#777, #000); 1.17 + background: -o-linear-gradient(#777, #000); 1.18 + background: linear-gradient(#777, #000); 1.19 color: #fff; 1.20 white-space: nowrap; 1.21 border-radius: 8px; 1.22 @@ -586,15 +586,15 @@ 1.23 1.24 1.25 .ui_filter_head a.active { 1.26 - border: 1px solid #000; 1.27 + border: 1px solid #666; 1.28 text-decoration: none; 1.29 background-color: #444; 1.30 - background: -webkit-linear-gradient(top, #555, #000); 1.31 + background: -webkit-linear-gradient(top, #666, #222); 1.32 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666), color-stop(100%,#222)); 1.33 - background: -moz-linear-gradient(#555, #000); 1.34 - background: -ms-linear-gradient(#555, #000); 1.35 - background: -o-linear-gradient(#555, #000); 1.36 - background: linear-gradient(#555, #000); 1.37 + background: -moz-linear-gradient(#666, #222); 1.38 + background: -ms-linear-gradient(#666, #222); 1.39 + background: -o-linear-gradient(#666, #222); 1.40 + background: linear-gradient(#666, #222); 1.41 color: #fff; 1.42 } 1.43 1.44 @@ -900,7 +900,7 @@ 1.45 1.46 .issues .issue { 1.47 overflow: hidden; 1.48 - border: 1px solid #ddd; 1.49 + border: 1px solid #d0ddff; 1.50 border-radius: 8px; 1.51 margin-bottom: 2ex; 1.52 } 1.53 @@ -928,7 +928,17 @@ 1.54 } 1.55 1.56 .issue_policy_info { 1.57 + line-height: 200%; 1.58 + display: inline; 1.59 + padding: 5px; 1.60 + background-color: #d0ddff; 1.61 + color: #000; 1.62 font-style: italic; 1.63 + border-radius: 8px 8px 0 0; 1.64 +} 1.65 + 1.66 +.events .issue { 1.67 + border-radius: 0 8px 8px 8px; 1.68 } 1.69 1.70 .issue_policy_info .event_name {