Supprimer l'espace sous les boutons Nouveau et Répondre

+2
Witzz
Phyliono
6 participants

Voir le sujet précédent Voir le sujet suivant Aller en bas

Résolu Supprimer l'espace sous les boutons Nouveau et Répondre

Message par Phyliono Sam 13 Juin 2015 - 15:47

Détails techniques


Version du forum : phpBB2
Poste occupé : Fondateur
Navigateur(s) concerné(s) : Tous
Capture d'écran du problème :
Voir l'image:

Personnes concernées par le problème : Tous les utilisateurs
Lien du forum : http://uuhabbo.f-orum.com/

Description du problème

Bonjour,

Je souhaiterai l'aide charitable de l'un d'entre vous pour retirer l'espace qu'il y a entre la fin de la barre et les boutons (voir capture d'écran ligne pointillée rouge). Je veux que les boutons Créer, Nouveau, Modération etc... arrivent pile en haut et en bas de la barre.

Template viewtopic_body :
Code:
<script type="text/javascript">
//<![CDATA[
var multiquote_img_off = '{JS_MULTIQUOTE_IMG_OFF}', multiquote_img_on = '{JS_MULTIQUOTE_IMG_ON}', _atr = '{JS_DIR}addthis/', _ati = '{PATH_IMG_FA}addthis/'{ADDTHIS_LANG}, addthis_localize = { share_caption: "{L_SHARE_CAPTION}", email: "{L_EMAIL}", email_caption: "{L_EMAIL_CAPTION}", favorites: "{L_SHARE_BOOKMARKS}", print: "{L_PRINT}", more: "{L_MORE}" };
$(function(){

    if(typeof(_atc) == "undefined") {
        _atc = { };
    }
   
    _atc.cwait = 0;
    $('.addthis_button').mouseup(function(){
        if ($('#at15s').css('display') == 'block') {
            addthis_close();
        }
    });
});

var hiddenMsgLabel = { visible:'{JS_HIDE_HIDDEN_MESSAGE}', hidden:'{JS_SHOW_HIDDEN_MESSAGE}' };
showHiddenMessage = function(id)
{
    try
    {
        var regId = parseInt(id, 10);
        if( isNaN(regId) ) { regId = 0; }
       
        if( regId > 0)
        {
            $('.post--' + id).toggle(0, function()
         {
            if( $(this).is(":visible") )
            {
               $('#hidden-title--' + id).html(hiddenMsgLabel.visible);
            }
            else
            {
               $('#hidden-title--' + id).html(hiddenMsgLabel.hidden);
            }
         });
        }
    }
    catch(e) { }
   
   return false;
};

//]]>
</script>

<table class="modactions" width="100%" border="0" cellspacing="0" cellpadding="0">
   <tr>
      <td align="left" nowrap="nowrap">
         <span class="nav">
         <!-- BEGIN switch_user_authpost -->
         <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" id="{POST_IMG_ID}one" alt="{L_POST_NEW_TOPIC}" align="top" border="0" class="creer"/></a>
         <!-- END switch_user_authpost -->
         <!-- BEGIN switch_user_authreply -->
         <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" id="i_reply" alt="{L_POST_REPLY_TOPIC}" align="top" border="0" class="ecrire" /></a>
         <!-- END switch_user_authreply -->
                  </span>
<td class="modadmin" align="left" valign="top" nowrap="nowrap">{S_TOPIC_ADMIN}
      <form name="action" method="get" action="{S_FORM_MOD_ACTION}">
            <input type="hidden" name="t" value="{TOPIC_ID}" />

            <!-- <input type="hidden" name="sid" value="{S_SID}" /> -->
            <input type="hidden" name="{SECURE_ID_NAME}" value="{SECURE_ID_VALUE}" />
         </form>
      </td>
      <td align="right" width="9%" class="browse-arrows"><a class="previous" href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a>&nbsp;<a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a>&nbsp;<a href="#bottom">{L_GOTO_DOWN}</a>&nbsp;</td>      
   </tr>
</table>

<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0" >
   <tr align="right">
      <td class="catHead" colspan="3" height="28">
         <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td width="9%" class="noprint">&nbsp;</td>
               <td align="center" class="t-title">
                  <h1 class="cattitle">&nbsp;{TOPIC_TITLE}</h1>
               </td>
            </tr>
         </table>
      </td>
   </tr>
     {POLL_DISPLAY}
   <!-- BEGIN postrow -->
   <!-- BEGIN hidden -->
   <tr>
      <td class="postdetails {postrow.hidden.ROW_CLASS}" colspan="3" align="center">{postrow.hidden.MESSAGE}</td>
   </tr>
   <!-- END hidden -->
   <!-- BEGIN displayed -->
   <tr class="post post--{postrow.displayed.U_POST_ID}" id="p{postrow.displayed.U_POST_ID}" style="{postrow.displayed.DISPLAYABLE_STATE}">
      <td class="{postrow.displayed.ROW_CLASS}"{postrow.displayed.THANK_BGCOLOR} valign="top" width="150">
         <span class="name"><a name="{postrow.displayed.U_POST_ID}" style="position: relative; top: -30px; width: 1px;" id="{postrow.displayed.U_POST_ID}"></a><strong>{postrow.displayed.POSTER_NAME}</strong></span><br />
            <span class="postdetails poster-profile">
            {postrow.displayed.POSTER_RANK}<br />
            {postrow.displayed.RANK_IMAGE}{postrow.displayed.POSTER_AVATAR}<br /><br />
                                  {postrow.displayed.ONLINE_IMG} <br/><br/>
            <!-- BEGIN profile_field -->
            {postrow.displayed.profile_field.LABEL} {postrow.displayed.profile_field.CONTENT}{postrow.displayed.profile_field.SEPARATOR}
            <!-- END profile_field -->
            {postrow.displayed.POSTER_RPG}
         </span><br />
         <img src="http://2img.net/i/fa/empty.gif" alt="" style="width:150px;height:1px" />
      </td>
      <td class="{postrow.displayed.ROW_CLASS}"{postrow.displayed.THANK_BGCOLOR} valign="top" width="100%" height="28" colspan="2">
         <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td><span class="postdetails"><img src="{postrow.displayed.MINI_POST_IMG}" alt="{postrow.displayed.L_MINI_POST_ALT}" title="{postrow.displayed.L_MINI_POST_ALT}" border="0" />{L_POST_SUBJECT}: {postrow.displayed.POST_SUBJECT}&nbsp; &nbsp;<img src="{postrow.displayed.MINI_TIME_IMG}" alt="" border="0" />{postrow.displayed.POST_DATE}</span></td>
               <td valign="top" nowrap="nowrap" class="post-options">
                  {postrow.displayed.THANK_IMG} {postrow.displayed.MULTIQUOTE_IMG} {postrow.displayed.QUOTE_IMG} {postrow.displayed.EDIT_IMG} {postrow.displayed.DELETE_IMG} {postrow.displayed.IP_IMG} {postrow.displayed.REPORT_IMG}
               </td>
            </tr>
            <tr>
               <td colspan="2" class="hr">
                  <hr />
               </td>
            </tr>
            <tr>
               <td colspan="2">
                  <!-- BEGIN switch_vote_active -->
                  <div class="vote gensmall">
                     <!-- BEGIN switch_vote -->
                     <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_PLUS}">+</a></div>
                     <!-- END switch_vote -->

                     <!-- BEGIN switch_bar -->
                     <div class="vote-bar" title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}">
                        <!-- BEGIN switch_vote_plus -->
                        <div class="vote-bar-plus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_plus.HEIGHT_PLUS}px;"></div>
                        <!-- END switch_vote_plus -->

                        <!-- BEGIN switch_vote_minus -->
                        <div class="vote-bar-minus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_minus.HEIGHT_MINUS}px;"></div>
                        <!-- END switch_vote_minus -->
                     </div>
                     <!-- END switch_bar -->

                     <!-- BEGIN switch_no_bar -->
                     <div title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}" class="vote-no-bar">----</div>
                     <!-- END switch_no_bar -->

                     <!-- BEGIN switch_vote -->
                     <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_MINUS}">-</a></div>
                     <!-- END switch_vote -->
                  </div>
                  <!-- END switch_vote_active -->

                  <div class="postbody">

                     <div>{postrow.displayed.MESSAGE}</div>

                     <!-- BEGIN switch_attachments -->
                     <dl class="attachbox">
                        <dt>{postrow.displayed.switch_attachments.L_ATTACHMENTS}</dt>
                        <dd>
                           <!-- BEGIN switch_post_attachments -->
                           <dl class="file">
                              <dt>
                                 <img src="{postrow.displayed.switch_attachments.switch_post_attachments.U_IMG}" alt="" />

                                 <!-- BEGIN switch_dl_att -->
                                 <a class="postlink" href="{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.U_ATTACHMENT}">{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT}</a> {postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT_DEL}
                                 <!-- END switch_dl_att -->

                                 <!-- BEGIN switch_no_dl_att -->
                                 {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT} {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT_DEL}
                                 <!-- END switch_no_dl_att -->
                              </dt>

                              <!-- BEGIN switch_no_comment -->
                              <dd>
                                 <em>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_comment.ATTACHMENT_COMMENT}</em>
                              </dd>
                              <!-- END switch_no_comment -->

                              <!-- BEGIN switch_no_dl_att -->
                              <dd>
                                 <em><strong>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.TEXT_NO_DL}</strong></em>
                              </dd>
                              <!-- END switch_no_dl_att -->

                              <dd>({postrow.displayed.switch_attachments.switch_post_attachments.FILE_SIZE}) {postrow.displayed.switch_attachments.switch_post_attachments.NB_DL}</dd>
                           </dl>
                           <!-- END switch_post_attachments -->
                        </dd>
                     </dl>
                     <!-- END switch_attachments -->

                     <div class="clear"></div>
                     <!-- BEGIN switch_signature -->
                     <div class="signature_div">
                        {postrow.displayed.SIGNATURE}
                     </div>
                     <!-- END switch_signature -->

                  </div>
                  <span class="gensmall">{postrow.displayed.EDITED_MESSAGE}</span>
               </td>
            </tr>
         </table>
      </td>
   </tr>
   
   <!-- BEGIN first_post_br -->
</table>
<hr />
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
   <tr>
      <th class="thLeft" nowrap="nowrap" width="150px" height="26">{L_AUTHOR}</th>
      <th class="thRight" nowrap="nowrap" colspan="2">{L_MESSAGE}</th>
   </tr>
   <!-- END first_post_br -->
   <!-- END displayed -->
   <!-- END postrow -->
   <!-- BEGIN no_post -->
   <tr align="center">
      <td class="row1" colspan="3" height="28">
         <span class="genmed">{no_post.L_NO_POST}</span>
      </td>
   </tr>
   <!-- END no_post -->
<tr>
      <td class="row2" align="center" valign="middle" {COLSPAN_PAGINATION} width="150"><span class="gensmall">{PAGE_NUMBER}</span></td>
      <!-- BEGIN topicpagination -->
      <td class="row1" align="right" valign="middle" ><span class="gensmall paginer_topic">{PAGINATION}</span></td>
      <!-- END topicpagination -->
   </tr>
   <!-- BEGIN switch_user_logged_in -->

   <!-- END switch_user_logged_in -->


<!-- BEGIN promot_trafic -->
<table class="forumline" width="100%" border="0" cellpadding="1" cellspacing="0" id="ptrafic_close" style="display:none;margin: 1px 0px 1px 0px">
   <tr>
      <td class="catBottom" height="28">
         <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td valign="top"><div class="cattitle">&nbsp;{PROMOT_TRAFIC_TITLE}</div></td>
               <td align="right" valign="middle" width="10"><span class="gensmall"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_MORE_IMG}" alt="+" align="middle" border="0" /></a></span></td>
            </tr>
         </table>
      </td>
   </tr>
</table>

<table class="forumline" width="100%" border="0" cellpadding="1" cellspacing="0" id="ptrafic_open" style="display:'';margin: 1px 0px 1px 0px">
   <tr>
      <td class="catBottom" height="28">
         <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td valign="top"><div class="cattitle">&nbsp;{PROMOT_TRAFIC_TITLE}</div></td>
               <td align="right" valign="middle" width="10"><span class="gensmall"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_LESS_IMG}" alt="-" align="middle" border="0" /></a></span></td>
            </tr>
         </table>
      </td>
   </tr>
   <tr>
      <td class="row2 postbody" valign="top">
         <!-- BEGIN link -->
         »&nbsp;<a style="text-decoration:none" href="{promot_trafic.link.U_HREF}" target="_blank" title="{promot_trafic.link.TITLE}" rel="nofollow">{promot_trafic.link.TITLE}</a><br />
         <!-- END link -->
      </td>
   </tr>
</table>
<!-- END promot_trafic -->

<!-- BEGIN switch_forum_rules -->
<table id="forum_rules" class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0" style="margin: 1px 0px 1px 0px">
   <tbody>
      <tr>
         <td class="catBottom">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
               <tbody>
                  <tr>
                     <td valign="top">
                        <div class="cattitle">&nbsp;{L_FORUM_RULES}</div>
                     </td>
                  </tr>
               </tbody>
            </table>
         </td>
      </tr>
      <tr>
         <td class="row1 clearfix">
            <table>
               <tr>
                  <!-- BEGIN switch_forum_rule_image -->
                  <td class="logo">
                     <img src="{RULE_IMG_URL}" alt="" />
                  </td>
                  <!-- END switch_forum_rule_image -->
                  <td class="rules postbody">
                     {RULE_MSG}
                  </td>
               </tr>
            </table>
         </td>
      </tr>
   </tbody>
</table>
<!-- END switch_forum_rules -->
<!-- BEGIN switch_image_resize -->
<script type="text/javascript">
//<![CDATA[
$(resize_images({ 'selector' : '.postbody', 'max_width' : {switch_image_resize.IMG_RESIZE_WIDTH}, 'max_height' : {switch_image_resize.IMG_RESIZE_HEIGHT} }));
//]]>
</script>
<!-- END switch_image_resize -->
<script src="{JS_DIR}addthis/addthis_widget.js" type="text/javascript"></script>

Feuille de style CSS concernée :
Code:
/* BARRE DE MODERATION D'UN SUJET */
.modactions {
width: 102%;
background-image: url('http://i18.servimg.com/u/f18/17/44/20/01/barre_12.png');
background-repeat: repeat;
margin-left:-11px;}

.creer {
margin-left:10px;
margin-top:-3px;}

.ecrire {
margin-left:4px;
margin-top:-3px;}

.previous {
  margin-right:-1px;}

table.modactions tbody tr td a[href^="/modcp?mode=lock"]{margin-left:-5px;}

Merci d'avance!


Dernière édition par Phyliono le Lun 15 Juin 2015 - 22:49, édité 3 fois
Phyliono

Phyliono
Membre habitué

Messages : 1304
Inscrit(e) le : 24/02/2013

http://www.universiteuniverselle.com
Phyliono a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Supprimer l'espace sous les boutons Nouveau et Répondre

Message par Witzz Sam 13 Juin 2015 - 17:11

Hello !

Essaye de remplacer ça :

Code:
.modactions {
width: 102%;
background-image: url('http://i18.servimg.com/u/f18/17/44/20/01/barre_12.png');
background-repeat: repeat;
margin-left:-11px;
margin-bottom:10px;}

Par ça :

Code:
.modactions {
width: 102%;
background-image: url('http://i18.servimg.com/u/f18/17/44/20/01/barre_12.png');
background-repeat: repeat;
margin-left:-11px;
margin-bottom:0px;}

Il me semble que le problème vient de ton "margin : 10px;".
Witzz

Witzz
*****

Masculin
Messages : 841
Inscrit(e) le : 30/06/2011

https://www.youtube.com/channel/UC9KGhFAG4gkDsxAnHURUQMg
Witzz a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Supprimer l'espace sous les boutons Nouveau et Répondre

Message par Phyliono Sam 13 Juin 2015 - 17:27

Ca ne fonctionne pas. Je l'ai retiré de la feuille, j'essayais juste, j'aurai pas du le mettre ici.

Merci quand même.

Quelqu'un d'autre..?
Phyliono

Phyliono
Membre habitué

Messages : 1304
Inscrit(e) le : 24/02/2013

http://www.universiteuniverselle.com
Phyliono a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Supprimer l'espace sous les boutons Nouveau et Répondre

Message par Invité Sam 13 Juin 2015 - 17:59

bonjour ,ont peut tenter comme ceci !!!!
dans votre codage les il y a des valign="top" >> top=haut,
dans votre template chercher ceci >>
Code:
<!-- BEGIN switch_user_authpost -->
        <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" id="{POST_IMG_ID}one" alt="{L_POST_NEW_TOPIC}" align="top" border="0" class="creer"/></a>
        <!-- END switch_user_authpost -->
        <!-- BEGIN switch_user_authreply -->
        <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" id="i_reply" alt="{L_POST_REPLY_TOPIC}" align="top" border="0" class="ecrire" /></a>
        <!-- END switch_user_authreply -->
                  </span>
<td class="modadmin" align="left" valign="top" nowrap="nowrap">{S_TOPIC_ADMIN}
      <form name="action" method="get" action="{S_FORM_MOD_ACTION}">
            <input type="hidden" name="t" value="{TOPIC_ID}" />

remplacé par ceci>> j'ai modifier en valign="middle" >>middle=moitier-milieux
Code:
<!-- BEGIN switch_user_authpost -->
        <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" id="{POST_IMG_ID}one" alt="{L_POST_NEW_TOPIC}" align="middle" border="0" class="creer"/></a>
        <!-- END switch_user_authpost -->
        <!-- BEGIN switch_user_authreply -->
        <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" id="i_reply" alt="{L_POST_REPLY_TOPIC}" align="middle" border="0" class="ecrire" /></a>
        <!-- END switch_user_authreply -->
                  </span>
<td class="modadmin" align="left" valign="middle" nowrap="nowrap">{S_TOPIC_ADMIN}
      <form name="action" method="get" action="{S_FORM_MOD_ACTION}">
            <input type="hidden" name="t" value="{TOPIC_ID}" />

et dans votre css chercher ceci>>
Code:
.creer {
margin-left:10px;
margin-top:-3px;}
 
.ecrire {
margin-left:4px;
margin-top:-3px;}

et remplacé par ceci>>
Code:
.creer {
margin-left:10px;
}
 
.ecrire {
margin-left:4px;
}

si l'image ne prends pas totalement la hauteur ont peut corrigé en ajoutant
Code:
.creer img {
margin-left:10px;
height:35px;
}
 
.ecrire img {
margin-left:4px;
height:35px;
}

a voir si le img et nécessaire !!!! sur le coup je ne suis pas sur .comme en invité ont ne voie pas cette ligne ,je travaille en aveugle ....

cdl,
Anonymous

Invité
Invité


Invité a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Supprimer l'espace sous les boutons Nouveau et Répondre

Message par Phyliono Sam 13 Juin 2015 - 18:09

Ca n'a pas du tout marché... Ca a cassé la barre (https://i.servimg.com/u/f18/17/44/20/01/captur21.png)

J'ai remis comme avant.

Merci quand même. Quelqu'un d'autre...?
Phyliono

Phyliono
Membre habitué

Messages : 1304
Inscrit(e) le : 24/02/2013

http://www.universiteuniverselle.com
Phyliono a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Supprimer l'espace sous les boutons Nouveau et Répondre

Message par Invité Sam 13 Juin 2015 - 19:50

ha je voie que l'ont a droit que a 1 essais Very Happy Very Happy
bon suivant alors ^^

cdl,
Anonymous

Invité
Invité


Invité a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Supprimer l'espace sous les boutons Nouveau et Répondre

Message par Phyliono Sam 13 Juin 2015 - 19:52

lol :p

Non non, je serai ravi d'entendre ton aide Smile Je disais de manière générale si tu n'avais plus d'idée Wink

Pas de soucis.
Phyliono

Phyliono
Membre habitué

Messages : 1304
Inscrit(e) le : 24/02/2013

http://www.universiteuniverselle.com
Phyliono a été remercié(e) par l'auteur de ce sujet.
  • 0

Résolu Re: Supprimer l'espace sous les boutons Nouveau et Répondre

Message par Neptunia Sam 13 Juin 2015 - 20:46

Bonjour ^^

Et si vous commenciez par remettre ce que vous avez illicitement retiré du bas de vos pages.

Et cette fois venez pas nous dire comme la dernière fois que c'est pas votre forum hein Wink
Neptunia

Neptunia
Membre actif

Féminin
Messages : 17853
Inscrit(e) le : 08/08/2010

https://www.galaxie-series.net/
Neptunia a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Supprimer l'espace sous les boutons Nouveau et Répondre

Message par Phyliono Sam 13 Juin 2015 - 20:53

lol.

Ce n'est pas mon forum en effet comme je l'ai déjà dit, j'aide. (c'est remis)

Quelqu'un a-t-il trouvé une solution à mon problème ? Sad
Phyliono

Phyliono
Membre habitué

Messages : 1304
Inscrit(e) le : 24/02/2013

http://www.universiteuniverselle.com
Phyliono a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Supprimer l'espace sous les boutons Nouveau et Répondre

Message par Phyliono Dim 14 Juin 2015 - 23:18

UP
Phyliono

Phyliono
Membre habitué

Messages : 1304
Inscrit(e) le : 24/02/2013

http://www.universiteuniverselle.com
Phyliono a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Supprimer l'espace sous les boutons Nouveau et Répondre

Message par demeter1 Lun 15 Juin 2015 - 3:17

Neptune- a écrit:Bonjour ^^

Et si vous commenciez par remettre ce que vous avez illicitement retiré du bas de vos pages.

demeter1

demeter1
Membre actif

Masculin
Messages : 8993
Inscrit(e) le : 23/01/2009

https://altitudetropicale.forums-actifs.com/
demeter1 a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Supprimer l'espace sous les boutons Nouveau et Répondre

Message par Shadow Lun 15 Juin 2015 - 10:06

Bonjour Phyliono,

Merci de supprimer le code CSS masquant le footer et donc les copyrights en bas de page.

LIMITATIONS DES SERVICES

Forumactif.com est un site entièrement gratuit. Nous mettons tout en œuvre pour vous offrir un service de qualité à la pointe de la technologie. Nous vous demandons de ne pas enlever le copyright sur la ToolBar et les informations en bas de page mise en place sur vos forums par le biais d'un autre moyen que celui fourni, à savoir la gestion des crédits.

Warning Conditions Générales Forumactif
Shadow

Shadow
Modéractive
Modéractive

Féminin
Messages : 24354
Inscrit(e) le : 30/03/2007

Shadow a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Supprimer l'espace sous les boutons Nouveau et Répondre

Message par Phyliono Lun 15 Juin 2015 - 13:29

Nous avons payé pour retirer le copyright, on a pas payé dans le vide tout de même ?

Merci de laisser place aux membres qui souhaiteraient m'aider. Wink
Phyliono

Phyliono
Membre habitué

Messages : 1304
Inscrit(e) le : 24/02/2013

http://www.universiteuniverselle.com
Phyliono a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Supprimer l'espace sous les boutons Nouveau et Répondre

Message par Shadow Lun 15 Juin 2015 - 14:26

Merci, je vois que vous avez édité le CSS sur votre forum depuis ce matin.

Je n'interviendrais plus dans vos sujets promis et je laisse donc la place aux autres membres. Wink
Shadow

Shadow
Modéractive
Modéractive

Féminin
Messages : 24354
Inscrit(e) le : 30/03/2007

Shadow a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Supprimer l'espace sous les boutons Nouveau et Répondre

Message par Phyliono Lun 15 Juin 2015 - 15:35

Nous avions retiré le copyright dans les règles en payant 500 crédits.

Sinon, quelqu'un pourrait-il m'aider ? Sad
Phyliono

Phyliono
Membre habitué

Messages : 1304
Inscrit(e) le : 24/02/2013

http://www.universiteuniverselle.com
Phyliono a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Supprimer l'espace sous les boutons Nouveau et Répondre

Message par MlleAlys Lun 15 Juin 2015 - 18:07

Bonjour,
auriez-vous un forum dans lequel les invités peuvent poster, de façon à voir les boutons en question ?
MlleAlys

MlleAlys
Membre actif

Messages : 5767
Inscrit(e) le : 12/09/2012

MlleAlys a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Supprimer l'espace sous les boutons Nouveau et Répondre

Message par Phyliono Lun 15 Juin 2015 - 18:54

Vous pouvez désormais dans le forum "Planning général"

Je veux que la barre du fond des boutons Créer et Ecrire soit de la taille des boutons.

Merci d'avance Wink
Phyliono

Phyliono
Membre habitué

Messages : 1304
Inscrit(e) le : 24/02/2013

http://www.universiteuniverselle.com
Phyliono a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Supprimer l'espace sous les boutons Nouveau et Répondre

Message par MlleAlys Lun 15 Juin 2015 - 22:20

Merci.

Ajoutez le code suivant à votre feuille de style css :
Code:
.modactions img {
  vertical-align: middle;
}

Puis supprimez les marges négatives au dessus des images écrire et créer pour les remettre à leur place.
MlleAlys

MlleAlys
Membre actif

Messages : 5767
Inscrit(e) le : 12/09/2012

MlleAlys a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Supprimer l'espace sous les boutons Nouveau et Répondre

Message par Phyliono Lun 15 Juin 2015 - 22:48

Omg !

Merci beaucoup, c'est parfait.
Phyliono

Phyliono
Membre habitué

Messages : 1304
Inscrit(e) le : 24/02/2013

http://www.universiteuniverselle.com
Phyliono a été remercié(e) par l'auteur de ce sujet.

Voir le sujet précédent Voir le sujet suivant Revenir en haut

- Sujets similaires

Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum