liquid_feedback_frontend
diff static/style.css @ 8:374bbc2ff102
Version beta4
Bug fixed, which made it impossible to explicitly become interested in a topic
Fixed positioning of dialog for entering a new suggestion
Display of 404 pages
Bug fixed, which made it impossible to explicitly become interested in a topic
Fixed positioning of dialog for entering a new suggestion
Display of 404 pages
| author | bsw |
|---|---|
| date | Sat Jan 02 12:00:00 2010 +0100 (2010-01-02) |
| parents | 8d91bccab0bf |
| children | 0ee1e0c42d4c |
line diff
1.1 --- a/static/style.css Sat Jan 02 12:00:00 2010 +0100 1.2 +++ b/static/style.css Sat Jan 02 12:00:00 2010 +0100 1.3 @@ -577,10 +577,10 @@ 1.4 display: none; 1.5 border: 1px solid #444; 1.6 width: 42em; 1.7 - position: absolute; 1.8 + position: fixed; 1.9 background-color: #fff; 1.10 left: 5em; 1.11 - top: 20ex; 1.12 + top: 5ex; 1.13 } 1.14 1.15 .hidden_inline_form a {