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

Add the styles for the close button #410

Merged
merged 3 commits into from
Aug 4, 2015

Conversation

msecret
Copy link
Contributor

@msecret msecret commented Aug 4, 2015

This ensure the close panel button on bigger then mobile shows up
on the right, with an "X" as "Close". This was from design.

Technique uses content selectors to ensure everything can be done
through CSS to keep code out of confusing JS.

This ensure the close panel button on bigger then mobile shows up
on the right, with an "X" as "Close". This was from design.

Technique uses content selectors to ensure everything can be done
through CSS to keep code out of confusing JS.
@@ -37,6 +37,7 @@
background: white;
margin-top: 3px;
padding: .65rem 1.5rem;
text-align: right;
Copy link
Contributor

Choose a reason for hiding this comment

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

This is aligning everything on the mobile panel to the right.

screen shot 2015-08-04 at 9 42 13 am

Only the nav button should be right aligned and only on large
screens. This was an issue brought up by Noah.
@noahmanger
Copy link
Contributor

Looks good. Can you fix conflicts and then I'll merge?

msecret pushed a commit that referenced this pull request Aug 4, 2015
Add the styles for the close button
@msecret msecret merged commit 29b2723 into fecgov:develop Aug 4, 2015
@msecret msecret removed the plz-review label Aug 4, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants