Skip to content

Commit

Permalink
Merge branch 'master' of github.com:WildCodeSchool/orleans-agrickatho…
Browse files Browse the repository at this point in the history
…n-equipe7
  • Loading branch information
Gy0m committed Nov 17, 2016
2 parents 6c2a5bd + f6a02c1 commit dc5b994
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -592,9 +592,9 @@
<div class="modal-body">
<form action=mailto:votrenom@provider.com" method="post">
<div class="row">
<div class="col-sm-offset-2 col-sm-4">
<div class="col-sm-offset-2 col-sm-6">
<label>
<h3 class="text-center">Donner nous votre avis !</h3>
<h3 class="text-center">Donnez nous votre avis !</h3>
<span>Email* : </span>
<input type="email" placeholder="Votre-email@gmail.com" name="email" id="email" required>
</label><br/>
Expand All @@ -616,6 +616,11 @@
</label> <br/>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<h3 class="text-center">L'article était t'il pertinent?</h3>
</div>
</div>
<div class="row">
<div class="col-sm-offset-2 col-sm-4">
<div class="radio">
Expand Down
2 changes: 1 addition & 1 deletion src/FrontBundle/Resources/views/Default/index.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<a href="abonnement"><i class="fa fa-at fa-3x" aria-hidden="true"></i> </a>
<a href="contact"><i class="fa fa-envelope fa-3x" aria-hidden="true"></i> </a>
<a href="soumettre"><i class="fa fa-comments fa-3x" aria-hidden="true"></i> </a>
<i class="fa fa-bell fa-3x" aria-hidden="true"></i>
<a href="#"><i class="fa fa-bell fa-3x" aria-hidden="true"></i> <span class="badge ">4</span></a>

</div>
</div>
Expand Down
5 changes: 4 additions & 1 deletion web/style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ footer{
padding-left:130px;
}
.fa-at{
padding-left:95px;
padding-left:60px;
}
.fa{
padding-right: 8px;
Expand All @@ -63,4 +63,7 @@ a{
}
.textfooter2{
padding-left:30px;
}
.badge{
background-color: red;
}
4 changes: 2 additions & 2 deletions web/style/stylefondamentaux.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ h1 {
}



.logomodalfooter{

text-align: left;
}
.vignette{
Expand All @@ -122,7 +122,7 @@ h1 {
.icone{
color: black;
}
#optionsRadios2{
#optionsRadios2 {
padding-top: 5px;
}

Expand Down

0 comments on commit dc5b994

Please sign in to comment.