Skip to content

Instantly share code, notes, and snippets.

@borisd
Created January 29, 2014 17:57
Show Gist options
  • Save borisd/8693335 to your computer and use it in GitHub Desktop.
Save borisd/8693335 to your computer and use it in GitHub Desktop.
app/assets/stylesheets/application.css
.media-grid {
width: 100%;
}
.media-grid > li {
float: left;
display: block;
margin-right: 20px;
margin-bottom: 20px;
width: 255px;
height: 300px;
position: relative;
}
.media-grid img {
width: 260px;
margin: auto;
max-height: 260px;
}
.media-grid .controls {
position: absolute;
bottom: 0;
right: 0;
padding: 10px;
border-top: 1px solid #eee;
}
.media-grid .controls li {
float: right;
margin-left: 10px;
list-style: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment