Chromium Code Reviews
Descriptionfeedback: fix buttons overlapping text in long-text locales
Since the ok/cancel buttons had "position: absolute", they would be positioned
over the privacy text if the privacy text happened to be longer than it is in
English. This change:
1) Makes the bottom buttons not use "position: absolute", which seems like it
was only intended to apply to the "window control" buttons;
2) Makes the dialog taller, since the non-absolute buttons now can't overlap
the text, which they previously did to save height.
Note that this design is still fairly brittle; if locales have a much shorter
privacy text, there'll be significant whitespace between the text and the
bottom buttons, and if a locale has much longer text, the dialog will gain a
scroll bar, which looks pretty ugly.
BUG=650978
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation
Committed: https://crrev.com/a8a4af9d344cb3ff20caa5f07c4f69903dec88bf
Cr-Commit-Position: refs/heads/master@{#423148}
Patch Set 1 #
Messages
Total messages: 11 (6 generated)
|
|||||||||||||||||||||||||||||||||||||