liquid_feedback_frontend

changeset 412:371e690018ea v2.beta2

Added missing border around title box
author bsw
date Thu Mar 08 22:50:56 2012 +0100 (2012-03-08)
parents 3c6623e9bbda
children 336476245f3f
files static/style.css
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;

Impressum / About Us