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

Unified Diff: components/flags_ui/resources/flags.css

Issue 2889113002: web_dev_style: Fix errors in new directories and enable PRESUBMIT (Closed)
Patch Set: merge+fix Created 3 years, 7 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: components/flags_ui/resources/flags.css
diff --git a/components/flags_ui/resources/flags.css b/components/flags_ui/resources/flags.css
index d73b13ca4577d094a17ce0836a5955adab48210e..f4eabeccb6b8fa0dc0b163928ad3f307d2c29858 100644
--- a/components/flags_ui/resources/flags.css
+++ b/components/flags_ui/resources/flags.css
@@ -163,10 +163,7 @@ div.needs-restart {
box-shadow: 0 -2px 2px #ddd;
box-sizing: border-box;
left: 0;
- padding-bottom: 15px;
- padding-left: 15px;
- padding-right: 15px;
- padding-top: 15px;
+ padding: 15px;
position: fixed;
width: 100%;
}

Powered by Google App Engine
This is Rietveld 408576698