/[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 25 - (show annotations)
Sat Apr 18 23:35:57 2009 UTC (14 years, 11 months ago) by dpavlin
File MIME type: text/css
File size: 869 byte(s)
lookup is now scrollable and respects query limit

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

  ViewVC Help
Powered by ViewVC 1.1.26