Index: remoting/webapp/toolbar.css |
diff --git a/remoting/webapp/toolbar.css b/remoting/webapp/toolbar.css |
index 019b1715b672b93a69643ea00ae7e336bce8626d..69d4dd26e2925c5715b9fb2053168c362167c94d 100644 |
--- a/remoting/webapp/toolbar.css |
+++ b/remoting/webapp/toolbar.css |
@@ -47,9 +47,12 @@ |
display: -webkit-box; |
} |
+.toolbar-border > div { |
+ margin: 4px; |
+} |
+ |
/* Ensure that the 'connected to' string doesn't make the tool-bar overflow */ |
#connected-to { |
- display: inline-block; |
max-width: 280px; |
overflow: hidden; |
margin-__MSG_@@bidi_end_edge__: 8px; |