/[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

Diff of /jquery/jquery-log.css

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

revision 34 by dpavlin, Fri Aug 18 13:20:53 2006 UTC revision 38 by dpavlin, Fri Aug 18 16:53:11 2006 UTC
# Line 6  Line 6 
6          position: fixed;          position: fixed;
7          right: 0px;          right: 0px;
8          bottom: 0px;          bottom: 0px;
9          padding: 0.5em;          padding: 0px;
10          opacity: 0.9;          opacity: 0.9;
11  }  }
12    
13  #jql {  #jql {
14          width: 20em;          width: 20em;
15          height: 10em;          height: 10em;
         overflow: auto;  
16          display: none;          display: none;
17  }  }
18    
19  #jql .hide {  #jql-bar a, #jql-show a {
         float: right;  
 }  
   
 #jql a, #jql-show a {  
20          text-decoration: none;          text-decoration: none;
21  }  }
22    
23  #jql-show {  #jql-show {
24          position: fixed;          position: fixed;
25            display: block;
26          background-color: #ff8;          background-color: #ff8;
27          right: 0px;          right: 0px;
28          bottom: 0px;          bottom: 0px;
29          width: 5ex;  }
30          height: 2ex;  
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 {  .jql-info {
# Line 40  Line 46 
46  .jql-debug {  .jql-debug {
47          font-size: 80%;          font-size: 80%;
48          color: #440;          color: #440;
49            background-color: #cfc;
50  }  }
51    
52  .jql-error {  .jql-error {
53          color: #f00;          color: #f00;
54            background-color: #fcc;
55  }  }
56    

Legend:
Removed from v.34  
changed lines
  Added in v.38

  ViewVC Help
Powered by ViewVC 1.1.26