liquid_feedback_frontend

diff static/style.css @ 988:81bde33c2256

Added support for regular delegation check, fixed css for pagination
author bsw
date Sat Apr 20 18:40:34 2013 +0200 (2013-04-20)
parents ae9ab3edff89
children 701a5cf6b067
line diff
     1.1 --- a/static/style.css	Wed Mar 20 09:26:11 2013 +0100
     1.2 +++ b/static/style.css	Sat Apr 20 18:40:34 2013 +0200
     1.3 @@ -64,6 +64,16 @@
     1.4    margin: 0;
     1.5  }
     1.6  
     1.7 +table.striped tr:nth-child(even) td {
     1.8 +  background-color: #ddd;
     1.9 +}
    1.10 +table.striped td, table.striped label {
    1.11 +  vertical-align: middle;
    1.12 +}
    1.13 +table.striped label {
    1.14 +  vertical-align: top;
    1.15 +}
    1.16 +
    1.17  .page,
    1.18  .topbar_content {
    1.19    max-width: 1130px;
    1.20 @@ -125,6 +135,10 @@
    1.21    display: inline;
    1.22  }
    1.23  
    1.24 +input[type=submit] {
    1.25 +  border-radius: 4px;
    1.26 +}
    1.27 +
    1.28  /*************************************************************************
    1.29   * Notices, warnings and errors
    1.30   */
    1.31 @@ -483,6 +497,11 @@
    1.32    margin-right: 8px;
    1.33  }
    1.34  
    1.35 +table .unit_link,
    1.36 +table .area_link {
    1.37 +    margin-top: 1px;
    1.38 +}
    1.39 +
    1.40  .unit_link {
    1.41    background-color: #44a;
    1.42    color: #fff;
    1.43 @@ -660,8 +679,15 @@
    1.44  .ui_paginate_select a {
    1.45    padding: 0.5em;
    1.46    border-radius: 4px;
    1.47 +  line-height: 250%;
    1.48 +  background: #eee;
    1.49  }
    1.50  
    1.51 +.ui_paginate_select a.active {
    1.52 +  background: #444;
    1.53 +}
    1.54 +
    1.55 +
    1.56  /*************************************************************************
    1.57   * ui.bargraph
    1.58   */

Impressum / About Us