liquid_feedback_frontend

diff static/style.css @ 879:ea3d3757ddc3

Added support for voting comments
author bsw
date Mon Aug 20 01:00:09 2012 +0200 (2012-08-20)
parents ab827375de65
children ae9ab3edff89
line diff
     1.1 --- a/static/style.css	Sat Aug 18 23:22:20 2012 +0200
     1.2 +++ b/static/style.css	Mon Aug 20 01:00:09 2012 +0200
     1.3 @@ -727,6 +727,7 @@
     1.4  .login input[type=password],
     1.5  .vertical input[type=password],
     1.6  .vertical textarea,
     1.7 +#voting_form textarea,
     1.8  .vertical select {
     1.9    font-family: sans-serif;
    1.10    font-size: 100%;
    1.11 @@ -745,6 +746,7 @@
    1.12    padding-right: 0;
    1.13  }
    1.14  
    1.15 +#voting_form .ui_field_label,
    1.16  .login .ui_field_label,
    1.17  .vertical .ui_field_label {
    1.18    line-height: 180%;
    1.19 @@ -788,6 +790,7 @@
    1.20    margin-bottom: 0;
    1.21  }
    1.22  
    1.23 +#voting_form input[type=submit],
    1.24  .login input[type=submit],
    1.25  .vertical input[type=submit] {
    1.26    font-size: 100%;
    1.27 @@ -798,6 +801,11 @@
    1.28    padding: 0.75ex;
    1.29  }
    1.30  
    1.31 +#voting_form input[type=submit] {
    1.32 +  margin-left: 0;
    1.33 +}
    1.34 +
    1.35 +
    1.36  .login input[type=submit]:hover,
    1.37  .vertical input[type=submit]:hover,
    1.38  .login input[type=submit]:focus,

Impressum / About Us