Changeset 28522


Ignore:
Timestamp:
May 20, 2014, 9:30:57 PM (10 years ago)
Author:
Miklfe
Message:

correction du bug du double menu sur les pages spéciales

Location:
extensions/Full_Background
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • extensions/Full_Background/template/header.tpl

    r21903 r28522  
    7070
    7171{if $BODY_ID != 'thePicturePage' and $BODY_ID != 'theAdminPage' }
    72 {$MENUBAR}
    7372
    7473        {if not empty($header_msgs)}
  • extensions/Full_Background/template/index.tpl

    r19549 r28522  
     1{$MENUBAR}
    12
    23{if !empty($PLUGIN_INDEX_CONTENT_BEFORE)}{$PLUGIN_INDEX_CONTENT_BEFORE}{/if}
  • extensions/Full_Background/theme.css

    r25999 r28522  
    6969
    7070/*======================================================Menu======================================================*/
    71 #nav_wrapper{width:100%;margin:auto;z-index:1000;left:0;background:0% 0% rgba(0, 0, 0, 0.8);height:40px;border-bottom:1px solid #3F3F3F;min-width:1000px;position:fixed}
     71#nav_wrapper{width:100%;margin:auto;z-index:1000;left:0;top:0;background:0% 0% rgba(0, 0, 0, 0.8);height:40px;border-bottom:1px solid #3F3F3F;min-width:1000px;position:fixed}
    7272#menubar{width:24em;margin-left:0}
    7373#menubar UL{list-style-type:none;list-style-position:inside;padding:0 0 0 2px}
Note: See TracChangeset for help on using the changeset viewer.