mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Bug 661889 - Wrap notification buttons onto a second row instead of cropping the overflow [r=vingtetun]
This commit is contained in:
parent
94a29910cd
commit
d6f78c82fa
@ -752,3 +752,9 @@ dialog {
|
||||
padding: @padding_xlarge@ 0px;
|
||||
}
|
||||
}
|
||||
|
||||
/* because the buttons can wrap, we need to use the margin to create inter-button
|
||||
spacing and a bottom margin for the notification */
|
||||
notification > button {
|
||||
margin-bottom: @margin_normal@;
|
||||
}
|
||||
|
@ -28,5 +28,6 @@ notification .outset {
|
||||
}
|
||||
|
||||
notification .buttons {
|
||||
padding: @padding_normal@;
|
||||
display: block; /* allow the buttons to wrap */
|
||||
padding: @padding_normal@ @padding_normal@ 0 @padding_normal@;
|
||||
}
|
||||
|
@ -766,3 +766,9 @@ dialog {
|
||||
padding: @padding_xlarge@ 0px;
|
||||
}
|
||||
}
|
||||
|
||||
/* because the buttons can wrap, we need to use the margin to create inter-button
|
||||
spacing and a bottom margin for the notification */
|
||||
notification > button {
|
||||
margin-bottom: @margin_normal@;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user