liquid_feedback_frontend
diff static/style.css @ 275:fc14e76afe31
Made filter better useable
author | bsw |
---|---|
date | Sun Feb 12 13:42:08 2012 +0100 (2012-02-12) |
parents | aec9df5b4cd3 |
children | f460555c9896 |
line diff
1.1 --- a/static/style.css Sun Feb 12 12:20:19 2012 +0100 1.2 +++ b/static/style.css Sun Feb 12 13:42:08 2012 +0100 1.3 @@ -369,13 +369,13 @@ 1.4 } 1.5 1.6 .interest .head_active, 1.7 -.slot_support .head_potential_supporter{ 1.8 +.actions .potential_supporter{ 1.9 background-color: #fec; 1.10 box-shadow: #fff 0px 0px 10px 1px; 1.11 border-radius: 5px; 1.12 } 1.13 1.14 -.slot_support .head_supporter { 1.15 +.actions .supporter { 1.16 background-color: #dfc; 1.17 box-shadow: #fff 0px 0px 10px 1px; 1.18 border-radius: 5px; 1.19 @@ -410,6 +410,10 @@ 1.20 font-size: 80%; 1.21 } 1.22 1.23 +.slot_actions .change_delegation { 1.24 + float: left; 1.25 +} 1.26 + 1.27 .vote_info .close { 1.28 position: absolute; 1.29 top: 0; 1.30 @@ -630,23 +634,34 @@ 1.31 * ui.filters 1.32 */ 1.33 1.34 +.ui_filter { 1.35 + overflow: hidden; 1.36 +} 1.37 + 1.38 .ui_filter_closed_head, 1.39 .ui_filter_head { 1.40 color: #777; 1.41 margin-top: 1ex; 1.42 margin-bottom: 1.5ex; 1.43 font-size: 75%; 1.44 + float: left; 1.45 +} 1.46 + 1.47 +.ui_filter_head { 1.48 + margin-right: 2em; 1.49 } 1.50 1.51 .ui_filter_head a { 1.52 color: #777; 1.53 padding: 0.5ex; 1.54 + margin-right: 0.2em; 1.55 } 1.56 1.57 .ui_filter_head a.active { 1.58 color: #fff; 1.59 background-color: #777; 1.60 padding: 0.5ex; 1.61 + border-radius: 5px; 1.62 } 1.63 1.64 /************************************************************************* 1.65 @@ -654,6 +669,7 @@ 1.66 */ 1.67 1.68 .ui_paginate_head { 1.69 + display: none; 1.70 margin-bottom: 1ex; 1.71 } 1.72 1.73 @@ -662,7 +678,7 @@ 1.74 } 1.75 1.76 .ui_paginate_select a { 1.77 - padding: 0.5ex; 1.78 + padding: 0.5em; 1.79 } 1.80 1.81 /*************************************************************************