liquid_feedback_frontend

diff static/style.css @ 57:4f39f0a0d5b5

Listing of updated drafts on start page; Code cleanup; Minor bugfix

MOTD, initiator invite, issues to vote and listing of updated drafts shown as tabs on start page;
Bugfix: Initiator icon only shown when initiatorship has been accepted
author bsw
date Sat Apr 17 21:59:02 2010 +0200 (2010-04-17)
parents 4ae09a588103
children 7bc629bc1c20
line diff
     1.1 --- a/static/style.css	Fri Apr 16 14:51:30 2010 +0200
     1.2 +++ b/static/style.css	Sat Apr 17 21:59:02 2010 +0200
     1.3 @@ -503,7 +503,32 @@
     1.4    font-size: 120%;
     1.5  }
     1.6  
     1.7 +.ui_tabs_links a.yellow {
     1.8 +  background-color: #fec;
     1.9 +  color: #000;
    1.10 +}
    1.11  
    1.12 +.ui_tabs_links a.yellow:hover {
    1.13 +  background-color: #edb;
    1.14 +}
    1.15 +
    1.16 +.ui_tabs_links a.yellow.selected {
    1.17 +  background-color: #654;
    1.18 +  color: #fff;
    1.19 +  text-decoration: none;
    1.20 +  padding: 1ex;
    1.21 +}
    1.22 +
    1.23 +.web20 .ui_tabs_accordeon_head.yellow {
    1.24 +  background-color: #fec;
    1.25 +  border-color: #b96;
    1.26 +  xpadding: 1ex;
    1.27 +  xmargin-bottom: 2ex;
    1.28 +}
    1.29 +
    1.30 +.web20 .ui_tabs_accordeon_content.yellow {
    1.31 +  border-color: #b96;
    1.32 +}
    1.33  
    1.34  /*************************************************************************
    1.35   * ui.filters

Impressum / About Us