/[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 153 - (hide annotations)
Sat Jun 14 12:31:35 2008 UTC (15 years, 11 months ago) by dpavlin
File MIME type: text/css
File size: 411 byte(s)
split strix sites name differences into it's own page
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     .note {
11     background-color: #F0EAB7 !important;
12     border: 1px solid #E6E0AD;
13     padding: 3px;
14     margin-top: 3px;
15     margin-bottom: 3px;
16     }
17    
18     table.list th {
19     background-color: #eee;
20     }
21    
22     input.text {
23     max-width: 80em;
24     }
25 dpavlin 153
26     /* fix sub-menu */
27     ul.menu li ul li.submenu {
28     display: inline;
29     }

  ViewVC Help
Powered by ViewVC 1.1.26