git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@224687 18797224-902f-48f8-a5cc-f745e15eee43
8 lines
198 B
Plaintext
Executable File
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;
|
|
}
|