Opened 15 years ago

Closed 15 years ago

#1242 closed enhancement (fixed)

Generate <img> tag for spot images with a class attribute

Reported by: Jari Häkkinen Owned by: Nicklas Nordborg
Priority: trivial Milestone: BASE 2.11
Component: web Version:
Keywords: Cc:

Description

Greetings!

I'm using base-2.9.2 on tomcat 6.0.18 in Geronimo 2.1.3.

We use Combimatrix 90k arrays and the spot images are tiny (12px). I want to use CSS to make them bigger. Can you give the spot images a class of something like 'spotimage' so I can do that?

At the moment I'm using #rawdata td.cell img { width: 30px; }

and it works but it feels ... wrong. I'd prefer

.spotimage { width: 30px; }

Thanks,

Chad

Change History (4)

comment:1 by Nicklas Nordborg, 15 years ago

Resolution: fixed
Status: newclosed

(In [4798]) Fixes #1242: Implement "lazy loading" of the directory tree

Forgot this file in the first checkin.

comment:2 by Nicklas Nordborg, 15 years ago

Resolution: fixed
Status: closedreopened

Oopss.. the previous commit should have gone to #1241.

comment:3 by Nicklas Nordborg, 15 years ago

Milestone: BASE 2.11
Owner: changed from everyone to Nicklas Nordborg
Priority: majortrivial
Status: reopenednew
Summary: Add a spotimage class to BASE CSSGenerate <img> tag for spot images with a class attribute

comment:4 by Nicklas Nordborg, 15 years ago

Resolution: fixed
Status: newclosed

(In [4838]) Fixes #1242: Generate <img> tag for spot images with a class attribute

All spot images now have <img class="spotimage" ...>

Note: See TracTickets for help on using tickets.