New / Updated module
Bukken
Joined: 2003-09-16
Posts: 14 |
Posted: Wed, 2005-05-11 22:20 |
I want to customize the new/updated box that appears when you add a new or update a picture in G2. I've located the code settings to the file module.inc in /modules/newitems/. I can change the settings in my css file for gcBackground2 but that will also affect the rest of the theme that I'm currently working on. Is there a way around this besides change the module.inc file? my test gallery: http://wralgyr.org/gal2/ |
|
Posts: 8601
yup, module.inc is currently the only way to change the html output.. in css you can define things for giNew and giUpdated classes.. use !important if needed to override background/border settings.
Posts: 14
Ok. thanks for the reply.