Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
spot-web-app
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
3
Issues
3
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Spot
spot-web-app
Commits
cc8daba4
Commit
cc8daba4
authored
Mar 12, 2019
by
Alexandre Duret-Lutz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more compact help text
parent
503fcc8d
Pipeline
#7276
passed with stage
in 1 minute and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
15 deletions
+19
-15
client/src/LtlApp.js
client/src/LtlApp.js
+19
-15
No files found.
client/src/LtlApp.js
View file @
cc8daba4
...
...
@@ -62,16 +62,9 @@ const styles = theme => ({
justifyContent
:
"
center
"
}
},
clearfix
:
{
"
&::after
"
:
{
clear
:
"
both
"
,
content
:
""
,
display
:
"
box
"
}
},
help
:
{
margin
:
theme
.
spacing
.
unit
,
padding
:
theme
.
spacing
.
unit
,
padding
Top
:
theme
.
spacing
.
unit
,
width
:
640
-
2
*
theme
.
spacing
.
unit
,
[
theme
.
breakpoints
.
down
(
"
sm
"
)]:
{
marginLeft
:
0
,
...
...
@@ -79,6 +72,15 @@ const styles = theme => ({
},
"
& h2
"
:
{
color
:
theme
.
palette
.
primary
.
main
}
},
helptop
:
{
padding
:
4
},
helpexpanded
:
{
margin
:
0
,
"
&:before
"
:
{
opacity
:
1
}
},
optable
:
{
display
:
"
flex
"
,
flexDirection
:
"
row
"
,
...
...
@@ -218,7 +220,8 @@ const styles = theme => ({
overflow
:
"
auto
"
},
helpicons
:
{
float
:
"
right
"
float
:
"
right
"
,
marginRight
:
theme
.
spacing
.
unit
},
menu
:
{},
versions
:
{
...
...
@@ -1917,13 +1920,14 @@ class Help extends React.Component {
variant
=
"
headline
"
color
=
"
primary
"
align
=
"
center
"
className
=
{
this
.
props
.
classes
.
helptop
}
gutterBottom
>
Help
<
/Typography
>
<
/div
>
<
ExpansionPanel
>
<
ExpansionPanel
classes
=
{{
expanded
:
this
.
props
.
classes
.
helpexpanded
}}
>
<
ExpansionPanelSummary
expandIcon
=
{
<
ExpandMoreIcon
/>
}
>
<
Typography
variant
=
"
title
"
>
About
<
/Typography
>
<
/ExpansionPanelSummary
>
...
...
@@ -1963,7 +1967,7 @@ class Help extends React.Component {
<
/ExpansionPanelDetails
>
<
/ExpansionPanel
>
<
ExpansionPanel
>
<
ExpansionPanel
classes
=
{{
expanded
:
this
.
props
.
classes
.
helpexpanded
}}
>
<
ExpansionPanelSummary
expandIcon
=
{
<
ExpandMoreIcon
/>
}
>
<
Typography
variant
=
"
title
"
>
Operation
modes
<
/Typography
>
<
/ExpansionPanelSummary
>
...
...
@@ -1998,7 +2002,7 @@ class Help extends React.Component {
<
/ExpansionPanelDetails
>
<
/ExpansionPanel
>
<
ExpansionPanel
>
<
ExpansionPanel
classes
=
{{
expanded
:
this
.
props
.
classes
.
helpexpanded
}}
>
<
ExpansionPanelSummary
expandIcon
=
{
<
ExpandMoreIcon
/>
}
>
<
Typography
variant
=
"
title
"
>
LTL
Infix
Syntax
<
/Typography
>
<
/ExpansionPanelSummary
>
...
...
@@ -2144,7 +2148,7 @@ class Help extends React.Component {
<
/ExpansionPanelDetails
>
<
/ExpansionPanel
>
<
ExpansionPanel
>
<
ExpansionPanel
classes
=
{{
expanded
:
this
.
props
.
classes
.
helpexpanded
}}
>
<
ExpansionPanelSummary
expandIcon
=
{
<
ExpandMoreIcon
/>
}
>
<
Typography
variant
=
"
title
"
>
LTL
Prefix
Syntax
<
/Typography
>
<
/ExpansionPanelSummary
>
...
...
@@ -2192,7 +2196,7 @@ class Help extends React.Component {
<
/ExpansionPanelDetails
>
<
/ExpansionPanel
>
<
ExpansionPanel
>
<
ExpansionPanel
classes
=
{{
expanded
:
this
.
props
.
classes
.
helpexpanded
}}
>
<
ExpansionPanelSummary
expandIcon
=
{
<
ExpandMoreIcon
/>
}
>
<
Typography
variant
=
"
title
"
>
PSL
Infix
Syntax
<
/Typography
>
<
/ExpansionPanelSummary
>
...
...
@@ -2307,7 +2311,7 @@ class Help extends React.Component {
<
/ExpansionPanelDetails
>
<
/ExpansionPanel
>
<
ExpansionPanel
>
<
ExpansionPanel
classes
=
{{
expanded
:
this
.
props
.
classes
.
helpexpanded
}}
>
<
ExpansionPanelSummary
expandIcon
=
{
<
ExpandMoreIcon
/>
}
>
<
Typography
variant
=
"
title
"
>
Acceptance
conditions
<
/Typography
>
<
/ExpansionPanelSummary
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment