From ffc248f44a15ed786a9b512e0955b0404cd59e8b Mon Sep 17 00:00:00 2001 From: "sergeyu@chromium.org" Date: Wed, 12 Jun 2013 19:17:45 +0000 Subject: Fix buttons position in the host out-of-date message. For most message boxes in the chromoting app the buttons are centered, but not in the out-of-date notification. Also there was no space between the buttons. R=jamiewalch@chromium.org Review URL: https://codereview.chromium.org/16514004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205891 0039d316-1c4b-4281-b951-d872f2087c98 --- remoting/webapp/main.css | 12 +++++++++++- remoting/webapp/main.html | 39 ++++++++++++++++++--------------------- 2 files changed, 29 insertions(+), 22 deletions(-) (limited to 'remoting/webapp') diff --git a/remoting/webapp/main.css b/remoting/webapp/main.css index e4ca8c9..f0cb714 100644 --- a/remoting/webapp/main.css +++ b/remoting/webapp/main.css @@ -287,6 +287,17 @@ section { text-align: center; } +.button-row { + display: -webkit-flex; + -webkit-flex-direction: row; + -webkit-justify-content: flex-end; + margin-top: 20px; +} + +.button-row button { + margin-left: 5px; +} + .clickable { cursor: pointer; } @@ -516,7 +527,6 @@ button { margin-top: 20px; } - #access-code-countdown-container { height: 50px; text-align: center; diff --git a/remoting/webapp/main.html b/remoting/webapp/main.html index 97a37e9..a4db8a0 100644 --- a/remoting/webapp/main.html +++ b/remoting/webapp/main.html @@ -237,7 +237,7 @@ found in the LICENSE file.

-
+
-
-
+
-
+
-
-
+
-
-
+
-
-
+
-
+