liquid_feedback_frontend
diff static/style.css @ 678:93ac2eaec600
Optical improvements
author | bsw |
---|---|
date | Tue Jun 26 17:32:43 2012 +0200 (2012-06-26) |
parents | 14c02016727c |
children | 062cd830c4c9 |
line diff
1.1 --- a/static/style.css Tue Jun 26 17:15:00 2012 +0200 1.2 +++ b/static/style.css Tue Jun 26 17:32:43 2012 +0200 1.3 @@ -456,6 +456,21 @@ 1.4 background: linear-gradient(#f7faff, #e0e9ff); 1.5 } 1.6 1.7 +.unit_link, .area_link { 1.8 + padding: 2px 5px; 1.9 + border-radius: 5px; 1.10 +} 1.11 + 1.12 +.unit_link { 1.13 + background-color: #44a; 1.14 + color: #fff; 1.15 +} 1.16 + 1.17 +.area_link { 1.18 + background-color: #abf; 1.19 + color: #000; 1.20 +} 1.21 + 1.22 .delegation_info { 1.23 float: right; 1.24 text-decoration: none;