summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-02-28 17:25:38 +0100
committerAndrew Dolgov <[email protected]>2006-02-28 17:25:38 +0100
commit0ee1d1a003e58f0c7180796a5873989b86dc1136 (patch)
treeb1a41f79c75d987cdbbfe42f1b0974e05f2dd893 /tt-rss.css
parent04269460058782141ef3bf6c5ad1f0ba5cad779d (diff)
updates to debug mode
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css22
1 files changed, 22 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 54117e23e..d9cc3b9b9 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -993,3 +993,25 @@ div.cdmContent a:hover {
.noborder {
border-width : 0px;
}
+
+#debug_output {
+ width : 300;
+ height : 80;
+ right : 20;
+ bottom : 20;
+ background-color : white;
+ display : none;
+ z-index : 3;
+ position : absolute;
+ border : 1px solid #c0c0c0;
+ overflow : auto;
+ margin : 0px;
+ padding : 5px;
+ list-style-type : none;
+}
+
+#debug_output li {
+ margin : 0px;
+ padding : 0px;
+ font-size : x-small;
+}