Skip to content

Instantly share code, notes, and snippets.

@pleone
Created January 30, 2012 17:08
Show Gist options
  • Save pleone/1705465 to your computer and use it in GitHub Desktop.
Save pleone/1705465 to your computer and use it in GitHub Desktop.
#userMessage {
width: 560px;
min-height: 50px;
padding-bottom: 5px;
position: fixed;
left: 30%;
top: 20%;
background: #fff;
display: none;
z-index: 3000;
background: url("/images/back_lg_reg.png") repeat scroll 0 0 transparent;
}
#userMessage #imageContainer {
float: left;
padding: 0 250px;
width: 59px;
height: 70px;
}
#userMessage #imageContainer img {
float: left;
width: 59px;
height: 59px;
}
#userPopup {
position: fixed;
left: 30%;
top: 20%;
background: #fff;
z-index: 3000;
background: url("/images/back_lg_reg.png") repeat scroll 0 0 transparent;
}
#containerMessage {
width: 550px;
background-color: #fff;
margin-top: 5px;
margin-left: 5px;
min-height: 50px;
padding-bottom: 10px;
}
#containerPopup {
background-color: #fff;
margin: 5px;
overflow: hidden;
width: 701px;
}
#droppable_clone {
width: 300px;
margin: 10px 10px 0 10px;
}
#containerPopup div {
float: left;
}
#userMessage p {
color: #000;
font-family: helvetica, arial, sans-serif;
font-size: 18px;
text-transform: uppercase;
text-align: center;
padding: 0px 0px 10px 0;
}
.message_close {
background: url("/images/chiudi_video.jpg") no-repeat scroll 0 0
transparent;
display: block;
height: 51px;
position: absolute;
right: 5px;
top: 5px;
width: 54px;
z-index: 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment