/[jquery]/no_pager/style.css
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /no_pager/style.css

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 29 by dpavlin, Fri Aug 18 10:25:10 2006 UTC revision 30 by dpavlin, Fri Aug 18 11:54:32 2006 UTC
# Line 10  body { Line 10  body {
10          right: 0px;          right: 0px;
11          bottom: 0px;          bottom: 0px;
12          padding: 0.5em;          padding: 0.5em;
13          opacity: 0.8;          opacity: 0.9;
14  }  }
15    
16  #debug {  #debug {
17          width: 20em;          width: 20em;
18          height: 20em;          height: 10em;
19          overflow: auto;          overflow: auto;
20          display: none;          display: none;
21  }  }
# Line 24  body { Line 24  body {
24          float: right;          float: right;
25  }  }
26    
27    #debug a, #debug_show a {
28            text-decoration: none;
29    }
30    
31  #debug_show {  #debug_show {
32          position: fixed;          position: fixed;
33          background-color: #ff8;          background-color: #ff8;
34          right: 0px;          right: 0px;
35          bottom: 0px;          bottom: 0px;
36          width: 1em;          width: 5ex;
37          height: 2ex;          height: 2ex;
38  }  }
39    
40    .log-info {
41    }
42    
43    .log-debug {
44            font-size: 80%;
45            color: #440;
46    }
47    
48    .log-error {
49            color: #f00;
50    };
51    
52  #search_form_div {  #search_form_div {
53          border-bottom: 1px solid #ccc;          border-bottom: 1px solid #ccc;
54          background-color: #eee;          background-color: #eee;

Legend:
Removed from v.29  
changed lines
  Added in v.30

  ViewVC Help
Powered by ViewVC 1.1.26