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; |
} |