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

Easier to see where web site stats are from #7524

Closed
raj45 opened this issue Mar 24, 2015 · 1 comment
Closed

Easier to see where web site stats are from #7524

raj45 opened this issue Mar 24, 2015 · 1 comment
Labels
c: Usability For issues that let users achieve a defined goal more effectively or efficiently. duplicate For issues that already existed in our issue tracker and were reported previously. Task Indicates an issue is neither a feature nor a bug and it's purely a "technical" change.

Comments

@raj45
Copy link

raj45 commented Mar 24, 2015

It would be great if the name of the web site being watched was more prominently displayed, next to the logo. Quite a lot of our users have complained it is hard to see. Making a few changes to two files seems to do the job crudely. It inserts the name of the web site being viewed next to the logo.

Add this CSS to the file tmp/assets/asset_manager_global_css.css:
.headerSiteName { float: left; margin-left: 1em; font-size: 2.5em; }

Add this at the end of the file plugins/CoreHome/templates/_logo.twig:
<span class="headerSiteName">{{ siteName }}</span>

Result:
addon

@mattab mattab added Task Indicates an issue is neither a feature nor a bug and it's purely a "technical" change. c: Usability For issues that let users achieve a defined goal more effectively or efficiently. labels Apr 8, 2015
@mattab mattab added this to the Long term milestone Apr 8, 2015
@raj45
Copy link
Author

raj45 commented Sep 4, 2015

Actually, I think the web site drop-down selector should be moved next to the logo, I have created an issue about it: #8712

@mattab mattab closed this as completed Sep 8, 2015
@mattab mattab added the duplicate For issues that already existed in our issue tracker and were reported previously. label Sep 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: Usability For issues that let users achieve a defined goal more effectively or efficiently. duplicate For issues that already existed in our issue tracker and were reported previously. Task Indicates an issue is neither a feature nor a bug and it's purely a "technical" change.
Projects
None yet
Development

No branches or pull requests

2 participants