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

Unified Diff: components/gcm_driver/resources/gcm_internals.css

Issue 1515153003: Enable chrome://gcm-internals on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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
Index: components/gcm_driver/resources/gcm_internals.css
diff --git a/components/gcm_driver/resources/gcm_internals.css b/components/gcm_driver/resources/gcm_internals.css
index f3f3c5ebb9dd6dcc1212669c1932d43e7feb9467..0acd078dc60622029e05b42c3eb20304e19eafd8 100644
--- a/components/gcm_driver/resources/gcm_internals.css
+++ b/components/gcm_driver/resources/gcm_internals.css
@@ -25,7 +25,11 @@ th {
.flexbar {
display: flex;
flex-direction: row;
- margin: 5px;
+ margin: 5px 0px;
+}
+
+.flexbar button {
+ padding: 0px 4px;
}
#device-info tr :first-child {
« no previous file with comments | « components/gcm_driver/gcm_stats_recorder_impl_unittest.cc ('k') | components/gcm_driver/resources/gcm_internals.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698