Skip to content

Commit

Permalink
Fix the too-streched preview
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysalvat committed Dec 15, 2012
1 parent 5cf333a commit 0a44386
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions public/stylesheets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ p.tagline {
#results .video .video-cell .video-wrapper {
display: block;
position: relative;
min-height: 125px;
height: 150px;
}
#results .video .video-cell .tip {
background: #99cc32;
Expand Down Expand Up @@ -226,9 +226,8 @@ p.tagline {
font-size: 10px;
}
#results .video .video-cell img.preview {
min-width: 228px;
min-height: 122px;
max-height: 122px;
width: 210px;
height: 150px;
border: 1px solid gray;
box-shadow: 0px 5px 30px black;
}
7 changes: 3 additions & 4 deletions public/stylesheets/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ p.tagline {
.video-wrapper {
display: block;
position: relative;
min-height: 125px;
height: 150px;
}

.tip {
Expand Down Expand Up @@ -277,9 +277,8 @@ p.tagline {
}

img.preview {
min-width: 228px;
min-height: 122px;
max-height: 122px;
width: 210px;
height: 150px;
border: 1px solid gray;
box-shadow: 0px 5px 30px black;
}
Expand Down

0 comments on commit 0a44386

Please sign in to comment.