diff --git a/lib/cql/index.html b/lib/cql/index.html index 40b980b..b0c7b0e 100644 --- a/lib/cql/index.html +++ b/lib/cql/index.html @@ -23,9 +23,8 @@ } body { - max-width: 1280px; margin: 0 auto; - padding: 2rem; + padding: 1rem; } /* @@ -89,7 +88,7 @@ /* End reset */ #cql-input-container { - margin: 10px 0; + margin: 0 0 20px 0; border-radius: 5px; background-color: #333; } @@ -99,6 +98,10 @@ align-items: center; } + .Page__header h1 { + margin-top: 0; + } + .Page__repo-link { display: flex; align-items: center; @@ -106,6 +109,35 @@ margin-left: auto; } + .Page__InputLayout { + display: flex; + gap: 20px; + } + + .Page__InputDebug { + border: 2px solid #333; + padding: 10px; + border-radius: 5px; + flex-basis: 50%; + min-width: 0; + overflow-x: scroll; + } + + .Page__InputContent { + flex-basis: 50%; + } + + .Page__Config { + display: flex; + flex-direction: column; + gap: 10px; + } + + .Page__Config input, + .Page__Config select { + min-width: 300px; + } + .Page__repo-link:visited { color: #ccc; } @@ -231,10 +263,6 @@ display: flex; } - .CqlSandbox { - margin-top: 30px; - } - .CqlSandbox__query-results { display: flex; } @@ -243,6 +271,10 @@ flex-grow: 1; } + .CqlSandbox__query-results h2 { + margin-top: 0; + } + input { position: relative; padding: 5px; @@ -366,7 +398,9 @@ outline: none; } - .CqlToken__STRING, .CqlToken__PLUS, .CqlToken__MINUS { + .CqlToken__STRING, + .CqlToken__PLUS, + .CqlToken__MINUS { color: lightblue; } @@ -410,264 +444,75 @@
Press + to select a specific field to search.
-- Join search terms with OR and - AND. Consecutive search terms, e.g. - this that, are implicitly joined with - OR. -
-- Group expressions with parenthesis, e.g. - one (two - AND three) -
-Press + to select a specific field to search.
++ Join search terms with OR and + AND. Consecutive search terms, e.g. + this that, are implicitly joined + with OR. +
++ Group expressions with parenthesis, e.g. + one (two + AND three) +
+ +type property
- to suggestion envelope to ensure correct interface is displayed
- (NB: Circe wraps sealed trait in object with single key as name
- of class)
-