liquid_feedback_frontend
diff static/style.css @ 412:371e690018ea
Added missing border around title box
author | bsw |
---|---|
date | Thu Mar 08 22:50:56 2012 +0100 (2012-03-08) |
parents | f9d7cd325852 |
children | 699b9fa7bc36 |
line diff
1.1 --- a/static/style.css Thu Mar 08 16:35:09 2012 +0100 1.2 +++ b/static/style.css Thu Mar 08 22:50:56 2012 +0100 1.3 @@ -243,9 +243,16 @@ 1.4 background-color: #f2f2f2; 1.5 margin-left: 1%; 1.6 margin-right: 1%; 1.7 + border-left: 1px solid #bbb; 1.8 + border-right: 1px solid #bbb; 1.9 +} 1.10 + 1.11 +.actions { 1.12 + border-bottom: 1px solid #bbb; 1.13 } 1.14 1.15 .initiative_head .actions { 1.16 + border: none; 1.17 box-shadow: none; 1.18 -moz-box-shadow: none; 1.19 -webkit-box-shadow: none;