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

Annotation of /share/web/static/css/app.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 166 - (hide annotations)
Sun Jun 15 22:26:07 2008 UTC (15 years, 10 months ago) by dpavlin
File MIME type: text/css
File size: 720 byte(s)
cleanup templates to look somewhat nicer
(and have more consistent naming)
1 dpavlin 57 tt.email {
2     color: #888;
3     }
4 dpavlin 127
5    
6     /* similar to messages and errrors boxes in Jifty
7     * class is 'note message'
8     * class is 'note error'
9     */
10 dpavlin 164
11 dpavlin 127 .note {
12     background-color: #F0EAB7 !important;
13     border: 1px solid #E6E0AD;
14     padding: 3px;
15     margin-top: 3px;
16     margin-bottom: 3px;
17     }
18    
19     table.list th {
20     background-color: #eee;
21     }
22    
23     input.text {
24     max-width: 80em;
25     }
26 dpavlin 153
27 dpavlin 164 /* navigation menu */
28    
29     ul.menu li ul.submenu {
30     display: none;
31 dpavlin 153 }
32 dpavlin 157
33 dpavlin 164 ul.menu li.active ul.submenu {
34     display: block;
35     }
36    
37     ul.menu li.active ul.submenu li.active a {
38     color: #ff0 !important;
39     }
40    
41     /* strix */
42    
43 dpavlin 166 #region-selected-sites {
44     position: absolute;
45     right: 1em;
46     top: 1em;
47 dpavlin 157 border: 1px solid #888;
48 dpavlin 166 background: #fff;
49 dpavlin 157 }
50    
51 dpavlin 166 /*
52     #region-search-sites {
53 dpavlin 157 }
54 dpavlin 166
55     #region-execute-sql {
56     }
57     */

  ViewVC Help
Powered by ViewVC 1.1.26