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

Unified Diff: chrome/browser/resources/offline_pages/offline_internals.css

Issue 2089423002: [Offline Pages] Connect the offline page logs to the internals page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@i4
Patch Set: remove unneeded consts Created 4 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 | « no previous file | chrome/browser/resources/offline_pages/offline_internals.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/offline_pages/offline_internals.css
diff --git a/chrome/browser/resources/offline_pages/offline_internals.css b/chrome/browser/resources/offline_pages/offline_internals.css
index a1b53e29f310230e078c2be6bd0a1d1c6648a664..a17f04b307c4e2990917d8c6ed4f7defb6a3f69b 100644
--- a/chrome/browser/resources/offline_pages/offline_internals.css
+++ b/chrome/browser/resources/offline_pages/offline_internals.css
@@ -20,5 +20,25 @@ th {
background-color: navy;
color: white;
font-weight: bold;
+ padding: 5px;
}
+ul {
+ border: 1px solid;
+ list-style-type: none;
+ margin: 0;
+ max-height: 300px;
+ overflow: auto;
+ padding: 5px;
+ width: 100%;
+}
+
+ul li {
+ list-style-position: outside;
+ margin: 0 0 0 5px;
+ padding: 0;
+}
+
+li:nth-child(2n) {
+ background-color: lavender;
+}
« no previous file with comments | « no previous file | chrome/browser/resources/offline_pages/offline_internals.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698