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

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

Issue 6969016: Adding chrome://sessions webui for prototyping NTP stuff. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 6 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/sessions.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 body {
2 margin: 20px;
3 }
4
5 h1 {
6 -webkit-padding-start: 75px;
7 background-image: url('shared/images/history_section.png');
8 background-position: left;
9 background-repeat: no-repeat;
10 font-size: 156%;
11 font-weight: bold;
12 margin: 0;
13 padding-bottom: 20px;
14 padding-top: 20px;
15 }
16
17 html[dir=rtl] h1 {
18 background-position: right;
19 }
20
21 #countBannerOld {
James Hawkins 2011/06/07 18:33:31 HTML element IDs should be dash-form.
Alexei Svitkine (slow) 2011/06/07 21:03:29 Done.
22 background-color: #ebeffa;
23 border: 1px solid #bbb;
24 border-radius: 2px;
25 font-size: 100%;
26 padding: 4px;
27 }
28
29 #magicSummary {
30 margin-top: 12px;
31 border-top: 1px solid #9cc2ef;
32 background-color: #ebeff9;
33 padding: 3px;
34 margin-bottom: 6px;
35 }
36
37 #magicSummaryText {
38 font-weight: bold;
39 }
40
41 #sessionsSummary {
42 margin-top: 12px;
James Hawkins 2011/06/07 18:33:31 nit: Alphabetize properties, here and elsewhere.
Alexei Svitkine (slow) 2011/06/07 21:03:29 Done.
43 border-top: 1px solid #9cc2ef;
44 background-color: #ebeff9;
45 padding: 3px;
46 margin-bottom: 6px;
47 }
48
49 #sessionsSummaryText {
50 font-weight: bold;
51 }
52
53 #sessionList h3 {
54 font-size: 100%;
55 }
56
57 #sessionList > div > * {
58 margin: 0.75em 0;
59 }
60
61 #sessionList a:visited {
62 color: #666;
63 }
64
65 #sessionList > div:not(:last-child) {
66 border-bottom: 1px solid #bbb;
67 }
68
69 a.tab-link {
70 background: no-repeat 0% 50%;
71 background-size: 16px 16px;
72 padding-left: 18px;
73 display: block;
74 line-height: 20px;
75 }
76
77 .indent {
78 padding-left: 16px;
79 margin: 4px;
80 }
81
82 .expandable {
83 font-size: 16px;
84 cursor: pointer;
85 }
86
OLDNEW
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/sessions.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698