View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
1012 | Composr | core_menus | public | 2013-02-05 19:23 | 2013-02-06 19:09 |
Reporter | Guest | Assigned To | Guest | ||
Priority | normal | Severity | feature | ||
Status | resolved | Resolution | fixed | ||
Summary | 1012: footer Admin menu | ||||
Description | Sorry, me again. Seems that the footer Admin menu doesn't work correctly. With my Firefox 18.0.1 on Xubuntu it looks kinda weird (see attached image). And the links doesn't work for me. Furthermore it would be helpful, if you could add some textual explanations, because some symbols exist several times. A full pull-down (or pull-up?) menu would be nice :) Best regards Falko | ||||
Tags | No tags attached. | ||||
Attach Tags | |||||
Attached Files | |||||
Time estimation (hours) | |||||
Sponsorship open | |||||
|
Same issue on Google Chrome Version 23.0.1271.97 running on Linux. |
|
Fix is: --- a/themes/default/css/global.css +++ b/themes/default/css/global.css @@ -844,6 +844,7 @@ footer .global_footer_left img:hover {/*, .menu_type__dropdown li:hover>img*/ footer .global_footer_button_ref_point { position: absolute; + font-size: 13px; /* Puts it back, as was set to zero elsewhere */ } |
|
Automated response: Missing labels for footer menu The footer menu is missing any labels, and this makes it look a mess. |
|
Fixed in git commit 82ed750 (https://github.com/chrisgraham/Composr/commit/82ed750 - link will become active once code pushed) A hotfix (a TAR of files to upload) have been uploaded to this issue. These files are made to the latest intra-version state (i.e. may roll in earlier fixes too if made to the same files) - so only upload files newer than what you have already. Always take backups of files you are replacing or keep a copy of the manual installer for your version, and only apply fixes you need. These hotfixes are not necessarily reliable or well supported. Not sure how to extract TAR files to your Windows computer? Try 7-zip (http://www.7-zip.org/). |