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

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: fix chromeos trybot 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 .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

Powered by Google App Engine
This is Rietveld 408576698