liquid_feedback_frontend
diff static/style.css @ 169:db91c2005278
better stylesheet for ignore area list
author | Daniel Poelzleithner <poelzi@poelzi.org> |
---|---|
date | Sat Oct 09 22:06:38 2010 +0200 (2010-10-09) |
parents | 1652c4cd3154 |
children | b9c8503feff7 |
line diff
1.1 --- a/static/style.css Sat Oct 09 21:45:36 2010 +0200 1.2 +++ b/static/style.css Sat Oct 09 22:06:38 2010 +0200 1.3 @@ -1222,7 +1222,7 @@ 1.4 div.ignore_area_list { 1.5 float: left; 1.6 width: 90%; 1.7 - margin: 20px 0 1em 0; 1.8 + margin: 0 0 1em 0; 1.9 } 1.10 1.11 div.ignore_area_list > 1.12 @@ -1241,8 +1241,9 @@ 1.13 div.ignore_area_item { 1.14 clear: none; 1.15 float: left; 1.16 - width: 20em; 1.17 + min-width: 10em; 1.18 margin: 0.1ex 0.5em; 1.19 + margin-right: 0.5em; 1.20 } 1.21 1.22 div.ignore_area_item > input {