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

Unified Diff: chrome/browser/resources/options2/cookies_view.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/cookies_view.css
diff --git a/chrome/browser/resources/options2/cookies_view.css b/chrome/browser/resources/options2/cookies_view.css
index 32cda4de114402deb97aebc400a0624bc23e3c09..3e5dd6e5e04bea2f184617a893e16fec2b624971 100644
--- a/chrome/browser/resources/options2/cookies_view.css
+++ b/chrome/browser/resources/options2/cookies_view.css
@@ -121,8 +121,8 @@ list.cookie-list > .deletable-item[selected] .cookie-data {
.cookie-items .cookie-item {
background: rgb(224, 233, 245);
- border-radius: 5px;
border: 1px solid rgb(131, 146, 174);
+ border-radius: 5px;
display: inline-block;
font-size: 85%;
height: auto;
@@ -154,8 +154,8 @@ list.cookie-list > .deletable-item[selected] .cookie-data {
/* styles for the cookie details box */
.cookie-details {
background: rgb(245, 248, 248);
- border-radius: 5px;
border: 1px solid #B2B2B2;
+ border-radius: 5px;
margin-top: 2px;
padding: 5px;
}
« no previous file with comments | « chrome/browser/resources/options2/content_settings.css ('k') | chrome/browser/resources/options2/font_settings.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698