liquid_feedback_frontend

changeset 561:12e504938643 v2.beta9

Going to v2.beta9
author bsw
date Tue Jun 19 21:33:00 2012 +0200 (2012-06-19)
parents 0fce0bdf7ce1
children 051d0244c60f
files config/default.lua static/style.css
line diff
     1.1 --- a/config/default.lua	Tue Jun 19 21:28:33 2012 +0200
     1.2 +++ b/config/default.lua	Tue Jun 19 21:33:00 2012 +0200
     1.3 @@ -10,7 +10,7 @@
     1.4  end
     1.5  
     1.6  config.app_name = "LiquidFeedback"
     1.7 -config.app_version = "2.beta8"
     1.8 +config.app_version = "2.beta9"
     1.9  
    1.10  config.instance_name = request.get_config_name()
    1.11  
     2.1 --- a/static/style.css	Tue Jun 19 21:28:33 2012 +0200
     2.2 +++ b/static/style.css	Tue Jun 19 21:33:00 2012 +0200
     2.3 @@ -520,7 +520,7 @@
     2.4  .notifications {
     2.5    margin-top: 1ex;
     2.6    background-color: #fdd;
     2.7 -  padding: 1ex;
     2.8 +  padding: 0.5ex;
     2.9  }
    2.10  
    2.11  .notifications ul {
    2.12 @@ -1368,7 +1368,8 @@
    2.13  /* shadows */
    2.14  
    2.15  .initiative_head,
    2.16 -.box {
    2.17 +.box,
    2.18 +div.notifications {
    2.19    border: 1px solid #aaa;
    2.20    border-radius: 8px;
    2.21  }
    2.22 @@ -1393,7 +1394,8 @@
    2.23  .ui_filter a.active,
    2.24  .vote_info .content,
    2.25  .member_area_list,
    2.26 -.box {
    2.27 +.box,
    2.28 +div.notifications {
    2.29    box-shadow: #777 0px 5px 5px -5px;
    2.30    -mox-box-shadow: #777 0px 5px 5px -5px;
    2.31    -webkit-box-shadow: #ddd 3px 3px 3px -1px;

Impressum / About Us