make it work in safari

This commit is contained in:
Matthew Hodgson 2015-07-13 14:56:58 +01:00
parent 18066d848a
commit 10b3f250ec
3 changed files with 6 additions and 0 deletions

View File

@ -32,6 +32,8 @@ limitations under the License.
-ms-flex-order: 1; -ms-flex-order: 1;
-webkit-order: 1; -webkit-order: 1;
order: 1; order: 1;
-webkit-flex: 0 0 50px;
flex: 0 0 50px; flex: 0 0 50px;
text-align: right; text-align: right;

View File

@ -35,6 +35,7 @@ limitations under the License.
-webkit-order: 1; -webkit-order: 1;
order: 1; order: 1;
-webkit-flex: 0 0 50px;
flex: 0 0 50px; flex: 0 0 50px;
border-bottom: 1px solid #d8d8d8; border-bottom: 1px solid #d8d8d8;
} }
@ -85,6 +86,7 @@ limitations under the License.
order: 4; order: 4;
width: 100%; width: 100%;
-webkit-flex: 0 0 50px;
flex: 0 0 50px; flex: 0 0 50px;
/* background-color: #ff0; */ /* background-color: #ff0; */
} }

View File

@ -33,6 +33,7 @@ limitations under the License.
-webkit-order: 1; -webkit-order: 1;
order: 1; order: 1;
-webkit-flex: 0 0 230px;
flex: 0 0 230px; flex: 0 0 230px;
height: 100%; height: 100%;
} }
@ -56,6 +57,7 @@ limitations under the License.
-webkit-order: 3; -webkit-order: 3;
order: 3; order: 3;
-webkit-flex: 0 0 230px;
flex: 0 0 230px; flex: 0 0 230px;
height: 100%; height: 100%;
} }