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

Unified Diff: chrome/browser/resources/options/chromeos/bluetooth.css

Issue 2694273003: [ChromeOS] Fix the wrong language settings page size. (Closed)
Patch Set: . Created 3 years, 10 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 | « chrome/browser/resources/chromeos/bluetooth_pair_device.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/chromeos/bluetooth.css
diff --git a/chrome/browser/resources/options/chromeos/bluetooth.css b/chrome/browser/resources/options/chromeos/bluetooth.css
index 22d92804fb325a0237c2cbb867a597d5bb7cda34..6a06c888cb80c00d54d60a99a880a12a7f059716 100644
--- a/chrome/browser/resources/options/chromeos/bluetooth.css
+++ b/chrome/browser/resources/options/chromeos/bluetooth.css
@@ -2,25 +2,21 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
-.overlay {
- padding: 0;
-}
-
-.overlay .page {
+#bluetooth-pairing {
max-width: 480px;
width: 100%;
}
-.overlay .page h1 {
+#bluetooth-pairing h1 {
border-bottom: 1px solid #c0c0c0;
font-size: 15px;
}
-.overlay .page > .close-button {
+#bluetooth-pairing > .close-button {
padding: 8px 16px;
}
-.overlay .page .button-strip button {
+#bluetooth-pairing .button-strip button {
background-color: rgb(66, 133, 244);
background-image: none;
border: none;
« no previous file with comments | « chrome/browser/resources/chromeos/bluetooth_pair_device.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698