/[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 231 - (hide annotations)
Sun Aug 31 11:54:40 2008 UTC (15 years, 8 months ago) by dpavlin
File MIME type: text/css
File size: 1160 byte(s)
Added action SearchLDAP which replace old dump and enables us to issue
search requests directly to upstream LDAP to check it's current data
1 dpavlin 202 /* fix navigation width */
2    
3     div#navigation {
4     width: 100% !important;
5     }
6     div#navigation ul {
7     width: 100% !important;
8     }
9    
10 dpavlin 57 tt.email {
11     color: #888;
12     }
13 dpavlin 127
14    
15     /* similar to messages and errrors boxes in Jifty
16     * class is 'note message'
17     * class is 'note error'
18     */
19 dpavlin 164
20 dpavlin 127 .note {
21     background-color: #F0EAB7 !important;
22     border: 1px solid #E6E0AD;
23     padding: 3px;
24     margin-top: 3px;
25     margin-bottom: 3px;
26     }
27    
28     table.list th {
29     background-color: #eee;
30     }
31    
32     input.text {
33     max-width: 80em;
34     }
35 dpavlin 153
36 dpavlin 164 /* navigation menu */
37    
38     ul.menu li ul.submenu {
39     display: none;
40 dpavlin 153 }
41 dpavlin 157
42 dpavlin 164 ul.menu li.active ul.submenu {
43     display: block;
44     }
45    
46     ul.menu li.active ul.submenu li.active a {
47     color: #ff0 !important;
48     }
49    
50     /* strix */
51    
52 dpavlin 184 #region-selected-instances {
53 dpavlin 166 position: absolute;
54     right: 1em;
55     top: 1em;
56 dpavlin 157 border: 1px solid #888;
57 dpavlin 166 background: #fff;
58 dpavlin 157 }
59    
60 dpavlin 186 /* strix/sitemap */
61 dpavlin 166
62 dpavlin 186 .layout {
63     color: #aaa;
64 dpavlin 166 }
65 dpavlin 211
66     /* strix/layout */
67    
68 dpavlin 217 ul.navigation {
69     float: left;
70     width: 25%;
71     overflow: hidden;
72     }
73    
74 dpavlin 211 #region-strix-site-layout {
75     float: right;
76 dpavlin 217 width: 70%;
77 dpavlin 211 background-color: #eee;
78     }
79    
80 dpavlin 231 /* ldap/search */
81    
82     /* key */
83     li > tt {
84     color: #888;
85     }
86    
87     /* values delimiter */
88     li > span > b {
89     margin-left: 0.5em;
90     margin-right: 0.5em;
91     color: #ddd;
92     }
93    

  ViewVC Help
Powered by ViewVC 1.1.26