dialog form fixes

This commit is contained in:
Rushabh Mehta
2012-04-11 18:02:23 +05:30
parent 97a0b3e9d6
commit 49086492c3
5 changed files with 29 additions and 26 deletions

View File

@@ -334,14 +334,15 @@ div.dialog_wrapper {
display: none;
z-index: 90;
background-color: #FFF;
border: 3px solid #222;
box-shadow:1px 1px 5px #777;
-moz-box-shadow: 1px 1px 5px #777;
-webkit-box-shadow: 1px 1px 5px #777;
box-shadow:1px 1px 8px #444;
-moz-box-shadow: 1px 1px 8px #444;
-webkit-box-shadow: 1px 1px 8px #444;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-webkit-border-radius: 5px;
overflow: hidden;
}
div.dialog_head {
@@ -365,7 +366,7 @@ div.dialog_back {
left: 0px;
bottom: 0px;
right: 0px;
background-color: #EEE;
background-color: #aaa;
opacity: 0.6;
z-index: 50;
text-align: center;