Skip to content

Instantly share code, notes, and snippets.

Created June 24, 2012 18:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/2984404 to your computer and use it in GitHub Desktop.
Save anonymous/2984404 to your computer and use it in GitHub Desktop.
.addbox {
display: block;
overflow: auto;
margin-top: 50px;
display: block;
width: 900px;
background: white;
border: 1px solid #ccc;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
-moz-box-shadow: 0px 0px 3px 1px #ccc;
-webkit-box-shadow: 0px 0px 3px 1px #ccc;
box-shadow: 0px 0px 3px 1px #ccc;
padding: 0 20px 20px 0;
}
.addbox-text {
margin-left: 20px;
}
.addmenu-item {
float: left;
width: 190px;
height: 190px;
background: #F4F4F4;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
margin-left: 20px;
}
.addmenu-image {
display: block;
width: 190px;
height: 148px;
overflow: hidden;
}
.addmenuimage {
width: auto;
min-height: 148px;
min-width: 190px;
max-height: 300px;
max-width: 225px;
-moz-border-radius: 3px 3px 0 0;
-webkit-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
}
.addmenu-info {
display: block;
width: 190px;
height: 42px;
color: #444;
padding: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment