liquid_feedback_frontend
diff static/style.css @ 558:18e8de7a2b6a
Show notifications on start page as ulli list with links instead of tabs
| author | bsw |
|---|---|
| date | Tue Jun 19 21:20:46 2012 +0200 (2012-06-19) |
| parents | 5ca9de94cb13 |
| children | 12e504938643 |
line diff
1.1 --- a/static/style.css Tue Jun 19 18:45:45 2012 +0200 1.2 +++ b/static/style.css Tue Jun 19 21:20:46 2012 +0200 1.3 @@ -514,6 +514,25 @@ 1.4 } 1.5 1.6 /************************************************************************* 1.7 + * notifications 1.8 + */ 1.9 + 1.10 +.notifications { 1.11 + margin-top: 1ex; 1.12 + background-color: #fdd; 1.13 + padding: 1ex; 1.14 +} 1.15 + 1.16 +.notifications ul { 1.17 + margin: 0; 1.18 + margin-left: 2em; 1.19 +} 1.20 + 1.21 +.notifications li { 1.22 + margin-top: 0.5ex; 1.23 +} 1.24 + 1.25 +/************************************************************************* 1.26 * vertical ui.form 1.27 */ 1.28