1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

updates to debug mode

This commit is contained in:
Andrew Dolgov
2006-02-28 17:25:38 +01:00
parent 0426946005
commit 0ee1d1a003
4 changed files with 74 additions and 0 deletions
+22
View File
@@ -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;
}