You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bizarrely, the stylesheet that makes the Omeka admin look Neatilne-y is getting randomly loaded into other views, including the main item edit view, the settings administration, and some other plugin admins. This appears to be because the conditional code that checks the current module/controller is not specific enough, and it loading the NL css when it shouldn't.
The text was updated successfully, but these errors were encountered:
May need to pull this out and deal with the default UI from Omeka; I suspect some weird cached elements form the stylesheets.
Agreed. I think it would be better in general to rely on Omeka's default UI stuff as much as possible, especially since the UI is potentially going to change in Omeka 1.5.
This issue was caused by other Neatline plugins (NeatlineMaps and NeatlineTime) loading Neatline's neatline-admin.css file instead of their own. I've fixed this by changing the name of the CSS file in each of those plugins to something more unique. Those changes are already committed in the master branches of each of those plugins.
Bizarrely, the stylesheet that makes the Omeka admin look Neatilne-y is getting randomly loaded into other views, including the main item edit view, the settings administration, and some other plugin admins. This appears to be because the conditional code that checks the current module/controller is not specific enough, and it loading the NL css when it shouldn't.
The text was updated successfully, but these errors were encountered: