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

Unified Diff: chrome/browser/resources/options/chromeos_accounts_options_page.css

Issue 5995011: Simplify the accounts options page markup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 12 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/options/chromeos_accounts_options.html ('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_accounts_options_page.css
diff --git a/chrome/browser/resources/options/chromeos_accounts_options_page.css b/chrome/browser/resources/options/chromeos_accounts_options_page.css
index 10aa695f7653bb6854b0122304775459ea400fcb..ea316db71f20b7fb27f4e5975deee810348feb9f 100644
--- a/chrome/browser/resources/options/chromeos_accounts_options_page.css
+++ b/chrome/browser/resources/options/chromeos_accounts_options_page.css
@@ -80,16 +80,7 @@ html[dir=rtl] .remove-user-button {
#ownerOnlyWarning {
margin-bottom: 10px;
-}
-
-#ownerOnlyWarning > * {
- vertical-align: middle;
-}
-
-#warningIcon {
- width: 17px;
- height: 17px;
- display: inline-block;
+ -webkit-padding-start: 20px;
background-repeat: no-repeat;
background-image: url('warning.png');
}
« no previous file with comments | « chrome/browser/resources/options/chromeos_accounts_options.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698