Chromium Code Reviews| Index: chrome/browser/resources/sessions.css |
| =================================================================== |
| --- chrome/browser/resources/sessions.css (revision 0) |
| +++ chrome/browser/resources/sessions.css (revision 0) |
| @@ -0,0 +1,86 @@ |
| +body { |
| + margin: 20px; |
| +} |
| + |
| +h1 { |
| + -webkit-padding-start: 75px; |
| + background-image: url('shared/images/history_section.png'); |
| + background-position: left; |
| + background-repeat: no-repeat; |
| + font-size: 156%; |
| + font-weight: bold; |
| + margin: 0; |
| + padding-bottom: 20px; |
| + padding-top: 20px; |
| +} |
| + |
| +html[dir=rtl] h1 { |
| + background-position: right; |
| +} |
| + |
| +#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.
|
| + background-color: #ebeffa; |
| + border: 1px solid #bbb; |
| + border-radius: 2px; |
| + font-size: 100%; |
| + padding: 4px; |
| +} |
| + |
| +#magicSummary { |
| + margin-top: 12px; |
| + border-top: 1px solid #9cc2ef; |
| + background-color: #ebeff9; |
| + padding: 3px; |
| + margin-bottom: 6px; |
| +} |
| + |
| +#magicSummaryText { |
| + font-weight: bold; |
| +} |
| + |
| +#sessionsSummary { |
| + 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.
|
| + border-top: 1px solid #9cc2ef; |
| + background-color: #ebeff9; |
| + padding: 3px; |
| + margin-bottom: 6px; |
| +} |
| + |
| +#sessionsSummaryText { |
| + font-weight: bold; |
| +} |
| + |
| +#sessionList h3 { |
| + font-size: 100%; |
| +} |
| + |
| +#sessionList > div > * { |
| + margin: 0.75em 0; |
| +} |
| + |
| +#sessionList a:visited { |
| + color: #666; |
| +} |
| + |
| +#sessionList > div:not(:last-child) { |
| + border-bottom: 1px solid #bbb; |
| +} |
| + |
| +a.tab-link { |
| + background: no-repeat 0% 50%; |
| + background-size: 16px 16px; |
| + padding-left: 18px; |
| + display: block; |
| + line-height: 20px; |
| +} |
| + |
| +.indent { |
| + padding-left: 16px; |
| + margin: 4px; |
| +} |
| + |
| +.expandable { |
| + font-size: 16px; |
| + cursor: pointer; |
| +} |
| + |
| Property changes on: chrome/browser/resources/sessions.css |
| ___________________________________________________________________ |
| Added: svn:eol-style |
| + LF |