Skip to content

Commit

Permalink
Merge branch 'feature/PhotosOfYouAlbum'
Browse files Browse the repository at this point in the history
  • Loading branch information
germain-italic committed May 12, 2016
2 parents 5ab141d + 9ad6795 commit 2c06be0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion csphotoselector.css
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@
* will produce a 1-column albums list
* and a 2-columns photos list
*/
@media screen and (max-width: 480px) {
@media screen and (max-width: 650px) {
#CSPhotoSelector {
padding: 0;
margin: 0;
Expand Down
5 changes: 2 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,11 @@ <h4>This is based on the Friend Selector plugin created by <a href="http://www.t
<!-- Markup for Carson Shold's Photo Selector -->
<div id="CSPhotoSelector">
<div class="CSPhotoSelector_dialog">
<a href="#" id="CSPhotoSelector_buttonClose">x</a>
<div class="CSPhotoSelector_form">
<div class="CSPhotoSelector_header">
<p>Choose from Photos</p>
<a href="#" id="CSPhotoSelector_buttonClose">x</a>
<p>{{ 'facebook.photoselector.choose'|trans|raw }}</p>
</div>

<div class="CSPhotoSelector_content CSAlbumSelector_wrapper">
<p>Browse your albums until you find a picture you want to use</p>
<div class="CSPhotoSelector_searchContainer CSPhotoSelector_clearfix">
Expand Down

0 comments on commit 2c06be0

Please sign in to comment.