Index: remoting/webapp/main.css |
diff --git a/remoting/webapp/main.css b/remoting/webapp/main.css |
index f64f845914243acd457572a26cc49a9714983425..c751f19c1f39c47524a419482948712c73874475 100644 |
--- a/remoting/webapp/main.css |
+++ b/remoting/webapp/main.css |
@@ -247,7 +247,7 @@ section > h2 { |
} |
header { |
- display: -webkit-box; |
+ display: -webkit-flex; |
width: 100%; |
} |
@@ -279,7 +279,7 @@ section { |
} |
.box-spacer { |
- -webkit-box-flex: 1; |
+ -webkit-flex: 1; |
} |
.centered { |
@@ -291,7 +291,7 @@ section { |
} |
.box { |
- display: -webkit-box; |
+ display: -webkit-flex; |
} |
.host-list-empty-instructions { |
@@ -315,8 +315,8 @@ section { |
} |
.section-row { |
- display: -webkit-box; |
- -webkit-box-align: center; |
+ display: -webkit-flex; |
+ -webkit-align-items: center; |
padding: 10px 0; |
border-top: 1px solid #EBEBEB; |
} |
@@ -534,7 +534,7 @@ button { |
top: 200px; |
left: 0; |
width: 100%; |
- display: -webkit-box; |
+ display: -webkit-flex; |
} |
.dialog-screen { |