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

Unified Diff: chrome/browser/resources/inspect/inspect.css

Issue 22277007: chrome://inspect: Add "open", "close" and "reload" actions to Devices tab (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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/inspect/inspect.css
diff --git a/chrome/browser/resources/inspect/inspect.css b/chrome/browser/resources/inspect/inspect.css
index 6316a17a1843e87819afd021bb4027e890331eb1..860cf3b4f1c5b17a57defd2a5201c18aae3a17d1 100644
--- a/chrome/browser/resources/inspect/inspect.css
+++ b/chrome/browser/resources/inspect/inspect.css
@@ -101,9 +101,27 @@ img {
a {
color: rgb(17, 85, 204);
+ padding: 0 3px;
text-decoration: none;
}
+.open {
+ margin-bottom: -4px;
+ margin-top: 5px;
+}
+
+.open > input {
+ border: 1px solid #aaa;
+ height: 17px;
+ line-height: 17px;
+ margin-left: 20px;
+ padding: 0 2px;
+}
+
+.open > button {
+ line-height: 13px;
+}
+
#port-forwarding-settings {
position: absolute;
right: 20px;

Powered by Google App Engine
This is Rietveld 408576698