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

Unified Diff: third_party/WebKit/Source/devtools/front_end/main/remoteDebuggingTerminatedScreen.css

Issue 2148563003: DevTools: Add reload button to disconnection dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: whitespace 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 | « third_party/WebKit/Source/devtools/front_end/main/Main.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/main/remoteDebuggingTerminatedScreen.css
diff --git a/third_party/WebKit/Source/devtools/front_end/main/remoteDebuggingTerminatedScreen.css b/third_party/WebKit/Source/devtools/front_end/main/remoteDebuggingTerminatedScreen.css
index afd8c8bdcac4b67529793a9a01d37bbe61696414..84916e168b7bda57cc167afc63d24014e7d26d2e 100644
--- a/third_party/WebKit/Source/devtools/front_end/main/remoteDebuggingTerminatedScreen.css
+++ b/third_party/WebKit/Source/devtools/front_end/main/remoteDebuggingTerminatedScreen.css
@@ -5,15 +5,20 @@
*/
.widget {
- padding: 25px;
+ padding: 20px;
}
-.message {
+.message, .button {
font-size: larger;
white-space: pre;
margin: 5px;
}
+.button {
+ text-align: center;
+ margin-top: 10px;
+}
+
.reason {
color: #8b0000;
}
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/main/Main.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698