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

Unified Diff: chrome/browser/resources/options2/manage_profile_overlay.css

Issue 9309116: [Clean up] Fix style guide nits in chrome/browser/resources/options2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 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
Index: chrome/browser/resources/options2/manage_profile_overlay.css
diff --git a/chrome/browser/resources/options2/manage_profile_overlay.css b/chrome/browser/resources/options2/manage_profile_overlay.css
index b44b2992246dd1a61a1da45adf199457909fe770..6fb4c10f5f025dda0d77cb0905bdcb6263facd05 100644
--- a/chrome/browser/resources/options2/manage_profile_overlay.css
+++ b/chrome/browser/resources/options2/manage_profile_overlay.css
@@ -1,7 +1,6 @@
/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
+ * found in the LICENSE file. */
#manage-profile-overlay {
width: 500px;
@@ -29,8 +28,8 @@
}
#manage-profile-content > :not(:first-child):not(:last-child) {
- margin-top: 5px;
margin-bottom: 5px;
+ margin-top: 5px;
}
#manage-profile-name-div {
@@ -79,8 +78,8 @@
}
#delete-profile-message {
- background-repeat: no-repeat;
-webkit-padding-start: 48px;
+ background-repeat: no-repeat;
}
html[dir='rtl'] #delete-profile-message {
« no previous file with comments | « chrome/browser/resources/options2/language_options.css ('k') | chrome/browser/resources/options2/options_page.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698