Projet

Général

Profil

« Précédent | Suivant » 

Révision b724d57d

Ajouté par Serghei Mihai (congés, retour 15/05) il y a plus de 8 ans

fix vincennes logo and sso block positions (#9428)

Voir les différences:

mandayejs/sites/vincennes/static/js/duonext.js
1 1
$(function(){
2
  $('#logo').remove()
3 2
  $('head').append('<link rel="stylesheet" href="/_mandaye/static/css/font-awesome.min.css" type="text/css" />');
4 3
  $('#mandaye-js').prepend('<div id="mandaye-vc-logo"><a href="https://www.vincennes.fr"><img src="/_mandaye/static/images/vincennes-logo.png" alt="vincennes-logo.png"></a></div>');
5 4
  $('head').append('<link rel="stylesheet" href="/_mandaye/static/css/duonext.css"> type="text/css"');
6 5
  $('#sso-username').after('<a id="demarches" href="https://demarches.vincennes.fr">Démarches en ligne</a>');
7
  if ($('#sso-username').length === 0){
8
      $('#imgMain').css({'margin-right':'210px'});
9
      console.log($('#mandaye-vc-logo'));
6
  if ($('#sso-username').length === 0) {
10 7
      $('#mandaye-vc-logo').after('<a id="demarches" href="https://demarches.vincennes.fr">Démarches en ligne</a>');
11 8
  }
12 9

  

Formats disponibles : Unified diff