Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix alignment issue in recipe creating window | Add alt text of image to image alt attr in recipe #59

Merged
merged 1 commit into from
Jan 30, 2017

Conversation

hgezim
Copy link
Collaborator

@hgezim hgezim commented Jan 9, 2017

  • Fixed issue with alignment in create recipe window
  • Added alt text to images.

@hgezim
Copy link
Collaborator Author

hgezim commented Jan 12, 2017

Author field is kind of messed up:

add_new_post_ _dev_blog_ _wordpress

@hgezim
Copy link
Collaborator Author

hgezim commented Jan 12, 2017

You can add an image in ingredients and instructions like this:

ingredient 1
ingredient 2
%https://static.thespicehouse.com/images/image/30/large_red-hot-chili.jpg

Print preview resizing isn't happening in this case:
about_blank

Copy link
Collaborator Author

@hgezim hgezim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A couple fixes. Also looks like there's a conflict.

@@ -6,3 +6,4 @@ src/vendor-dev/
plugins/
node_modules/
build/
/nbproject/private/
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add nbproject to .gitignore so this won't be added.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay i got it

#amd-zlrecipe-uploader #recipe-title p.error-message { margin-left: 120px; }

/*-----[sahil fixes]-----*/
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These comments aren't necessary.

@@ -80,6 +80,7 @@
// Show it
// Set $image src to url
// scale image
//console.log(imageData.alt);
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clean this up.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay i will

width:90%;
}
/*-----[/sahil fixes]-----*/
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove comment plz

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay i will

height:auto;
display:block;
}
/*------[/sahil fixes]----------*/
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remote comment

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I got it



/* END PRINT FORMATTING */
/*------[sahil fixes]----------*/
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove comment



/* END PRINT FORMATTING */
/*------[sahil fixes]----------*/
#zlrecipe-print-container img.photo{
max-width:100% !important;
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't resort to using !important for no good reason.

@hgezim hgezim merged commit 3c90764 into master Jan 30, 2017
@hgezim hgezim deleted the bugfixes branch January 30, 2017 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants