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

Short-term fix to make comment block 80% & left 20px #291

Merged
merged 1 commit into from
May 7, 2014

Conversation

huwmorris
Copy link

@emanueldima
Copy link
Contributor

@huwmorris Huw, please add here a diff between the original invenio file and the file you have added, so we can make a proper review. In general, as Mikael suggested some time ago, it's better to first commit the original file and then add the changes that are needed in another commit. But for this request, let's just have the diff in comments.

@emanueldima
Copy link
Contributor

Ok, ok, I'll do it:

$ diff ../invenio/modules/webcomment/lib/webcomment_templates.py invenio/lib/webcomment_templates.py 
1249c1249
<                                       width='100%',
---
>                                       width='80%',
1261c1261
<         form = """<div id="comment-write"><h2>%(add_comment)s</h2>
---
>         form = """<div id="comment-write" style="margin-left:20px"><h2>%(add_comment)s</h2>

emanueldima added a commit that referenced this pull request May 7, 2014
Short-term fix to make comment block 80% & left 20px
@emanueldima emanueldima merged commit 39c5d9b into master May 7, 2014
@emanueldima emanueldima deleted the issue-272 branch May 7, 2014 10:47
This pull request was closed.
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.

2 participants