Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
iTasks-SDK
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
73
Issues
73
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
clean-and-itasks
iTasks-SDK
Commits
2c482b7a
Commit
2c482b7a
authored
Jun 14, 2019
by
Tim Steenvoorden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
simplify CSS classes
parent
3cb094f8
Pipeline
#25367
failed with stage
in 58 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
Examples/DynamicEditor/DynEditorExample.css
Examples/DynamicEditor/DynEditorExample.css
+5
-1
Examples/DynamicEditor/DynEditorExample.icl
Examples/DynamicEditor/DynEditorExample.icl
+3
-3
No files found.
Examples/DynamicEditor/DynEditorExample.css
View file @
2c482b7a
...
@@ -13,24 +13,28 @@
...
@@ -13,24 +13,28 @@
align-self
:
auto
;
align-self
:
auto
;
}
}
/* Make generated labels flow on top
*/
/* Make generated labels flow on top
.itasks-container.itasks-form-item {
.itasks-container.itasks-form-item {
flex-direction: column;
flex-direction: column;
}
}
*/
/* Set base padding and indent vertical structures horizontally */
/* Set base padding and indent vertical structures horizontally */
.typedtasks-base
{
.typedtasks-base
{
flex
:
0
0
auto
;
padding
:
0.2em
0.4em
;
padding
:
0.2em
0.4em
;
margin
:
0.8em
1.6em
;
margin
:
0.8em
1.6em
;
}
}
/* Center horizontal structures vertically */
/* Center horizontal structures vertically */
.typedtasks-horizontal
{
.typedtasks-horizontal
{
flex-direction
:
row
;
align-items
:
center
;
align-items
:
center
;
margin
:
0.2em
;
margin
:
0.2em
;
}
}
.typedtasks-vertical
{
.typedtasks-vertical
{
flex-direction
:
column
;
}
}
/* Add background boxes which get darker with nesting */
/* Add background boxes which get darker with nesting */
...
...
Examples/DynamicEditor/DynEditorExample.icl
View file @
2c482b7a
...
@@ -391,9 +391,9 @@ where
...
@@ -391,9 +391,9 @@ where
stringEditor
::
Editor
String
stringEditor
::
Editor
String
stringEditor
=
gEditor
{|*|}
stringEditor
=
gEditor
{|*|}
basicClasses
=
[
"typedtasks-base"
,
"itasks-wrap-width"
,
"itasks-wrap-height"
]
basicClasses
=
[
"typedtasks-base"
]
horizontalClasses
=
[
"typedtasks-horizontal"
,
"itasks-horizontal"
]
horizontalClasses
=
[
"typedtasks-horizontal"
]
verticalClasses
=
[
"typedtasks-vertical"
,
"itasks-vertical"
]
verticalClasses
=
[
"typedtasks-vertical"
]
boxedClasses
=
[
"typedtasks-boxed"
]
boxedClasses
=
[
"typedtasks-boxed"
]
applyHorizontalBoxedLayout
=
ApplyCssClasses
$
basicClasses
++
horizontalClasses
++
boxedClasses
applyHorizontalBoxedLayout
=
ApplyCssClasses
$
basicClasses
++
horizontalClasses
++
boxedClasses
...
...
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