~openerp-dev/openerp-web/trunk-customfilter-jir

« back to all changes in this revision

Viewing changes to addons/web/static/src/css/base.sass

  • Committer: Vidhin Mehta
  • Date: 2013-09-02 08:57:36 UTC
  • mfrom: (3747.2.76 openerp-web)
  • Revision ID: vme@tinyerp.com-20130902085736-rle0km7c5kxxi31o
[MERGE]Trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2348
2348
                position: absolute
2349
2349
                margin: 0 !important // dammit
2350
2350
                padding: 0
2351
 
            .oe_form_field_boolean
2352
 
                // use padding similar to actual cell to correctly position the
2353
 
                // checkbox
2354
 
                padding: 1px 6px 3px
 
2351
            .oe_form_field_boolean input
 
2352
                margin: 1px 0 0 10px !important
2355
2353
        .oe_list_content .oe_group_header
2356
2354
            @include vertical-gradient(#fcfcfc, #dedede)
2357
2355