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

Unified Diff: remoting/webapp/main.css

Issue 10703034: Remove 'Enable' button on unsupported platforms. Added 'No hosts' message. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated after UX input. Created 8 years, 6 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/webapp/l10n.js ('k') | remoting/webapp/main.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/main.css
diff --git a/remoting/webapp/main.css b/remoting/webapp/main.css
index f6cc0cc9198266c249576d9f1b567f58ad581032..fb4d1ddffd56cd42bcd362427118efbd847d6d9d 100644
--- a/remoting/webapp/main.css
+++ b/remoting/webapp/main.css
@@ -243,6 +243,7 @@ h2 {
line-height:24px;
font-weight: normal;
color: #222;
+ margin-bottom: 10px;
}
section > h2 {
@@ -297,6 +298,21 @@ section {
display: -webkit-box;
}
+.host-list-empty-instructions {
+ padding-__MSG_@@bidi_start_edge__: 36px;
+ color: #666;
+ background-image: url('host_setup_instructions.png');
+ background-repeat: no-repeat;
+ background-position: -3px -2px;
+}
+
+#host-list-empty-hosting-supported {
+ margin-top: 14px;
+ padding-top: 20px;
+ border-top: 1px solid #E5E5E5;
+ background-position-y: 18px;
+}
+
.selectable {
-webkit-user-select: text;
cursor: text;
@@ -371,11 +387,6 @@ section {
min-width: 72px;
}
-.host-list-table {
- width: 100%;
- border-spacing: 0;
-}
-
td {
vertical-align: middle;
}
@@ -561,7 +572,7 @@ button {
}
#webapp-description {
- margin: 10px 0;
+ margin-bottom: 10px;
}
#why-is-this-safe {
« no previous file with comments | « remoting/webapp/l10n.js ('k') | remoting/webapp/main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698