~camptocamp/openobject-server/trunk-geoengine

« back to all changes in this revision

Viewing changes to openerp/addons/base/static/src/css/modules.css

  • Committer: nicolas.bessi at camptocamp
  • Date: 2011-12-13 15:06:09 UTC
  • mfrom: (3575.1.300 trunk)
  • Revision ID: nicolas.bessi@camptocamp.com-20111213150609-gupi5jp7gbpylyyi
[MRG] from trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.oe_module_icon, .oe_module_desc {
 
2
  display: inline-block;
 
3
  vertical-align: top;
 
4
}
 
5
 
 
6
.oe_module_icon {
 
7
  width: 80px;
 
8
  height: 80px;
 
9
  padding: 0 4px;
 
10
}
 
11
 
 
12
.oe_module_desc {
 
13
  width: 220px;
 
14
  font-size: 13px;
 
15
  padding: 2px 5px;
 
16
  color: #4c4c4c;
 
17
}
 
18
 
 
19
.oe_module_desc h4 {
 
20
  margin: 0;
 
21
  font-size: 13px;
 
22
}
 
23
 
 
24
.oe_module_desc h4 a {
 
25
  color: #4c4c4c;
 
26
}
 
27
 
 
28
.oe_module_desc h4 a:hover {
 
29
  text-decoration: underline;
 
30
}
 
31
 
 
32
.oe_module_desc p {
 
33
  margin: 3px 0 5px;
 
34
}
 
35
 
 
36
.oe_kanban_record {
 
37
  margin: 16px 0;
 
38
  min-height: 100px;
 
39
}