liquid_feedback_frontend
diff static/style.css @ 770:88e2278e1427
Make more event link in event list more visible
| author | bsw |
|---|---|
| date | Thu Jun 28 23:38:43 2012 +0200 (2012-06-28) |
| parents | c5bdf4e6790d |
| children | 9d4398195faf |
line diff
1.1 --- a/static/style.css Thu Jun 28 23:25:27 2012 +0200 1.2 +++ b/static/style.css Thu Jun 28 23:38:43 2012 +0200 1.3 @@ -617,7 +617,6 @@ 1.4 border: 1px solid #bbb; 1.5 } 1.6 1.7 - 1.8 .ui_filter_head a.active { 1.9 border: 1px solid #666; 1.10 text-decoration: none; 1.11 @@ -651,6 +650,7 @@ 1.12 1.13 .ui_paginate_select a { 1.14 padding: 0.5em; 1.15 + border-radius: 4px; 1.16 } 1.17 1.18 /************************************************************************* 1.19 @@ -906,27 +906,6 @@ 1.20 border-radius: 8px 8px 0 0; 1.21 } 1.22 1.23 - 1.24 - 1.25 -/************************************************************************* 1.26 - * Events 1.27 - */ 1.28 - 1.29 -.events .date { 1.30 - font-size: 150%; 1.31 - font-weight: bold; 1.32 - margin-top: 2ex; 1.33 - line-height: 150%; 1.34 -} 1.35 - 1.36 -.event_list .event div { 1.37 -} 1.38 - 1.39 -.event_list .event .member_id { 1.40 - float: right; 1.41 -} 1.42 - 1.43 - 1.44 /************************************************************************* 1.45 * Issues 1.46 */ 1.47 @@ -987,6 +966,21 @@ 1.48 font-weight: bold; 1.49 } 1.50 1.51 +.more_events_links { 1.52 + margin-left: 255px; 1.53 + padding: 1ex; 1.54 + background-color: #444; 1.55 + background: -webkit-linear-gradient(top, #888, #222); 1.56 + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #888), color-stop(100%,#222)); 1.57 + background: -moz-linear-gradient(#888, #222); 1.58 + background: -ms-linear-gradient(#888, #222); 1.59 + background: -o-linear-gradient(#888, #222); 1.60 + background: linear-gradient(#888, #222); 1.61 + color: #fff; 1.62 + border-radius: 8px; 1.63 + font-weight: bold; 1.64 +} 1.65 + 1.66 @media screen and (max-width: 720px) { 1.67 .event_info { 1.68 width: auto; 1.69 @@ -995,9 +989,12 @@ 1.70 border-radius: 8px 8px 0 0; 1.71 } 1.72 .events .issue { 1.73 - clear: left; 1.74 - 1.75 + clear: left; 1.76 } 1.77 + .more_events_links { 1.78 + margin-left: 0px; 1.79 + } 1.80 + 1.81 } 1.82 1.83 @media screen and (max-width: 480px) {