diff --git a/testbed/www/css/index.css b/testbed/www/css/index.css index 5f4564c7..639e96e0 100644 --- a/testbed/www/css/index.css +++ b/testbed/www/css/index.css @@ -4,8 +4,32 @@ background-color: #FFFFFF; } body { - padding: 0.8em 0em 0.2em 0em; + display: flex; + flex-direction: column; + padding: 1em 0em 0.5em 0em; max-width: 40em; + margin: 0 auto; +} +fieldset { + border-color: #303030; + margin: 0.5em 1em; + padding: 0.75em; +} +fieldset > *:not(:first-child) { + margin-bottom: 0.5em; +} +fieldset > *:last-child { + margin-bottom: 0; +} +section { + display: flex; + flex-direction: row; +} +section > button:nth-child(even) { + margin-left: 0.5em; +} +section > button:nth-child(odd) { + margin-right: 0.5em; } button, input { padding: 0.5em; @@ -14,20 +38,4 @@ button, input { } button { background-color: #F5F5F5; -} -div, fieldset { - border-color: #303030; - margin: 0.5em 0; - display: -webkit-box; - display: -webkit-flex; - display: flex; - justify-content: space-around; - -webkit-flex-direction: row; - flex-direction: row; -} -fieldset > div > *, div > * { - margin: 0 0.5em; - width: 0em; - -webkit-flex-grow: 1; - flex-grow: 1; } \ No newline at end of file diff --git a/testbed/www/index.html b/testbed/www/index.html index 747907cf..3d2caeae 100644 --- a/testbed/www/index.html +++ b/testbed/www/index.html @@ -9,84 +9,60 @@ Branch Testing -
-
- Branch Universal Object -
- -
-
-
-
-
- Branch Deep Link -
- -
-
+
+ Branch Universal Object + +
+
+ Branch Deep Link + +
-
-
- -
-
-
-
-
- Branch Deep Link Data -
- - -
-
-
-
-
- Branch Content -
- - -
-
-
-
-
- Branch User -
- -
-
- - -
-
-
-
-
- Branch Event -
- -
-
- - -
-
-
-
-
- Branch Referral -
- - -
-
- - -
-
-
+ + + +
+ Branch Deep Link Data +
+ + +
+
+
+ Branch Content +
+ + +
+
+
+ Branch User + +
+ + +
+
+
+ Branch Event + +
+ + +
+
+
+ Branch Referral +
+ + +
+
+ + +
+