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

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: Address Jamie's feedback 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
« no previous file with comments | « remoting/remoting_webapp_files.gypi ('k') | remoting/webapp/base/js/base.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/base/html/main.css
diff --git a/remoting/webapp/base/html/main.css b/remoting/webapp/base/html/main.css
index cd463e7e4186158639bbf41d736c3473273013bc..70811d9c5cb4252bf3679a2bfcabaef3c8b9af86 100644
--- a/remoting/webapp/base/html/main.css
+++ b/remoting/webapp/base/html/main.css
@@ -442,6 +442,7 @@ thead {
font-weight: bold;
}
+#this-host-connect:hover,
.host-online.clickable:hover,
.host-online.clickable.child-focused {
background-color: #f2f2f2;
@@ -474,7 +475,7 @@ thead {
padding: 0 5px;
}
-.host-list-label, .host-list-label:visited, .host-list-label:active {
+.host-name-label, .host-name-label:visited, .host-name-label:active {
color: inherit;
cursor: inherit;
}
@@ -495,11 +496,20 @@ thead {
right: -10px;
}
-.host-offline .host-list-label,
+.host-offline .host-name-label,
.host-offline .host-list-main-icon {
opacity: 0.5;
}
+#this-host-connect {
+ -webkit-align-items: center;
+ display: flex;
+}
+
+#this-host-connect .host-entry {
+ flex: 1;
+}
+
button {
white-space:nowrap;
}
« no previous file with comments | « remoting/remoting_webapp_files.gypi ('k') | remoting/webapp/base/js/base.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698