liquid_feedback_frontend

diff static/style.css @ 151:1652c4cd3154

add broken delegations tab on homepage

if a user has delegations to an inactive account, a new red tab will apear on the homepage of the user listing his broken delegations
author Daniel Poelzleithner <poelzi@poelzi.org>
date Fri Oct 08 05:24:14 2010 +0200 (2010-10-08)
parents eaf3db89a6e1
children db91c2005278
line diff
     1.1 --- a/static/style.css	Fri Oct 08 04:29:20 2010 +0200
     1.2 +++ b/static/style.css	Fri Oct 08 05:24:14 2010 +0200
     1.3 @@ -563,6 +563,34 @@
     1.4    border-color: #b96;
     1.5  }
     1.6  
     1.7 +.ui_tabs_links a.red {
     1.8 +  background-color: #c33;
     1.9 +  color: #000;
    1.10 +}
    1.11 +
    1.12 +.ui_tabs_links a.red:hover {
    1.13 +  background-color: #ebb;
    1.14 +}
    1.15 +
    1.16 +.ui_tabs_links a.red.selected {
    1.17 +  background-color: #644;
    1.18 +  color: #fff;
    1.19 +  text-decoration: none;
    1.20 +  padding: 1ex;
    1.21 +}
    1.22 +
    1.23 +.web20 .ui_tabs_accordeon_head.red {
    1.24 +  background-color: #c23;
    1.25 +  border-color: #b66;
    1.26 +  xpadding: 1ex;
    1.27 +  xmargin-bottom: 2ex;
    1.28 +}
    1.29 +
    1.30 +.web20 .ui_tabs_accordeon_content.red {
    1.31 +  border-color: #b66;
    1.32 +}
    1.33 +
    1.34 +
    1.35  /*************************************************************************
    1.36   * ui.filters
    1.37   */

Impressum / About Us