Opened 15 years ago

Closed 15 years ago

#6693 closed patch (fixed)

mythweb status uses fixed-width (e.g. 340px) boxes

Reported by: Christian Owned by: xris
Priority: minor Milestone: unknown
Component: Plugin - MythWeb Version: 0.21-fixes
Severity: medium Keywords:
Cc: Ticket locked: no

Description

I've received this bug report from an user.

Packages come from debian-multimedia.org

It's bad enough that the mythweb backend status page uses only a tiny portion of the screen (this is 2009, people have wide-screen monitors with more than 1024x768 res), but the "div.schedule a" uses only about half of that (340 pixels). dumb! horizontal screen space (width) is abundant. vertical space (height) is not. and using pixels to specify sizes is just stupid - it assumes that everyone uses exactly the same font & font size on exactly the same monitor as the author.

Attachments (2)

webmyth-css-patch.txt (1.8 KB) - added by cas@… 15 years ago.
fixes for width and other problems with mythweb status.css and backend_log.css
6693-webmyth-css.patch (9.5 KB) - added by Marc Tousignant <drayson@…> 15 years ago.

Download all attachments as: .zip

Change History (8)

comment:1 Changed 15 years ago by Dibblah

Resolution: invalid
Status: newclosed

Feature request without patch.

Changed 15 years ago by cas@…

Attachment: webmyth-css-patch.txt added

fixes for width and other problems with mythweb status.css and backend_log.css

comment:2 in reply to:  1 Changed 15 years ago by cas@…

Replying to Dibblah:

Feature request without patch.

patch provided.

comment:3 Changed 15 years ago by stuartm

Resolution: invalid
Status: closednew
Type: enhancementpatch

comment:4 Changed 15 years ago by Marc Tousignant <drayson@…>

Confirmed this works. Status page looks nicer. Submitting an actual valid patch. Will apply against current trunk and to default, elkin, and grey themes.

Changed 15 years ago by Marc Tousignant <drayson@…>

Attachment: 6693-webmyth-css.patch added

comment:5 in reply to:  4 Changed 15 years ago by cas@…

Replying to Marc Tousignant <drayson@net1plus.com>:

Confirmed this works. Status page looks nicer. Submitting an actual valid patch. Will apply against current trunk and to default, elkin, and grey themes.

cool, thanks. it'll be nice not to have to patch it myself after every upgrade any more.

comment:6 Changed 15 years ago by Rob Smith

Resolution: fixed
Status: newclosed

(In [21796]) Fixes #6693, this over-rides the backend CSS to allow the status screen to flow rather then be fixed width

Note: See TracTickets for help on using tickets.