liquid_feedback_frontend

diff static/style.css @ 127:4fb486bce608

add pageinator to issue view.

this "paginator" shows links to the prev/area/next issues that have the same
state then the current one. This helps a lot when inspecting new issues or voting.
The voting filter works a little bit different, as he also activtes the not_voted subfilter
because it is most likely only not voted issues are interessting to the user
author Daniel Poelzleithner <poelzi@poelzi.org>
date Tue Oct 05 04:44:06 2010 +0200 (2010-10-05)
parents 6a12fb7e4963
children e1b916d2e489
line diff
     1.1 --- a/static/style.css	Mon Oct 04 15:52:22 2010 +0200
     1.2 +++ b/static/style.css	Tue Oct 05 04:44:06 2010 +0200
     1.3 @@ -182,7 +182,6 @@
     1.4  
     1.5  .title_bar {
     1.6    border-bottom: 1px solid #777;
     1.7 -  margin-bottom: 2ex;
     1.8    padding-top: 1ex;
     1.9    padding-bottom: 0.5ex;
    1.10  }
    1.11 @@ -250,6 +249,21 @@
    1.12    vertical-align: middle;
    1.13  }
    1.14  
    1.15 +.content_navigation {
    1.16 +  font-size: 75%;
    1.17 +  background-color: #eee;
    1.18 +  margin-bottom: 2ex;
    1.19 +  padding-left: 1em;
    1.20 +}
    1.21 +
    1.22 +.content_navigation div,
    1.23 +.content_navigation a {
    1.24 +  display: inline-block;
    1.25 +  padding: 3px 0.5em 3px 0.0em;
    1.26 +  margin-right: 1em;
    1.27 +  vertical-align: middle;
    1.28 +}
    1.29 +
    1.30  .actions a:hover {
    1.31    background-color: #d7d7d7;
    1.32  }
    1.33 @@ -265,6 +279,9 @@
    1.34    margin-right: 1em;
    1.35  }
    1.36  
    1.37 +
    1.38 +
    1.39 +
    1.40  /*************************************************************************
    1.41   * vote info / delegation 
    1.42   */

Impressum / About Us