[FIX] cleaned dialog box design

bzr revid: fp@tinyerp.com-20120712163444-thvd2zqbwxcff4i5
This commit is contained in:
Fabien Pinckaers 2012-07-12 18:34:44 +02:00
parent fe839cb0a9
commit 32f49b71ba
2 changed files with 0 additions and 12 deletions

View File

@ -188,13 +188,7 @@
}
.openerp.ui-dialog {
display: none;
position: fixed;
padding: 6px;
top: 50%;
left: 50%;
z-index: 1050;
width: 560px;
margin: -150px 0 0 -280px;
background-color: rgba(60, 60, 60, 0.7);
border: 1px solid;
border-color: #888888 #555555 #444444;

View File

@ -205,13 +205,7 @@ $sheet-max-width: 860px
// Modal box
&.ui-dialog
display: none
position: fixed
padding: 6px
top: 50%
left: 50%
z-index: 1050
width: 560px
margin: -150px 0 0 -280px
//overflow: hidden
background-color: rgba(60,60,60,0.7)
border: 1px solid