Skip to content
This repository has been archived by the owner on Dec 17, 2018. It is now read-only.

Commit

Permalink
Merge pull request #467 from IgorCode/trunk
Browse files Browse the repository at this point in the history
Horizontal image previews for file_list field. Props @IgorCode
  • Loading branch information
jtsternberg committed Feb 26, 2014
2 parents abdbd46 + 00b2174 commit d061a32
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,11 @@ table.cmb_metabox .cmb_media_status {
}

table.cmb_metabox .cmb_media_status .img_status {
clear: none;
float: left;
display: inline-block;
margin-right: 10px;
width: auto;
}

table.cmb_metabox .cmb_media_status .img_status, table.cmb_metabox .cmb_media_status .embed_status {
Expand Down
2 changes: 1 addition & 1 deletion style.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d061a32

Please sign in to comment.