summaryrefslogtreecommitdiffstats
path: root/remoting/webapp/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/webapp/main.css')
-rw-r--r--remoting/webapp/main.css12
1 files changed, 11 insertions, 1 deletions
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;