Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Simplify repeater thumbnail view item styling
Browse files Browse the repository at this point in the history
  • Loading branch information
interactivellama committed Oct 5, 2014
1 parent aa7444e commit 5bbf4ce
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions less/repeater-thumbnail.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,21 @@
border: 1px solid #ddd;
color: #666;
float: left;
font-size: 12px;
height: 130px;
line-height: 36px;
margin: 10px 12px;
height: 110px;
margin: 8px 7px;
text-align: center;
width: 100px;

-webkit-box-shadow: 0 1px 4px 0 #ddd;
box-shadow: 0 1px 4px 0 #ddd;

img {
display: block;
margin-top: 12px;
margin-top: 10px;
margin-bottom: 3px;
}

&-cont {
height: 100%;
overflow-y: auto;
padding: 10px;
padding: 6px;
width: 100%;

div.empty {
Expand Down

0 comments on commit 5bbf4ce

Please sign in to comment.