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

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

Issue 978863002: Better UI when the machine is shared under a different account (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 7ffda59eb26402d67d30c67d0415a3768af86b3f..c100dea180dde38733dd28f1cfe3fd542dad3f2d 100644
--- a/remoting/webapp/base/html/main.css
+++ b/remoting/webapp/base/html/main.css
@@ -360,16 +360,15 @@ section {
display: flex;
-webkit-align-items: center;
padding: 10px 0;
- border-top: 1px solid #EBEBEB;
+ border-bottom: 1px solid #EBEBEB;
}
.section-row button {
margin-__MSG_@@bidi_start_edge__: 20px;
}
-.section-row:first-child,
-.section-row.no-non-local-hosts {
- border-top: none;
+.daemon-control .section-row {
+ border-bottom: none;
}
.editbox-label {
@@ -501,7 +500,8 @@ thead {
opacity: 0.5;
}
-#this-host-connect {
+#this-host-connect,
+.non-local-host {
-webkit-align-items: center;
display: flex;
}

Powered by Google App Engine
This is Rietveld 408576698