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

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: address oshima's comments #2 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
OLDNEW
(Empty)
1 body {
2 font-size: 84%;
3 font-family: Arial, Helvetica, sans-serif;
4 }
5
6 [hidden] {
7 display: none;
8 }
9
10 .cookies-tree {
11 border: 1px solid lightgrey;
12 padding: 5px;
13 width: 450px;
14 height: 135px;
15 }
16
17 #info-banner {
18 background: -webkit-linear-gradient(#fff2b7, #fae691 97%, #878787);
19 padding: 2px 0;
20 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698