/[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 81 - (show annotations)
Mon Jan 29 21:37:38 2007 UTC (17 years, 3 months ago) by dpavlin
File MIME type: text/css
File size: 520 byte(s)
layout sql_query as pre
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 span.argument-sql_query {
37 white-space: pre;
38 float: left;
39 display: block;
40 }
41
42 .sql-result-table {
43 margin-top: 1em;
44 }

  ViewVC Help
Powered by ViewVC 1.1.26