liquid_feedback_frontend
diff static/style.css @ 528:305329da1c75
Wording and css changes
| author | bsw |
|---|---|
| date | Fri May 18 21:03:10 2012 +0200 (2012-05-18) |
| parents | 63d6549cc00b |
| children | 5ca9de94cb13 |
line diff
1.1 --- a/static/style.css Fri May 18 19:44:41 2012 +0200 1.2 +++ b/static/style.css Fri May 18 21:03:10 2012 +0200 1.3 @@ -282,7 +282,7 @@ 1.4 1.5 .page_head { 1.6 background-color: #fff; 1.7 - margin: 0px 10px 0 10px; 1.8 + margin: 0px 10px 2ex 10px; 1.9 border: 1px solid #aaa; 1.10 border-radius: 0 0 8px 8px; 1.11 box-shadow: #777 0px 5px 5px -5px; 1.12 @@ -291,7 +291,7 @@ 1.13 1.14 .page_head .area_head, 1.15 .page_head .issue { 1.16 - border-top: 1px solid #000; 1.17 + xborder-top: 1px solid #000; 1.18 } 1.19 1.20 .page_head .unit_head .title, 1.21 @@ -299,18 +299,23 @@ 1.22 .issue .context, 1.23 .issue .title, 1.24 .initiative_head .title { 1.25 - margin: 8px; 1.26 + padding: 8px 16px 2px 16px; 1.27 } 1.28 1.29 .page_head .unit_head .content, 1.30 .page_head .area_head .content, 1.31 .issue .content, 1.32 .initiative_head .content { 1.33 - margin: 0px 8px 8px 8px; 1.34 + padding: 2px 16px 8px 16px; 1.35 +} 1.36 + 1.37 +.page_head .initiative_list, 1.38 +.issue .initiative_list { 1.39 + padding-left: 8px; 1.40 } 1.41 1.42 .issue .content.actions { 1.43 - margin-bottom: 2.5ex; 1.44 + margin-bottom: 1ex; 1.45 } 1.46 1.47 1.48 @@ -330,9 +335,30 @@ 1.49 font-size: 75%; 1.50 } 1.51 1.52 +.page_head .unit_head .content, 1.53 +.page_head .area_head .content, 1.54 +.page_head .area_head .content a, 1.55 +.page_head .issue .content.actions, 1.56 +.page_head .issue .content.actions a, 1.57 +.issues .issue .content.actions, 1.58 +.issues .issue .content.actions a { 1.59 + color: #777; 1.60 +} 1.61 1.62 -.initiative_head { 1.63 - margin-top: 10px; 1.64 +.page_head .unit_head .title, 1.65 +.page_head .area_head .title, 1.66 +.issue .title { 1.67 + background-color: #eee; 1.68 + background-image: linear-gradient(top, #eee 0%, #f7f7f7 10%, #fff 100%); 1.69 + background-image: -o-linear-gradient(top, #eee 0%, #f7f7f7 10%, #fff 100%); 1.70 + background-image: -moz-linear-gradient(top, #eee 0%, #f7f7f7 10%, #fff 100%); 1.71 + background-image: -webkit-linear-gradient(top, #eee 0%, #f7f7f7 10%, #fff 100%); 1.72 + background-image: -ms-linear-gradient(top, #eee 0%, #f7f7f7 10%, #fff 100%); 1.73 +} 1.74 + 1.75 +.page_head .area_head .title, 1.76 +.page_head .issue .title { 1.77 + border-top: 1px solid #ddd; 1.78 } 1.79 1.80 1.81 @@ -649,49 +675,6 @@ 1.82 } 1.83 1.84 1.85 - 1.86 -/************************************************************************* 1.87 - * Tables 1.88 - */ 1.89 - 1.90 - 1.91 -table a.action { 1.92 - font-size: 70%; 1.93 - line-height: 190%; 1.94 - padding: 0.5ex; 1.95 - color: #777; 1.96 -} 1.97 - 1.98 -table a.active { 1.99 - color: #fff; 1.100 -} 1.101 - 1.102 -th { 1.103 - text-align: left; 1.104 -} 1.105 - 1.106 -tr:hover td { 1.107 - background-color: #f2f2f2; 1.108 -} 1.109 - 1.110 -.nohover tr:hover td { 1.111 - background-color: #fff; 1.112 -} 1.113 - 1.114 -.initiatives_list .nohover tr:hover td { 1.115 - background-color: #f2f2f2; 1.116 -} 1.117 - 1.118 -.nohover table tr:hover td { 1.119 - background-color: #f2f2f2; 1.120 -} 1.121 - 1.122 - 1.123 -tr table tr:hover td { 1.124 - background-color: #fff; 1.125 -} 1.126 - 1.127 - 1.128 /************************************************************************* 1.129 * Positive / Negtive votes 1.130 */ 1.131 @@ -876,7 +859,6 @@ 1.132 1.133 .issues .issue { 1.134 margin-top: 10px; 1.135 - background-color: #fcfcfc; 1.136 overflow: hidden; 1.137 border: 1px solid #aaa; 1.138 border-radius: 8px; 1.139 @@ -893,16 +875,6 @@ 1.140 margin-bottom: 1ex; 1.141 } 1.142 1.143 -.issue.interested .issue_info, 1.144 -.issue.interested_by_delegation .issue_info { 1.145 - background-color: #dfeaff; 1.146 - background-image: linear-gradient(top, #dfeaff 0%, #fcfcfc 66%); 1.147 - background-image: -o-linear-gradient(top, #dfeaff 0%, #fcfcfc 66%); 1.148 - background-image: -moz-linear-gradient(top, #dfeaff 0%, #fcfcfc 66%); 1.149 - background-image: -webkit-linear-gradient(top, #dfeaff 50%, #fcfcfc 100%); 1.150 - background-image: -ms-linear-gradient(top, #dfeaff 0%, #fcfcfc 66%); 1.151 -} 1.152 - 1.153 .event_list .event .issue_id, 1.154 .issue .issue_info .issue_id { 1.155 font-size: 125%; 1.156 @@ -1049,14 +1021,6 @@ 1.157 padding: 2px; 1.158 } 1.159 1.160 -.xmember_thumb a { 1.161 - position: absolute; 1.162 - top: 0; 1.163 - left: 0; 1.164 - padding: 0; 1.165 - margin: 0; 1.166 -} 1.167 - 1.168 .member_thumb a:hover div { 1.169 background-color: #444; 1.170 color: #fff; 1.171 @@ -1109,8 +1073,12 @@ 1.172 opacity: 0.4; 1.173 } 1.174 1.175 +.member_thumb { 1.176 + border: 2px solid #fff; 1.177 +} 1.178 + 1.179 .member_thumb.in_delegation_chain { 1.180 - background-color: #cdf; 1.181 + border: 2px solid #fa0; 1.182 } 1.183 1.184 .member_statement, 1.185 @@ -1437,7 +1405,8 @@ 1.186 padding: 0; 1.187 } 1.188 1.189 -.slot_initiatives_list, 1.190 +.initiative_head, 1.191 +.issues .issue, 1.192 .ui_tabs_links a, 1.193 .draft_content, 1.194 .help,