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

Side by Side Diff: chrome/browser/resources/collected_cookies.css

Issue 6644002: [ChromeOS] Implement collected cookies in webui. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: for comments in patch set 9 Created 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/collected_cookies.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 body {
2 font-size: 84%;
3 font-family: Arial, Helvetica, sans-serif;
4 }
5
6 .cookies-tree {
7 border: 1px solid lightgrey;
8 padding: 5px;
9 width: 450px;
10 height: 135px;
11 }
12
13 #info-banner {
14 background: -webkit-linear-gradient(#fff2b7, #fae691 97%, #878787);
15 padding: 2px 0;
16 }
OLDNEW
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/collected_cookies.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698