Chromium Code Reviews| Index: remoting/webapp/main.css |
| diff --git a/remoting/webapp/main.css b/remoting/webapp/main.css |
| index 2eb073a0e9e86edd87197862e7a68e721d85e0b1..a17166e3d17c82afbf24a6c1eb033b23c364b5c7 100644 |
| --- a/remoting/webapp/main.css |
| +++ b/remoting/webapp/main.css |
| @@ -465,7 +465,7 @@ button { |
| margin-top: 24px; |
| } |
| -#ask-pin-form label { |
| +#ask-pin-form .table-label { |
| min-width: 120px; |
| text-align: __MSG_@@bidi_end_edge__; |
| display: inline-block; |
| @@ -475,6 +475,17 @@ button { |
| margin-bottom: 8px; |
| } |
| +#ask-pin-form #usagestats-consent-checkbox { |
| + float: left; |
|
Jamie
2012/06/21 18:47:52
Floats should not be necessary for a simple layout
alexeypa (please no reviews)
2012/06/21 23:30:26
I'll file an M22 bug on that.
Jamie
2012/06/21 23:49:31
Could you add a TODO as well please?
alexeypa (please no reviews)
2012/06/22 00:09:27
Done. http://crbug.com/134063
|
| + height: auto; |
| + vertical-align: top; |
| +} |
| + |
| +#ask-pin-form #usagestats-consent-label { |
| + font-weight: normal; |
| + line-height: normal; |
| +} |
| + |
| #current-email { |
| color: rgba(0, 0, 0, 0.5); |
| } |