user99999999 Posted March 16, 2006 Posted March 16, 2006 (edited) [Contribution] Breadcrumb for Admin This is a breadcrumb for admin copied from the store http://www.oscommerce.com/community/contributions,4093 hellothis contrib should really be added in the core files !! how could i do before it ? thnaks a lot the only thinks that doesnt seems to work for me is the css use, i copied the css code to my admin css , but it doenst change anything , could you open a forum thread and post the url in contribution here so we can work together on this ? best regards Thanks for the PM, I had trouble with the css myself so I will look at it again and see if I messed something up. You might want to take the css from the store and start fresh. catalog/stylesheet.css {headerNavigation} Dave... [Contribution] Breadcrumb for Admin Edited March 16, 2006 by user99999999 Quote
azer Posted March 16, 2006 Posted March 16, 2006 ok i m gonan try to use the catalog css ... but it s strange , many other part of the admin use the admin css :blink: Quote MS2
user99999999 Posted March 16, 2006 Author Posted March 16, 2006 Only use the headerNavigation section from catalog/stylesheet.css TR.headerNavigation { background: #bbc3d3; } TD.headerNavigation { font-family: Verdana, Arial, sans-serif; font-size: 10px; background: #bbc3d3; color: #ffffff; font-weight : bold; } A.headerNavigation { color: #FFFFFF; } A.headerNavigation:hover { color: #ffffff; } Quote
azer Posted March 17, 2006 Posted March 17, 2006 i dont understand why i don't manage to put in bold the caracters ! and in the new version of the contrib, is mistake is written , u have to read stylesheet.css and not stylesheet.php Quote MS2
user99999999 Posted March 17, 2006 Author Posted March 17, 2006 Try the css now it works good and the contrib download is updated. Fixed reference to stylesheet.php, should be stylesheet.css Fixed headerNavigation css. It was missing active/visited and had uneeded tr/td. Copied from menuBoxContentLink. a.headerNavigation:link { font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #616060; font-weight: bold; text-decoration: none; } a.headerNavigation:visited { font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #616060; font-weight: bold; text-decoration: none; } a.headerNavigation:active { font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #616060; font-weight: bold; text-decoration: none; } a.headerNavigation:hover { font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #616060; font-weight: bold; text-decoration: underline; } Quote
user99999999 Posted March 17, 2006 Author Posted March 17, 2006 Actually the td is needed to make the >> the same. td.headerNavigation { font-family: Verdana, Arial, sans-serif; font-size: 16px; color: #000000; font-weight: bold; } Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.