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

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

Issue 9958101: [WebUI] Fix rest of CSS style nits in misc. dirs so I can turn on CSS checker. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 9 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/plugins.js ('k') | chrome/browser/resources/print_preview/margins.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/policy.css
diff --git a/chrome/browser/resources/policy.css b/chrome/browser/resources/policy.css
index 54f78fd01a1afc1f0fb13fd6f007edddec863f74..12d7bae27235c1e2c90256420c8bbfb919e98465 100644
--- a/chrome/browser/resources/policy.css
+++ b/chrome/browser/resources/policy.css
@@ -1,3 +1,7 @@
+/* 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. */
+
body {
color: black;
cursor: default;
@@ -19,8 +23,8 @@ button {
#about-policy-title {
-webkit-padding-end: 24px;
-webkit-user-select: none;
- border-bottom: 1px solid #c6c9ce;
- color: #53637d;
+ border-bottom: 1px solid rgb(198, 201, 206);
+ color: rgb(83, 99, 125);
cursor: pointer;
font-size: 200%;
font-weight: normal;
@@ -130,12 +134,12 @@ legend {
}
#policy-table th {
- background-color: #dadadd;
+ background-color: rgb(218, 218, 221);
padding: 10px;
}
#policy-table td {
- background-color: #eaeef3;
+ background-color: rgb(234, 238, 243);
padding: 10px;
position: relative;
vertical-align: top;
« no previous file with comments | « chrome/browser/resources/plugins.js ('k') | chrome/browser/resources/print_preview/margins.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698