 Chromium Code Reviews
 Chromium Code Reviews Issue 10537182:
  The user's consent to crash dumps reporting can now be set via the UI (Windows only). The checkbox …  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src
    
  
    Issue 10537182:
  The user's consent to crash dumps reporting can now be set via the UI (Windows only). The checkbox …  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src| Index: remoting/webapp/main.css | 
| diff --git a/remoting/webapp/main.css b/remoting/webapp/main.css | 
| index 2eb073a0e9e86edd87197862e7a68e721d85e0b1..215bb7bac06c5a974ce5cbcbfd4d56424a35d481 100644 | 
| --- a/remoting/webapp/main.css | 
| +++ b/remoting/webapp/main.css | 
| @@ -475,6 +475,14 @@ button { | 
| margin-bottom: 8px; | 
| } | 
| +#ask-pin-form label#usagestats-consent-label { | 
| + font-weight: normal; | 
| + line-height: normal; | 
| + padding: 6px; | 
| + text-align: __MSG_@@bidi_start_edge__; | 
| + vertical-align: middle; | 
| 
Jamie
2012/06/14 23:43:56
Is this what causes the checkbox to be vertically-
 
alexeypa (please no reviews)
2012/06/19 23:27:29
No, there is:
td {
  vertical-align: middle;
}
I
 | 
| +} | 
| + | 
| #current-email { | 
| color: rgba(0, 0, 0, 0.5); | 
| } |