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

Commit

Permalink
Update file_list image styling to only be applied to file_list type
Browse files Browse the repository at this point in the history
  • Loading branch information
jtsternberg authored and IgorCode committed Mar 2, 2014
1 parent 00b2174 commit 37af7e7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions style.css
Expand Up @@ -151,6 +151,13 @@ table.cmb_metabox .cmb_media_status .img_status {
width: auto; width: auto;
} }


table.cmb_metabox .cmb-type-file_list .cmb_media_status .img_status {
clear: none;
float: left;
margin-right: 10px;
width: auto;
}

table.cmb_metabox .cmb_media_status .img_status, table.cmb_metabox .cmb_media_status .embed_status { table.cmb_metabox .cmb_media_status .img_status, table.cmb_metabox .cmb_media_status .embed_status {
position: relative; position: relative;
} }
Expand Down
4 changes: 2 additions & 2 deletions style.min.css

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

0 comments on commit 37af7e7

Please sign in to comment.