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

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: Reviewer'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/resources/remoting_strings.grd ('k') | remoting/webapp/crd/html/ui_me2me.html » ('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 7ffda59eb26402d67d30c67d0415a3768af86b3f..19f426f7dda49c6732b883705dfbd286bfb203c8 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,
+.host-enabled-other-account {
-webkit-align-items: center;
display: flex;
}
« no previous file with comments | « remoting/resources/remoting_strings.grd ('k') | remoting/webapp/crd/html/ui_me2me.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698