/[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 53 - (show annotations)
Sun Jan 21 14:00:28 2007 UTC (17 years, 4 months ago) by dpavlin
File MIME type: text/css
File size: 401 byte(s)
schema links now open in new window, added schema link to sql edit form
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: #ccc;
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

  ViewVC Help
Powered by ViewVC 1.1.26