Skip to content

Commit

Permalink
Corrections esthétiques
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoSpy committed Aug 30, 2016
1 parent 810cdec commit a2cb39d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions module/Application/public/assets/css/timeline.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
.Base {
position:fixed;
background-color: white;
z-index: 2;
}

.Time_obj {
Expand Down Expand Up @@ -102,7 +101,6 @@

.elmt.notpunctual .rect_elmt {
top: 0px;
z-index: 2;
border-width: 1px;
border-radius: 5px;
border-color: transparent;
Expand Down
2 changes: 1 addition & 1 deletion module/Application/public/assets/js/jquery.timepicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
weekStart : 1,
switchOnClick: true,
nowButton: true,
nowText: "Jour"
nowText: "Ce jour"
});

div.on('click', 'span.glyphicon-calendar', function(e){
Expand Down
6 changes: 3 additions & 3 deletions module/Core/src/Core/View/Helper/NavBar.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,13 @@ public function __invoke($color = 'epeires')
$html .= '</form>';
$html .= '<div id="changeview" class="navbar-right" style="margin-top: 5px">Vue : <div class="btn-group" data-toggle="buttons">';
$html .= '<label class="btn btn-xs btn-info active">';
$html .= '<input name="viewOptions" id="viewsix" type="radio" autocomplete="off" value="six" checked><strong>6h</strong>';
$html .= '<input name="viewOptions" id="viewsix" type="radio" autocomplete="off" value="six" checked><strong>6 h</strong>';
$html .= '</label>';
$html .= '<label class="btn btn-xs btn-info ">';
$html .= '<input name="viewOptions" id="viewday" type="radio" autocomplete="off" value="day"><strong>24h</strong>';
$html .= '<input name="viewOptions" id="viewday" type="radio" autocomplete="off" value="day"><strong>24 h</strong>';
$html .= '</label>';
$html .= '<label class="btn btn-xs btn-info ">';
$html .= '<input name="viewOptions" id="viewmonth" type="radio" autocomplete="off" value="month"><strong>Mois</strong>';
$html .= '<input name="viewOptions" id="viewmonth" type="radio" autocomplete="off" value="month"><strong>7 j/+</strong>';
$html .= '</label>';
$html .= '</div></div>';
$html .= '</div></div></nav>';
Expand Down

0 comments on commit a2cb39d

Please sign in to comment.