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

Unified Diff: chrome/browser/resources/flags.css

Issue 12276012: Add reset all button to flags page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use ResetAllFlags throughout Created 7 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/about_flags.cc ('k') | chrome/browser/resources/flags.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/flags.css
diff --git a/chrome/browser/resources/flags.css b/chrome/browser/resources/flags.css
index 58cb8a639d62e88646f954a2f4be3623de2a79cc..dab2123a6e182890be5b95470154d6992db8d3a5 100644
--- a/chrome/browser/resources/flags.css
+++ b/chrome/browser/resources/flags.css
@@ -63,12 +63,10 @@ div.content {
}
.section-header {
- -webkit-padding-start: 5px;
background: rgb(235, 239, 249);
border-top: 1px solid rgb(181, 199, 222);
font-size: 99%;
- padding-bottom: 2px;
- padding-top: 3px;
+ padding: 2px 5px 3px;
width: 100%;
}
@@ -82,6 +80,15 @@ div.content {
.section-header-title {
font-weight: bold;
+ line-height: 200%;
+}
+
+#experiment-reset-all {
+ float: right;
+}
+
+html[dir=rtl] #experiment-reset-all {
+ float: left;
}
.vbox-container {
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/resources/flags.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698