/[Frey]/branches/zimbardo/static/Frey/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 /branches/zimbardo/static/Frey/jQuery/log.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1172 - (show annotations)
Sun Jul 5 21:40:16 2009 UTC (14 years, 9 months ago) by dpavlin
File MIME type: text/css
File size: 718 byte(s)
branch for localisation

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 padding-bottom: 1em;
11 opacity: 0.9;
12 }
13
14 #jql {
15 width: 20em;
16 height: 10em;
17 display: none;
18 }
19
20 #jql-bar a, #jql-show a {
21 text-decoration: none;
22 }
23
24 #jql-show {
25 position: fixed;
26 display: block;
27 background-color: #ff8;
28 right: 0px;
29 bottom: 0px;
30 }
31
32 #jql-bar {
33 background-color: #ffc;
34 border-bottom: 1px solid #ccc;
35 height: 1em;
36 }
37
38 #jql-log {
39 padding: 0.5em;
40 overflow: auto;
41 height: 8em;
42 }
43
44 .jql-info {
45 }
46
47 .jql-debug {
48 color: #440;
49 background-color: #cfc;
50 }
51
52 .jql-error {
53 color: #f00;
54 background-color: #fcc;
55 }
56
57 .jql-disabled {
58 text-decoration: line-through !important;
59 }

  ViewVC Help
Powered by ViewVC 1.1.26