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

Unified Diff: remoting/webapp/base/html/main.css

Issue 944183002: HostTableEntry refactor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reviewer's feedbacks with unit tests Created 5 years, 10 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: remoting/webapp/base/html/main.css
diff --git a/remoting/webapp/base/html/main.css b/remoting/webapp/base/html/main.css
index 5f57f4a817158b6b5f759d4fc63162c8df18d672..9da9508a957d8df9e82cea2648bd21efd12626c7 100644
--- a/remoting/webapp/base/html/main.css
+++ b/remoting/webapp/base/html/main.css
@@ -500,6 +500,19 @@ thead {
opacity: 0.5;
}
+#this-host-connect {
+ -webkit-align-items: center;
+ display: flex;
+}
+
+#this-host-connect:hover {
+ background-color: #f2f2f2;
Jamie 2015/02/27 18:19:40 I would expect this CSS to be identical to the equ
kelvinp 2015/03/03 21:57:52 Done.
+}
+
+#this-host-connect .host-entry {
+ flex: 1;
+}
+
button {
white-space:nowrap;
}

Powered by Google App Engine
This is Rietveld 408576698