~pexego/openobject-addons/6.1-pexego-sale_commission

« back to all changes in this revision

Viewing changes to django_pos/apps/inplaceeditform/static/css/inplaceedit_toolbar_structure.css

  • Committer: Santi Argueso (Pexego)
  • Date: 2013-02-06 17:03:36 UTC
  • mfrom: (10.1.6 pexego-addons_6.1)
  • Revision ID: santiago@pexego.es-20130206170336-ml430s6p9jknun0j
[MERGE]

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#toolbar-inplace-edit {
 
2
    height: 20px;
 
3
    background: #dddddd;
 
4
    border: 1px solid #cccccc;
 
5
    font-size: 11px;
 
6
    font-family: sans-serif;
 
7
}
 
8
 
 
9
 
 
10
#toolbar-inplace-edit div.toolbarContainer {
 
11
    display: inline;
 
12
    line-height: 20px;
 
13
    border-right: 1px solid #cccccc;
 
14
}
 
15
 
 
16
#toolbar-inplace-edit .toolbarAction {
 
17
    cursor: pointer;
 
18
    padding: 0px 5px;
 
19
}
 
20
 
 
21
#toolbar-inplace-edit .active {
 
22
    background-color: #bfbfbf;
 
23
}