/[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 34 - (show annotations)
Fri Aug 18 13:20:53 2006 UTC (17 years, 8 months ago) by dpavlin
Original Path: no_pager/jquery-log.css
File MIME type: text/css
File size: 511 byte(s)
extract CSS to separate file, all classes and ids now begin with jql
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: 0.5em;
10 opacity: 0.9;
11 }
12
13 #jql {
14 width: 20em;
15 height: 10em;
16 overflow: auto;
17 display: none;
18 }
19
20 #jql .hide {
21 float: right;
22 }
23
24 #jql a, #jql-show a {
25 text-decoration: none;
26 }
27
28 #jql-show {
29 position: fixed;
30 background-color: #ff8;
31 right: 0px;
32 bottom: 0px;
33 width: 5ex;
34 height: 2ex;
35 }
36
37 .jql-info {
38 }
39
40 .jql-debug {
41 font-size: 80%;
42 color: #440;
43 }
44
45 .jql-error {
46 color: #f00;
47 }
48

  ViewVC Help
Powered by ViewVC 1.1.26