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

Unified Diff: remoting/webapp/main.css

Issue 12847005: Convert Chromoting to use the new, non-deprecated flexbox (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@inspector
Patch Set: Created 7 years, 9 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
« no previous file with comments | « remoting/webapp/connection_history.css ('k') | remoting/webapp/toolbar.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « remoting/webapp/connection_history.css ('k') | remoting/webapp/toolbar.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698