Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
ELC_elections
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
gestion-des-assemblees
ELC_elections
Commits
ac7463ed
Commit
ac7463ed
authored
4 years ago
by
Alexis POYEN
Browse files
Options
Downloads
Plain Diff
Merge branch '87-responsive-design-for-votes' into 'master'
UI : reponsive design for votes Closes
#87
See merge request
!89
parents
e28489fe
7f998f53
No related branches found
Branches containing commit
No related tags found
1 merge request
!89
UI : reponsive design for votes
Pipeline
#6787
passed
4 years ago
Stage: sonar-analysis
Stage: build
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
web/components/vote/votes.js
+1
-1
1 addition, 1 deletion
web/components/vote/votes.js
web/style.css
+7
-0
7 additions, 0 deletions
web/style.css
with
8 additions
and
1 deletion
web/components/vote/votes.js
+
1
−
1
View file @
ac7463ed
...
...
@@ -56,7 +56,7 @@ class Vote {
<nav class="level">
<div class="level-left" id="votes-stats" style="margin: auto;
width: 100%;"></div>
<div class="level-right">
<div
id="votes-buttons"
class="level-right">
<button id="votes-return" class="button level-item">
Retour
</button>
...
...
This diff is collapsed.
Click to expand it.
web/style.css
+
7
−
0
View file @
ac7463ed
...
...
@@ -232,3 +232,10 @@ select {
text-align
:
justify
;
padding
:
2em
;
}
@media
only
screen
and
(
max-device-width
:
480px
)
{
#votes-buttons
{
justify-content
:
center
;
display
:
grid
;
}
}
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