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

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

Issue 2172443004: [Offline Pages] Add network status, save request textbox, and offline url link to offline internals… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update SavePageRequest call after rebase Created 4 years, 5 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 a17f04b307c4e2990917d8c6ed4f7defb6a3f69b..b37a1dc9b0a8bbee40b6adca5ca63ba6e9ba1f69 100644
--- a/chrome/browser/resources/offline_pages/offline_internals.css
+++ b/chrome/browser/resources/offline_pages/offline_internals.css
@@ -23,10 +23,14 @@ th {
padding: 5px;
}
+table {
+ margin-bottom: 5px;
+}
+
ul {
border: 1px solid;
list-style-type: none;
- margin: 0;
+ margin-top: 5px;
max-height: 300px;
overflow: auto;
padding: 5px;
@@ -42,3 +46,7 @@ ul li {
li:nth-child(2n) {
background-color: lavender;
}
+
+#current-status {
+ font-size: 15px;
+}
« 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