[IMP] sidebar hidden by default

bzr revid: chs@openerp.com-20120530103636-wfgx2kaa961r8hgv
This commit is contained in:
Christophe Simonis 2012-05-30 12:36:36 +02:00
parent bedf81f2da
commit 1242ff10da
2 changed files with 2 additions and 0 deletions

View File

@ -512,6 +512,7 @@
opacity: 0.5;
}
.openerp .oe_leftbar {
display: none;
width: 220px;
background: #f0eeee;
border-right: 1px solid #afafb6;

View File

@ -430,6 +430,7 @@ $colour4: #8a89ba
// }}}
// Webclient.leftbar {{{
.oe_leftbar
display: none
width: 220px
background: #f0eeee
border-right: 1px solid #afafb6