Opened 16 years ago
Closed 16 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 , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 16 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Oopss.. the previous commit should have gone to #1241.
comment:3 by , 16 years ago
Milestone: | → BASE 2.11 |
---|---|
Owner: | changed from | to
Priority: | major → trivial |
Status: | reopened → new |
Summary: | Add a spotimage class to BASE CSS → Generate <img> tag for spot images with a class attribute |
comment:4 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [4798]) Fixes #1242: Implement "lazy loading" of the directory tree
Forgot this file in the first checkin.