/[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 153 by dpavlin, Sat Jun 14 12:31:35 2008 UTC revision 211 by dpavlin, Fri Jun 20 15:35:21 2008 UTC
# Line 1  Line 1 
1    /* fix navigation width */
2    
3    div#navigation {
4            width: 100% !important;
5    }
6    div#navigation ul {
7            width: 100% !important;
8    }
9    
10  tt.email {  tt.email {
11          color: #888;          color: #888;
12  }  }
# Line 7  tt.email { Line 16  tt.email {
16   * class is 'note message'   * class is 'note message'
17   * class is 'note error'   * class is 'note error'
18   */   */
19    
20  .note {  .note {
21          background-color: #F0EAB7 !important;          background-color: #F0EAB7 !important;
22          border: 1px solid #E6E0AD;          border: 1px solid #E6E0AD;
# Line 23  input.text { Line 33  input.text {
33          max-width: 80em;          max-width: 80em;
34  }  }
35    
36  /* fix sub-menu */  /* navigation menu */
37  ul.menu li ul li.submenu {  
38          display: inline;  ul.menu li ul.submenu {
39            display: none;
40  }  }
41    
42    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    #region-selected-instances {
53            position: absolute;
54            right: 1em;
55            top: 1em;
56            border: 1px solid #888;
57            background: #fff;
58    }
59    
60    /* strix/sitemap */
61    
62    .layout {
63            color: #aaa;
64    }
65    
66    /* strix/layout */
67    
68    #region-strix-site-layout {
69            float: right;
70            background-color: #eee;
71            width: 70%;
72    }
73    

Legend:
Removed from v.153  
changed lines
  Added in v.211

  ViewVC Help
Powered by ViewVC 1.1.26