Archive for November 16th, 2007
Daily Archive
Friday, November 16th, 2007
Adding icons to ActiveScaffold’s actions
Problem
You want to replace the standard text descriptions in ActiveScaffold’s actions with your icons.
Solution
Create a file called active_scaffold_overrides.css in ror_project/public/stylesheets
Copy the css code from ror_project/vendor/plugins/active_scaffold/frontends/default/stylesheets/stylesheet.css and paste it in to the file created in the previous step.
Create a directory my_images in ror_project/public/images/activescaffold to hold your images.
Copy to the new directory the images you want to [...]