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

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: 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
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..41f408b1d82e9bb42bb2031798d2062a0878ab1f 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,8 @@ ul li {
li:nth-child(2n) {
background-color: lavender;
}
+
+#current-status {
+ display: inline-block;
dewittj 2016/07/22 17:52:03 Any particular reason for this? Perhaps it should
chili 2016/07/22 21:13:29 I was messing around with layout. fixed
+ font-size: 15px;
+}

Powered by Google App Engine
This is Rietveld 408576698