liquid_feedback_frontend

diff static/style.css @ 418:54a7daa4d35c

Added missing boxes
author bsw
date Sat Mar 10 17:51:00 2012 +0100 (2012-03-10)
parents 699b9fa7bc36
children 9ce4da0e0783
line diff
     1.1 --- a/static/style.css	Sat Mar 10 17:41:55 2012 +0100
     1.2 +++ b/static/style.css	Sat Mar 10 17:51:00 2012 +0100
     1.3 @@ -1515,6 +1515,17 @@
     1.4  
     1.5  /* shadows */
     1.6  
     1.7 +.box {
     1.8 +  border: 1px solid #aaa;
     1.9 +  border-radius: 8px;
    1.10 +  padding: 1ex;
    1.11 +}
    1.12 +
    1.13 +.member_area_list .box {
    1.14 +  border: none;
    1.15 +  padding: 0;
    1.16 +}
    1.17 +
    1.18  .slot_initiatives_list,
    1.19  .actions,
    1.20  .issues .issue,
    1.21 @@ -1525,10 +1536,17 @@
    1.22  .motd,
    1.23  .ui_filter a.active,
    1.24  .vote_info .content,
    1.25 -.member_area_list {
    1.26 +.member_area_list,
    1.27 +.box {
    1.28    box-shadow: #777 0px 5px 5px -5px;
    1.29    -mox-box-shadow: #777 0px 5px 5px -5px;
    1.30    -webkit-box-shadow: #777 0px 5px 5px -5px;
    1.31  }
    1.32  
    1.33 +.member_area_list .box {
    1.34 +  box-shadow: none;
    1.35 +  -mox-box-shadow: none;
    1.36 +  -webkit-box-shadow: none;
    1.37 +}
    1.38  
    1.39 +

Impressum / About Us