Modify ↓
Ticket #375 (closed task: invalid)
Flash player is pushing down left hand side metadata
| Reported by: | and | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 3.0-RC2 |
| Component: | DesignCSS | Severity: | |
| Keywords: | Cc: | pushpa | |
| Who will test this: |
Description
I think the flash player got bigger in demo.plumi.org as it's pushing down the left hand side metadata, eg. http://demo.plumi.org/Members/andenator/videos/itravellp.mp4/view
Attachments
Change History
comment:1 Changed 3 years ago by pushpa
- Cc pushpa added
- Status changed from new to closed
- Resolution set to ready for testing
comment:2 follow-up: ↓ 3 Changed 3 years ago by and
Hey Pushpa, thanks for that. Is there anywhere we can test this online?
comment:3 in reply to: ↑ 2 Changed 3 years ago by pushpa
Replying to and:
Hey Pushpa, thanks for that. Is there anywhere we can test this online?
I have checked in my local instance
comment:4 Changed 3 years ago by and
- Status changed from closed to reopened
- Resolution ready for testing deleted
Actually i just realised that the problem here is that the right hand column is appearing on these pages, that is what needs to be fixed. This code shouldn't be checked in. I'll make a separate ticket for the right hand column issue.
comment:5 Changed 3 years ago by and
- Status changed from reopened to closed
- Resolution set to invalid
Note: See
TracTickets for help on using
tickets.

already Existing class is
#video-infos {
float:left;
font-size:110%;
width:40%;
}
We have to change the class #video-infos
#video-infos {
font-size:110%;
width:40%;
}
left side meta comes up in left side of flash player
Then design issue will be fixed