/[SQLSession]/trunk/share/web/static/css/app.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 /trunk/share/web/static/css/app.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 115 - (show annotations)
Fri Apr 27 23:49:22 2007 UTC (17 years ago) by dpavlin
File MIME type: text/css
File size: 635 byte(s)
make invisible queries darker
1 .note {
2 border: 1px dashed #f88;
3 background-color: #ff8;
4 margin: 1em;
5 padding: 1em;
6 }
7
8 .sql {
9 border: 1px dashed #ccc;
10 margin: 0.5em;
11 padding: 0.5em;
12 }
13
14
15 .sql-note {
16 color: #888;
17 margin-top: 0.5em;
18 }
19
20 .database-name {
21 color: #444;
22 }
23
24 .database-schema {
25 float: right;
26 }
27
28 .argument-database {
29 clear: left !important;
30 }
31
32 ul.menu li.active ul.submenu li.active a {
33 color: #ff0 !important;
34 }
35
36 li.submenu.active a {
37 color: #000 !important;
38 text-decoration: none;
39 }
40
41 span.argument-sql_query {
42 white-space: pre;
43 float: left;
44 display: block;
45 }
46
47 .sql-result-table {
48 margin-top: 1em;
49 }
50
51 .invisible {
52 background-color: #eee;
53 }

  ViewVC Help
Powered by ViewVC 1.1.26