Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
impactometre
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
11
Issues
11
List
Boards
Labels
Service Desk
Milestones
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
tx-techno-num
impactometre
Commits
cee389f7
Commit
cee389f7
authored
Jul 05, 2020
by
Elouan Le Bars
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[FIX] css
parent
c2b31a54
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
14 deletions
+23
-14
front/src/components/Scenario.vue
front/src/components/Scenario.vue
+20
-12
front/src/components/Tooltip.vue
front/src/components/Tooltip.vue
+3
-2
No files found.
front/src/components/Scenario.vue
View file @
cee389f7
...
...
@@ -17,8 +17,8 @@
<IncrementButton
v-model=
"scenario.numberOfParticipants"
:max=
30
class=
"align-right"
/><br
/>
class=
"align-right
participants-no-btn
"
/><br
/>
<hr>
</div>
<div
class=
"scenario-line"
>
<span
class=
"scenario-line-caption"
>
...
...
@@ -28,7 +28,7 @@
v-model=
"scenario.meetingDuration"
:max=
999
class=
"align-right"
/><br
/>
/><br
/>
<hr>
</div>
</div>
</div>
...
...
@@ -41,14 +41,13 @@
:key=
"h.name"
>
<span
class=
"scenario-line-caption"
>
<p>
{{
h
.
french
}}
</p>
<Tooltip
v-if=
"h.helper"
>
{{
h
.
helper
}}
</Toolti
p>
<p>
{{
h
.
french
}}
<Tooltip
v-if=
"h.helper"
class=
"helper"
>
{{
h
.
helper
}}
</Tooltip></
p>
</span>
<IncrementButton
v-model=
"h.qty"
:max=
99
class=
"align-right"
/><br
/>
<IncrementButton
v-model=
"h.qty"
:max=
99
class=
"align-right"
/><br
/>
<hr>
</div>
</div>
</div>
<br
/>
<div
class=
"scenario-section"
>
<div
class=
"scenario-section-header"
>
Réseau
</div>
<div
class=
"scenario-section-body"
>
...
...
@@ -69,7 +68,6 @@
</div>
</div>
</div>
<br
/>
<div
class=
"scenario-section journey"
>
<div
class=
"scenario-section-header"
>
Trajets véhiculés
...
...
@@ -109,7 +107,7 @@
>
-
</button>
<br
/>
<br
/>
<hr>
</span>
</div>
</div>
...
...
@@ -276,13 +274,17 @@ export default {
font-size
:
25px
;
line-height
:
60px
;
}
.scenario-full
hr
{
margin-top
:
10px
;
border
:
2px
dashed
#e3e3e3
;
border-style
:
none
none
dashed
;
}
/*
* CLOSE LINK
*/
.close-btn
{
display
:
inline
;
display
:
inline
-block
;
position
:
relative
;
float
:
right
;
top
:
-46px
;
...
...
@@ -347,7 +349,8 @@ export default {
}
.scenario-line-caption
p
{
display
:
inline
;
display
:
inline-block
;
max-width
:
50%
;
font-style
:
normal
;
font-weight
:
normal
;
font-size
:
14px
;
...
...
@@ -355,6 +358,8 @@ export default {
color
:
#363636
;
}
.scenario-line-caption
.helper
{
}
.select-journey
{
margin-left
:
10px
;
max-width
:
40%
;
...
...
@@ -369,6 +374,9 @@ export default {
float
:
right
;
margin-right
:
15px
;
}
.participants-no-btn
{
margin-right
:
-6px
;
}
.scenario-line
select
{
max-width
:
35%
;
border-width
:
1px
;
...
...
front/src/components/Tooltip.vue
View file @
cee389f7
...
...
@@ -12,7 +12,6 @@ export default {};
/* Tooltip container */
.scenario-line-caption-tooltip
{
position
:
relative
;
display
:
inline-block
;
background
:
#dcdcdc
;
text-align
:
center
;
height
:
20px
;
...
...
@@ -22,7 +21,9 @@ export default {};
margin-right
:
10px
;
color
:
#838383
;
}
.scenario-line-caption-tooltip
:hover
{
cursor
:
default
;
}
/* Tooltip text */
.scenario-line-caption-tooltip
.scenario-line-caption-tooltip-text
{
visibility
:
hidden
;
...
...
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