liquid_feedback_frontend
diff static/style.css @ 61:f77ca23f9ebd
merge
author | jbe |
---|---|
date | Thu Apr 22 16:03:53 2010 +0200 (2010-04-22) |
parents | 7bc629bc1c20 |
children | 733f65c0c0a0 |
line diff
1.1 --- a/static/style.css Tue Apr 20 10:19:37 2010 +0200 1.2 +++ b/static/style.css Thu Apr 22 16:03:53 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 1.36 @@ -955,7 +980,8 @@ 1.37 .draft_updated_info, 1.38 .voting_active_info, 1.39 .initiator_invite_info, 1.40 -.motd { 1.41 +.motd, 1.42 +.public_access_issue_head { 1.43 background-color: #fec; 1.44 border: 1px solid #b96; 1.45 padding: 1ex;