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

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: 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: 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..dc071896aaa8d22be30a26ad23c3f63faebb0bbc 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;
pfeldman 2016/07/13 17:29:24 add 3-5 more pixels above the button?
paulirish 2016/07/13 19:01:09 added 5.
}
+.button {
+ text-align: center;
+}
+
.reason {
color: #8b0000;
}
+

Powered by Google App Engine
This is Rietveld 408576698