[FIX] pad: display problem due to wrong css selectors

bzr revid: nicolas.vanhoren@openerp.com-20130424075406-eemkxc7eyyvgiywi
This commit is contained in:
niv-openerp 2013-04-24 09:54:06 +02:00
parent e6902869ed
commit 616f705ef9
1 changed files with 3 additions and 3 deletions

View File

@ -43,7 +43,7 @@
z-index: 1000;
}
.oe_pad.oe_configured .oe_pad_content.oe_editing{
.oe_pad .oe_pad_content.oe_editing{
border: solid 1px #c4c4c4;
height:500px;
-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
@ -53,7 +53,7 @@
box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
.oe_pad.oe_configured.oe_pad_fullscreen .oe_pad_content {
.oe_pad.oe_pad_fullscreen .oe_pad_content {
height: 100%;
border: none;
-webkit-box-shadow: none;
@ -63,7 +63,7 @@
box-shadow: none;
}
.oe_pad.oe_unconfigured > p {
.oe_pad .oe_unconfigured {
text-align: center;
opacity: 0.75;
}