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

Contents of /style.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 20 - (show annotations)
Sat Apr 18 14:05:13 2009 UTC (15 years ago) by dpavlin
File MIME type: text/css
File size: 810 byte(s)
rename add_group_by into lookup_col

1 #status {
2 background: #ffd;
3 display: block;
4 }
5
6 #sql {
7 background: #eee;
8 padding: 1em 1em;
9 position: fixed;
10 top: 1em;
11 right: 1em;
12 display: none;
13 }
14
15 #sql.visible {
16 z-index: 10;
17 display: block;
18 }
19
20 /* short name to minimize generated html length */
21 .o {
22 background: #ddf;
23 }
24
25
26 form#sql input,
27 form#sql select {
28 float: left;
29 }
30
31 label {
32 float: left;
33 clear: left;
34 }
35
36 label[for=from],
37 label[for=where],
38 label[for=order_by],
39 label[for=limit],
40 label[for=offset] {
41 width: 9ex;
42 }
43
44 label input[type=checkbox],
45 select[name=where_column] {
46 clear: left;
47 margin-left: 3ex;
48 }
49
50 input[name=lookup_col] {
51 display: none;
52 }
53
54 .close {
55 float: right !important;
56 }
57
58 div#lookup {
59 float: left;
60 clear: left;
61 display: none;
62 border: 1px solid #888;
63 width: 100%;
64 margin-bottom: 1em;
65 }
66
67 .changed {
68 background: #fdd;
69 }
70

  ViewVC Help
Powered by ViewVC 1.1.26