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 info page style #8737

Merged
merged 1 commit into from
Jan 5, 2013
Merged

Conversation

tricknotes
Copy link
Contributor

When I click link "About your application's environment" at welcome page, the page style (such as font, background color etc) are broken. (see the following images.)

This cause is that the partial page loaded by xhr contains their own css.

So I stop containing css in loaded page.


Before click:
 2013-01-04 15 51 05

After click:
 2013-01-04 15 51 17

@goshacmd
Copy link
Contributor

goshacmd commented Jan 4, 2013

👍 I think you need to squash commits.

@@ -179,6 +179,7 @@
else
{ xhr = new ActiveXObject("Microsoft.XMLHTTP"); }
xhr.open("GET","rails/info/properties",false);
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you add some whitespaces to those parameters?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

OK. I added whitespace in 6bd3d0f00e99f8a706fcda3d258f2c9524792e55

@tricknotes
Copy link
Contributor Author

Thanks @goshakkk .
I squashed my commits.

@goshacmd
Copy link
Contributor

goshacmd commented Jan 4, 2013

@guilleiguaran can you have a look?

@tricknotes
Copy link
Contributor Author

I rebased this commit to make it automatically mergeable.

carlosantoniodasilva added a commit that referenced this pull request Jan 5, 2013
@carlosantoniodasilva carlosantoniodasilva merged commit 1e1c7af into rails:master Jan 5, 2013
@carlosantoniodasilva
Copy link
Member

Thanks.

@tricknotes tricknotes deleted the info-page-style branch January 5, 2013 12:13
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.

4 participants