Closed
Bug 224595
Opened 21 years ago
Closed 20 years ago
bugzilla should use divs instead of tables for layout of header and footer
Categories
(Bugzilla :: User Interface, enhancement, P4)
Bugzilla
User Interface
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: toms.baugis, Assigned: myk)
References
(Blocks 1 open bug)
Details
Attachments
(3 files, 3 obsolete files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6a) Gecko/20031025
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6a) Gecko/20031025
currently in bugzilla there are tables in header and footer to manage layout.
instead of tables should be used DIVs and layout controlled through CSS.
i'll attach a diff against HEAD, with mentioned changes.
Reproducible: Always
Steps to Reproduce:
Reporter | ||
Comment 1•21 years ago
|
||
i'll also attach the css file in second
Reporter | ||
Comment 2•21 years ago
|
||
Reporter | ||
Comment 3•21 years ago
|
||
just an example, how this makes life easier (to see, just replace css link in
header.html.tmpl)
Reporter | ||
Comment 4•21 years ago
|
||
uh. with last comment i meant - save the file and then change the stylesheet
link in header.html.tmpl to the new one.
Comment 5•21 years ago
|
||
just fyi, it makes it easier on everyone viewing from here if you upload the css
first, then use the link to the css attachment as the css link in the
demonstration html when you upload it.
Comment 6•21 years ago
|
||
How's the browser compatibility for this?
Status: UNCONFIRMED → NEW
Ever confirmed: true
Priority: -- → P4
Target Milestone: --- → Bugzilla 2.20
Comment 7•21 years ago
|
||
Depends how much you like Netscape 4. :-) The best way to find out is to try it
and see.
Gerv
Reporter | ||
Comment 8•21 years ago
|
||
made a little mess here. now cleaning up.
Attachment #134708 -
Attachment is obsolete: true
Reporter | ||
Comment 10•21 years ago
|
||
with mozilla you can switch between 2 supplied "themes" using view->use style
Attachment #134707 -
Attachment is obsolete: true
Reporter | ||
Comment 11•21 years ago
|
||
correct me if i am wrong, but this one blocks first page redesign, since bug
130835 also introduces css
Blocks: 130835
Reporter | ||
Comment 12•20 years ago
|
||
fixed in bug 245924
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
Updated•20 years ago
|
Summary: bugzilla should use divs instead of tables for layout → bugzilla should use divs instead of tables for layout of header and footer
Updated•20 years ago
|
Target Milestone: Bugzilla 2.20 → ---
Updated•12 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•