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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/sessions.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« 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