/[jquery]/jquery/jquery-log.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

Contents of /jquery/jquery-log.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 64 - (show annotations)
Sun Sep 3 10:36:16 2006 UTC (17 years, 7 months ago) by dpavlin
File MIME type: text/css
File size: 696 byte(s)
don't display debug in smaller font
1
2 .jql {
3 border: 1px solid #ccc;
4 background-color: #ff8;
5 display: block;
6 position: fixed;
7 right: 0px;
8 bottom: 0px;
9 padding: 0px;
10 opacity: 0.9;
11 }
12
13 #jql {
14 width: 20em;
15 height: 10em;
16 display: none;
17 }
18
19 #jql-bar a, #jql-show a {
20 text-decoration: none;
21 }
22
23 #jql-show {
24 position: fixed;
25 display: block;
26 background-color: #ff8;
27 right: 0px;
28 bottom: 0px;
29 }
30
31 #jql-bar {
32 background-color: #ffc;
33 border-bottom: 1px solid #ccc;
34 height: 1em;
35 }
36
37 #jql-log {
38 padding: 0.5em;
39 overflow: auto;
40 height: 8em;
41 }
42
43 .jql-info {
44 }
45
46 .jql-debug {
47 color: #440;
48 background-color: #cfc;
49 }
50
51 .jql-error {
52 color: #f00;
53 background-color: #fcc;
54 }
55
56 .jql-disabled {
57 text-decoration: line-through !important;
58 }

  ViewVC Help
Powered by ViewVC 1.1.26