GUAC-1052: Migrate to flexbox layout for client view.

This commit is contained in:
Michael Jumper
2015-02-18 15:02:58 -08:00
parent 0190317264
commit 7a4c606efd
2 changed files with 62 additions and 12 deletions

View File

@@ -120,11 +120,11 @@
.menu-header > h2 {
-ms-flex: 1 0 auto;
-ms-flex: 1 1 auto;
-moz-box-flex: 1;
-webkit-box-flex: 1;
-webkit-flex: 1 0 auto;
flex: 1 0 auto;
-webkit-flex: 1 1 auto;
flex: 1 1 auto;
border: none;
padding: 0;
@@ -136,11 +136,11 @@
.menu-body {
-ms-flex: 0 1 auto;
-ms-flex: 1 1 auto;
-moz-box-flex: 1;
-webkit-box-flex: 1;
-webkit-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1em;
overflow: auto;