Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(659)

Unified Diff: remoting/webapp/main.css

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
Patch Set: rebased Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/webapp/host_setup_dialog.js ('k') | remoting/webapp/main.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/main.css
diff --git a/remoting/webapp/main.css b/remoting/webapp/main.css
index 2eb073a0e9e86edd87197862e7a68e721d85e0b1..d76c035b8dc5fca4e11aa89c3bc864982fd850c1 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,21 @@ button {
margin-bottom: 8px;
}
+#ask-pin-form #usagestats-consent-checkbox {
+ /*
+ * TODO(alexeypa): 'float' is overkill for such a simple layout. Find
+ * a simpler way to express it. See: http://crbug.com/134063
+ */
+ float: left;
+ 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);
}
« no previous file with comments | « remoting/webapp/host_setup_dialog.js ('k') | remoting/webapp/main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698