Files
Mozilla/mozilla/minimo/customization/ua.css.additions
dougt%meer.net 4cad297e68 0.2 changes. including perf pref changes, new google search m, and removing in focus ua.css changes which broke some form fields
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@224687 18797224-902f-48f8-a5cc-f745e15eee43
2007-04-18 15:35:23 +00:00

8 lines
198 B
Plaintext
Executable File

/* 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;
}