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

aligned Select and Action labels #624

Merged
merged 5 commits into from Dec 7, 2014
Merged

Conversation

draganrelu
Copy link
Contributor

fixed #621

@iulianR
Copy link
Member

iulianR commented Dec 7, 2014

This should be done from CSS.

<b>Select:</b>
<a onclick='$(".question_select").attr("checked", true).change();' href="#">{% trans 'All' %}</a> /
<a onclick='$(".question_select").attr("checked", false).change();' href="#">{% trans 'None' %}</a>

<br/>

<span style="display:inline-block; width: 5;"></span>
Copy link
Member

Choose a reason for hiding this comment

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

The correct CSS way to define this statement is:

display: inline-block; width: 5px;

You should always specify px, even though most of the browsers know by default.

@palcu
Copy link
Member

palcu commented Dec 7, 2014

LGTM after you fix my comment.

@palcu
Copy link
Member

palcu commented Dec 7, 2014

LGTM 👍

palcu added a commit that referenced this pull request Dec 7, 2014
aligned Select and Action labels
@palcu palcu merged commit 36b17ca into rosedu:master Dec 7, 2014
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.

Use alignment and remove colon for select labels in question page in Control Panel
3 participants