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

Side by Side Diff: chrome/browser/resources/quota_internals/quota-internals.css

Issue 7053009: Add chrome://quota-internals/ resources (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: '' Created 9 years, 7 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
2 body {
Evan Stade 2011/05/26 16:13:13 what
3 }
4
5 .sort{text-decoration: underline;}
Evan Stade 2011/05/26 16:13:13 not valid style
6 .sort.asc:after{content: "+";}
7 .sort.dec:after{content: "-";}
8
9 .sort-switches>th{
10 text-align: center;
11 margin: 0;
12 cursor: pointer;
13 }
14
15 .entries>tr:hover{
16 font-weight: bold;
17 }
18
19 th, td {
20 text-align: center;
21 padding-left: 0.5em;
22 padding-right: 0.5em;
23 }
24
25 td {
26 border: solid black thin;
27 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698