Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
web-et-numerique
Factory
Resin
Client
Commits
12b8fe0e
Commit
12b8fe0e
authored
4 years ago
by
Hugo SUBTIL
Browse files
Options
Downloads
Patches
Plain Diff
fix: firefox issue on hour picker
parent
a0570849
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!85
Recette
,
!84
Dev
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/app/structure-list/components/structure-details/structure-details.component.html
+38
-36
38 additions, 36 deletions
...onents/structure-details/structure-details.component.html
src/assets/scss/_inputs.scss
+1
-1
1 addition, 1 deletion
src/assets/scss/_inputs.scss
with
39 additions
and
37 deletions
src/app/structure-list/components/structure-details/structure-details.component.html
+
38
−
36
View file @
12b8fe0e
...
...
@@ -64,42 +64,44 @@
</div>
<div
*ngIf=
"structure.hasSocialNetwork()"
fxLayout=
"row"
fxLayoutAlign=
"none baseline"
fxLayoutGap=
"13px"
>
<app-svg-icon
[type]=
"'ico'"
[icon]=
"'network'"
></app-svg-icon>
<a
*ngIf=
"structure.facebook"
target=
"_blank"
class=
"custom-link"
rel=
"noopener noreferrer"
[href]=
"'http://' + structure.facebook"
>
<app-svg-icon
[type]=
"'ico'"
[icon]=
"'facebook'"
[title]=
"Facebook"
></app-svg-icon
></a>
<a
*ngIf=
"structure.twitter"
target=
"_blank"
class=
"custom-link"
rel=
"noopener noreferrer"
[href]=
"'http://' + structure.twitter"
>
<app-svg-icon
[type]=
"'ico'"
[icon]=
"'twitter'"
[title]=
"Twitter"
></app-svg-icon
></a>
<a
*ngIf=
"structure.instagram"
target=
"_blank"
class=
"custom-link"
rel=
"noopener noreferrer"
[href]=
"'http://' + structure.instagram"
>
<app-svg-icon
[type]=
"'ico'"
[icon]=
"'instagram'"
[title]=
"Instagram"
></app-svg-icon
></a>
<a
*ngIf=
"structure.linkedin"
target=
"_blank"
class=
"custom-link"
rel=
"noopener noreferrer"
[href]=
"'http://' + structure.linkedin"
>
<app-svg-icon
[type]=
"'ico'"
[icon]=
"'linkedin'"
[title]=
"Linkedin"
></app-svg-icon
></a>
<div
fxLayout=
"row"
fxLayoutAlign=
"none baseline"
fxLayoutGap=
"8px"
>
<a
*ngIf=
"structure.facebook"
target=
"_blank"
class=
"custom-link"
rel=
"noopener noreferrer"
[href]=
"'http://' + structure.facebook"
>
<app-svg-icon
[type]=
"'ico'"
[icon]=
"'facebook'"
[title]=
"Facebook"
></app-svg-icon
></a>
<a
*ngIf=
"structure.twitter"
target=
"_blank"
class=
"custom-link"
rel=
"noopener noreferrer"
[href]=
"'http://' + structure.twitter"
>
<app-svg-icon
[type]=
"'ico'"
[icon]=
"'twitter'"
[title]=
"Twitter"
></app-svg-icon
></a>
<a
*ngIf=
"structure.instagram"
target=
"_blank"
class=
"custom-link"
rel=
"noopener noreferrer"
[href]=
"'http://' + structure.instagram"
>
<app-svg-icon
[type]=
"'ico'"
[icon]=
"'instagram'"
[title]=
"Instagram"
></app-svg-icon
></a>
<a
*ngIf=
"structure.linkedin"
target=
"_blank"
class=
"custom-link"
rel=
"noopener noreferrer"
[href]=
"'http://' + structure.linkedin"
>
<app-svg-icon
[type]=
"'ico'"
[icon]=
"'linkedin'"
[title]=
"Linkedin"
></app-svg-icon
></a>
</div>
</div>
<div
*ngIf=
"structure.contactPhone"
fxLayout=
"row"
fxLayoutAlign=
"none flex-end"
fxLayoutGap=
"13px"
>
<app-svg-icon
[type]=
"'ico'"
[icon]=
"'tel'"
></app-svg-icon>
...
...
This diff is collapsed.
Click to expand it.
src/assets/scss/_inputs.scss
+
1
−
1
View file @
12b8fe0e
...
...
@@ -31,7 +31,7 @@
.switch
{
position
:
relative
;
display
:
inline-block
;
width
:
60
px
;
margin-left
:
-55
px
;
height
:
34px
;
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment