Skip to content

Instantly share code, notes, and snippets.

@adorr
Created September 29, 2011 06:51
Show Gist options
  • Save adorr/1250133 to your computer and use it in GitHub Desktop.
Save adorr/1250133 to your computer and use it in GitHub Desktop.
#submission_view_modal {
background-image: url("../images/submission-view-modal.png");
background-repeat: no-repeat;
position: absolute;
top: 74px;
left:11px;
z-index: 1001;
padding: 12px;
width: 475px;
height: 465px;
}
#submission_view_modal .submission_view {
margin-left: 0;
}
#submission_view_modal #modal-close-button {
left: 425px;
position: relative;
top: 0;
}
#modal-close-button {
text-indent: -9999em;
background-image: url("../images/modal-close.png");
display: inline-block;
width: 48px;
height: 25px;
cursor: pointer;
position: absolute;
z-index: 1002;
left:416px;
top: 38px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment