/[sql-web-session]/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 /style.css

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

revision 1 by dpavlin, Mon Apr 13 14:26:46 2009 UTC revision 2 by dpavlin, Mon Apr 13 17:55:51 2009 UTC
# Line 1  Line 1 
1    #status {
2            background: #ffd;
3            display: block;
4    }
5    
6  #sql {  #sql {
7          background: #eee;          background: #eee;
8          padding: 1em 1em;          padding: 1em 1em;
9          position: fixed;          position: fixed;
10          top: 1em;          top: 1em;
11          right: 1em;          right: 1em;
12          z-index: 10;          display: none;
         opacity: .2;  
13  }  }
14  #sql:hover {  
15          opacity: 1;  #sql.visible {
16            z-index: 10;
17            display: block;
18  }  }
19    
20  /* short name to minimize generated html length */  /* short name to minimize generated html length */
# Line 35  label[for=offset] { Line 41  label[for=offset] {
41          width: 9ex;          width: 9ex;
42  }  }
43    
44  label input[type=checkbox] {  label input[type=checkbox],
45          margin-left: 5ex;  select[name=where_column] {
46            clear: left;
47            margin-left: 3ex;
48  }  }
49    

Legend:
Removed from v.1  
changed lines
  Added in v.2

  ViewVC Help
Powered by ViewVC 1.1.26