liquid_feedback_frontend
diff static/style.css @ 620:496bed1b59b8
More optical enhancements, removed unit list from member profile
author | bsw |
---|---|
date | Mon Jun 25 14:59:21 2012 +0200 (2012-06-25) |
parents | 7dc5ab12bfe3 |
children | cc542ac26edc |
line diff
1.1 --- a/static/style.css Mon Jun 25 14:40:34 2012 +0200 1.2 +++ b/static/style.css Mon Jun 25 14:59:21 2012 +0200 1.3 @@ -428,7 +428,7 @@ 1.4 background-image: -webkit-linear-gradient(top, #eee 0%, #f7f7f7 10%, #fff 100%); 1.5 background-image: -ms-linear-gradient(top, #eee 0%, #f7f7f7 10%, #fff 100%); 1.6 } 1.7 - 1.8 +/* 1.9 .unit_head { 1.10 background-color: #cdf; 1.11 background-image: -webkit-linear-gradient(top, #abf 0%, #cdf 20%, #f0f7ff 100%); 1.12 @@ -443,7 +443,7 @@ 1.13 background-color: #f0f7ff; 1.14 background-image: -webkit-linear-gradient(top, #f0faff 0%, #f0f7ff 20%, #fff 100%); 1.15 } 1.16 - 1.17 +*/ 1.18 .issue .initiative_list { 1.19 background: #fff; 1.20 } 1.21 @@ -530,7 +530,7 @@ 1.22 1.23 .ui_tabs_links a { 1.24 padding: 1ex 1em; 1.25 - line-height: 225%; 1.26 + line-height: 300%; 1.27 background-color: #f7f7f7; 1.28 background-color: #444; 1.29 background-image: -webkit-linear-gradient(top, #000 0%, #444 70%, #777 90%, #888 100%); 1.30 @@ -817,13 +817,14 @@ 1.31 * Area list 1.32 */ 1.33 .area_list { 1.34 - border: 1px solid #abf; 1.35 + border: 1px solid #aaa; 1.36 border-radius: 8px; 1.37 margin-top: 2ex; 1.38 } 1.39 1.40 +.area_list .unit_head, 1.41 .area_list .area { 1.42 - border-bottom: 1px solid #cdf; 1.43 + border-bottom: 1px solid #aaa; 1.44 } 1.45 1.46 .area_list .unit_head {