Closed
Bug 373661
Opened 19 years ago
Closed 19 years ago
Bug detail page shows border around header sections; 2.23.x like layout without borders is not available
Categories
(Bugzilla :: Bugzilla-General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 345674
People
(Reporter: var_listmail, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.2) Gecko/20070219 Firefox/2.0.0.2
Build Identifier: 3.0RC1
I noticed that in 3.0RC1 "Bug Details" page comes up with boxes around the header sections such as Details, People, Related actions. These are not aesthetically well aligned for good visual appeal so is there a way to revert the look and feel of bug detail page back to the 2.23.x for the layout positioning?
Reproducible: Always
Steps to Reproduce:
1.Login
2.Search for any bug
3.click on bug# to view Bug Detail page
Actual Results:
"Bug Details" page comes up with boxes around the header sections such as Details, People, Related actions.
Expected Results:
should be able to use use a backward compatible 2.23.x view Bug detail page layout.
I assume you close this as an invalid - not-a-bug. I am trying to see how can i run the 2.23.x like view of Bug Detail page, without having to perform template customization.
Updated•19 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Comment 2•19 years ago
|
||
open skins/standard/global.css and add the following to the bottom:
fieldset {
border: 0;
}
fieldset legend {
display: none;
}
You need to log in
before you can comment on or make changes to this bug.
Description
•