Skip to content

Commit

Permalink
[FIX] iOS layout
Browse files Browse the repository at this point in the history
  • Loading branch information
renesansz committed Feb 1, 2016
1 parent a5d1787 commit b375c62
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion testbed/www/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,15 @@ div, fieldset {
display: -webkit-flex;
display: flex;
justify-content: space-around;
-webkit-flex-direction: row;
flex-direction: row;
margin: 10px 0; }
fieldset > div > *,
div > * {
margin: 0 5px;
width: 10vw;
flex-grow: 1;}
-webkit-flex-grow: 1;
flex-grow: 1; }
.success {
color: rgb(0, 255, 0); }
.error {
Expand Down

0 comments on commit b375c62

Please sign in to comment.