diff --git a/trychooser/index.html b/trychooser/index.html index 46268d050..39efef462 100644 --- a/trychooser/index.html +++ b/trychooser/index.html @@ -14,11 +14,10 @@

TryChooser Syntax Builder

Trychooser is also a mercurial extension, trychooser, can help you use a CLI and also will push to try for you.

- TryChooser Syntax:
+ Computed Syntax:
-

Build Types

@@ -31,7 +30,6 @@

Platforms

-
  • @@ -99,8 +97,8 @@

    Platforms

    N/A
-
+

Email Settings


@@ -109,6 +107,13 @@

Email Settings

(default is no email)
+

Experimental Features

+

Auto-comment to bug on completion (example) + Still a work in progress, comment in bug 430942 with issues +

+ +
+

Unit Test Suites

@@ -138,6 +143,7 @@

Unit Test Suites

  • +

    Android-Only Unittest Suites

  • @@ -152,6 +158,7 @@

    Android-Only Unittest Suites

  • +

    B2G-Only Unittest Suites

  • @@ -162,14 +169,6 @@

    B2G-Only Unittest Suites

  • - -

    Experimental Features

    -

    Auto-comment to bug on completion (example) - Still a work in progress, comment in bug 430942 with issues -

    - -
    -

    Talos Suites

    @@ -185,7 +184,7 @@

    Talos Suites

  • -
    +

    Android-Only Talos Suites:

  • @@ -197,15 +196,12 @@

    Android-Only Talos Suites:

  • - Want to match Talos suite names up to what they run? Check the current configs
    - (contents may shift over time,
    - you want SUITES = { ... }) + +

    Want to match Talos suite names up to what they run? Check the current configs
    + (contents may shift over time,
    + you want SUITES = { ... })

    -
    - TryChooser Syntax:
    - -
    diff --git a/trychooser/trychooser.css b/trychooser/trychooser.css index 5ad6d398c..c276cbdce 100644 --- a/trychooser/trychooser.css +++ b/trychooser/trychooser.css @@ -11,6 +11,7 @@ body { ul { list-style: none; + padding-left: 25px; } .result_value { @@ -31,36 +32,34 @@ label { } #wrapper { margin: 0 auto; - width: 1200px; + width: 975px; } #col1 { float:left; - width:450px; + width:375px; padding: 5px; } #col2 { float:left; - width:350px; + width:275px; padding: 5px; } #col3 { float:left; - width:350px; + width:275px; padding: 5px; } #results { clear: both; } - h4 { + margin: 10px 0 5px; background: lightgray; } - .build_queue { float: right; width: 55px; } - .test_queue { float: right; width: 55px;