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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 127 by dpavlin, Sun May 25 16:43:36 2008 UTC revision 186 by dpavlin, Mon Jun 16 22:56:14 2008 UTC
# Line 7  tt.email { Line 7  tt.email {
7   * class is 'note message'   * class is 'note message'
8   * class is 'note error'   * class is 'note error'
9   */   */
10    
11  .note {  .note {
12          background-color: #F0EAB7 !important;          background-color: #F0EAB7 !important;
13          border: 1px solid #E6E0AD;          border: 1px solid #E6E0AD;
# Line 22  table.list th { Line 23  table.list th {
23  input.text {  input.text {
24          max-width: 80em;          max-width: 80em;
25  }  }
26    
27    /* navigation menu */
28    
29    ul.menu li ul.submenu {
30            display: none;
31    }
32    
33    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    #region-selected-instances {
44            position: absolute;
45            right: 1em;
46            top: 1em;
47            border: 1px solid #888;
48            background: #fff;
49    }
50    
51    /* strix/sitemap */
52    
53    .layout {
54            color: #aaa;
55    }

Legend:
Removed from v.127  
changed lines
  Added in v.186

  ViewVC Help
Powered by ViewVC 1.1.26