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

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: 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
Index: remoting/webapp/main.css
diff --git a/remoting/webapp/main.css b/remoting/webapp/main.css
index f6cc0cc9198266c249576d9f1b567f58ad581032..7139592ed6a4a5bf246210fd990c3dbc122c81d8 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 {
@@ -371,11 +372,6 @@ section {
min-width: 72px;
}
-.host-list-table {
- width: 100%;
- border-spacing: 0;
-}
-
td {
vertical-align: middle;
}
@@ -561,7 +557,7 @@ button {
}
#webapp-description {
- margin: 10px 0;
+ margin-bottom: 10px;
}
#why-is-this-safe {

Powered by Google App Engine
This is Rietveld 408576698