fix up the modals for ie8

This commit is contained in:
Jacob Thornton 2011-08-21 13:36:06 -07:00
parent 0ca33aa1ba
commit 22dbf9d8e4
4 changed files with 9 additions and 9 deletions

View file

@ -526,7 +526,7 @@ div.modal {
width: 560px;
margin: -280px 0 0 -250px;
background-color: @white;
border: 1px solid rgba(0,0,0,.3);
border: 1px solid #555;
.border-radius(6px);
.box-shadow(0 3px 7px rgba(0,0,0,0.3));
.background-clip(padding);
@ -650,7 +650,7 @@ div.twipsy {
height: 0;
}
.inner {
background: rgba(0,0,0,.8);
background: #333;
padding: 3px;
overflow: hidden;
width: 280px;