liquid_feedback_frontend
diff static/trace.css @ 868:2aa8c9f925f4
Made debug trace configurable and disabled it by default
| author | bsw |
|---|---|
| date | Fri Aug 17 20:40:51 2012 +0200 (2012-08-17) |
| parents | 3bfb2fcf7ab9 |
| children |
line diff
1.1 --- a/static/trace.css Fri Aug 17 20:32:22 2012 +0200 1.2 +++ b/static/trace.css Fri Aug 17 20:40:51 2012 +0200 1.3 @@ -1,15 +1,6 @@ 1.4 -.layout_trace { 1.5 - position: absolute; 1.6 - right: 0; 1.7 - margin-top: 20px; 1.8 - border: 1px solid #404040; 1.9 - font-size: 70%; 1.10 - padding: 5px; 1.11 - background: #ffe0c0; 1.12 -} 1.13 - 1.14 #trace_show { 1.15 cursor: pointer; 1.16 + float: right; 1.17 } 1.18 1.19 .trace_list {