/adei/ui

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/ui

« back to all changes in this revision

Viewing changes to setups/toska/toska.css

  • Committer: Suren A. Chilingaryan
  • Date: 2008-04-20 05:22:25 UTC
  • Revision ID: csa@dside.dyndns.org-20080420052225-enu1yngq1pny531z
Layout redesign: search tab, controls, menu

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
   color:               #000055;
3
3
   background:          #E0E0E0;
4
4
   border:              1px solid #002D27;
5
 
   margin-top:          0;
6
 
   margin-bottom:       5px;
7
5
   margin-left:         0px;
8
6
   margin-right:        0px;
9
7
   padding:             0px;
11
9
   text-align:          left;
12
10
   height:              50px;
13
11
   
 
12
   border-left:         35px solid black;
14
13
   background:          url(toska.png) #005D57 no-repeat;
15
14
}
16
15
 
17
 
.header table {
18
 
    height:             100%;
19
 
    padding:            5px;
20
 
}
21
 
 
22
 
.header .title {
23
 
    vertical-align:     bottom;
24
 
}
25
 
 
26
16
.header .module_link {
27
17
    color:              #E5E5E5;
28
18
}