liquid_feedback_frontend
diff static/style.css @ 686:b13ce07e4afb
Optical improvements
author | bsw |
---|---|
date | Tue Jun 26 18:07:32 2012 +0200 (2012-06-26) |
parents | bbf4d18db524 |
children | 241b168871c5 |
line diff
1.1 --- a/static/style.css Tue Jun 26 17:56:29 2012 +0200 1.2 +++ b/static/style.css Tue Jun 26 18:07:32 2012 +0200 1.3 @@ -937,23 +937,30 @@ 1.4 } 1.5 1.6 .event_info { 1.7 - line-height: 24px; 1.8 - min-height: 24px; 1.9 + margin-top: 10px; 1.10 + clear: left; 1.11 float: left; 1.12 + line-height: 125%; 1.13 + width: 250px; 1.14 display: inline; 1.15 - padding: 2px 10px 0px 10px; 1.16 - background-color: #abf; 1.17 - color: #000; 1.18 - font-style: italic; 1.19 - border-radius: 8px 8px 0 0; 1.20 + padding: 10px; 1.21 + background-color: #444; 1.22 + background: -webkit-linear-gradient(top, #666, #222); 1.23 + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #888), color-stop(100%,#222)); 1.24 + background: -moz-linear-gradient(#666, #222); 1.25 + background: -ms-linear-gradient(#666, #222); 1.26 + background: -o-linear-gradient(#666, #222); 1.27 + background: linear-gradient(#666, #222); 1.28 + color: #fff; font-style: italic; 1.29 + border-radius: 8px 0 0 8px; 1.30 } 1.31 1.32 -.event_info img { 1.33 +.event_info a { 1.34 + color: #fff; 1.35 } 1.36 1.37 .events .issue { 1.38 - clear: left; 1.39 - border-radius: 0 8px 8px 8px; 1.40 + min-height: 15ex; 1.41 } 1.42 1.43 .event_info .event_name,