/[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 10 by dpavlin, Tue Apr 14 19:54:56 2009 UTC revision 22 by dpavlin, Sat Apr 18 14:18:48 2009 UTC
# Line 6  Line 6 
6  #sql {  #sql {
7          background: #eee;          background: #eee;
8          padding: 1em 1em;          padding: 1em 1em;
9            display: none;
10            float: right;
11    }
12    
13    .fixed {
14          position: fixed;          position: fixed;
15          top: 1em;          top: 1em;
16          right: 1em;          right: 1em;
         display: none;  
17  }  }
18    
19  #sql.visible {  #sql.visible {
# Line 47  select[name=where_column] { Line 51  select[name=where_column] {
51          margin-left: 3ex;          margin-left: 3ex;
52  }  }
53    
54  input[name=add_group_by] {  input[name=lookup_col] {
55          display: none;          display: none;
56  }  }
57    
58  .close {  .right {
59          float: right;          float: right !important;
60  }  }
61    
62  div#lookup {  div#lookup {
63          float: left;          float: left;
64          clear: left;          clear: left;
65          display: none;          display: none;
66            border: 1px solid #888;
67            width: 100%;
68            margin-bottom: 1em;
69    }
70    
71    .changed {
72            background: #fdd;
73  }  }
74    

Legend:
Removed from v.10  
changed lines
  Added in v.22

  ViewVC Help
Powered by ViewVC 1.1.26