History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: FC-1561
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Critical Critical
Assignee: Blair McKenzie
Reporter: Jeff Coughlin
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
FarCry Core Framework

Admin toolbar styles should be in separate CSS files - causing issues

Created: 21/Oct/08 06:10 AM   Updated: 28/Oct/08 03:50 PM
Component/s: Webtop Admin UI
Affects Version/s: FarCry 5.1
Fix Version/s: FarCry 5.1

Time Tracking:
Not Specified


 Description  « Hide
* Because the admin toolbar styles are displayed in the <head/> tag block, it makes it difficult to override many of the styles (even using the !important option) thus the admin toolbar looks different on different site designs (and difficult to override).
* The styles do not validate making it difficult to check site validation without constantly logging out (sometimes we need to be logged in to validate secure areas on the site).
* IE-specific styles should be in their own style sheet(s) rather than using the "* html" hack.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Blair McKenzie - 28/Oct/08 03:50 PM
CSS has been moved to an external stylesheet.

Not sure what html * is being refered to, may have been removed previously.