Closed Bug 335581 Opened 18 years ago Closed 18 years ago

UA.CSS / CSS override to commonDialog.xul

Categories

(Minimo Graveyard :: Minimo Front-End, defect)

WinCE
x86
Windows XP
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: mgalli, Assigned: mgalli)

Details

Instead branching commonDialog.xul, we fixed the orientation of the dialog buttons with a CSS override at the ua.css level. 

/* Minimo Overlay CSS Rule : dialog buttons displayed in vertical.
   See, this hack changes the behavior of the hbox to be like vbox. 
   */
hbox.dialog-button-box {
	-moz-box-orient: vertical;
}
Checked in. 
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.