liquid_feedback_frontend

changeset 479:edcf827d7ac3

Added box around initiative head
author bsw
date Thu Mar 15 12:43:11 2012 +0100 (2012-03-15)
parents 87c33552f406
children af496baa9bda
files static/style.css
line diff
     1.1 --- a/static/style.css	Thu Mar 15 08:46:52 2012 +0100
     1.2 +++ b/static/style.css	Thu Mar 15 12:43:11 2012 +0100
     1.3 @@ -332,8 +332,9 @@
     1.4  }
     1.5  
     1.6  .slot_initiative_head  {
     1.7 -  padding-left: 1%;
     1.8 -  padding-top: 4ex;
     1.9 +  margin-left: 1%;
    1.10 +  margin-right: 1%;
    1.11 +  margin-top: 2ex;
    1.12  }
    1.13  
    1.14  .initiative_name {
    1.15 @@ -1539,7 +1540,8 @@
    1.16  
    1.17  /* shadows */
    1.18  
    1.19 -.box {
    1.20 +.box,
    1.21 +.slot_initiative_head {
    1.22    border: 1px solid #aaa;
    1.23    border-radius: 8px;
    1.24    padding: 1ex;
    1.25 @@ -1561,7 +1563,8 @@
    1.26  .ui_filter a.active,
    1.27  .vote_info .content,
    1.28  .member_area_list,
    1.29 -.box {
    1.30 +.box,
    1.31 +.slot_initiative_head {
    1.32    box-shadow: #777 0px 5px 5px -5px;
    1.33    -mox-box-shadow: #777 0px 5px 5px -5px;
    1.34    -webkit-box-shadow: #777 0px 5px 5px -5px;

Impressum / About Us