Changeset 28522
- Timestamp:
- May 20, 2014, 9:30:57 PM (11 years ago)
- Location:
- extensions/Full_Background
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/Full_Background/template/header.tpl
r21903 r28522 70 70 71 71 {if $BODY_ID != 'thePicturePage' and $BODY_ID != 'theAdminPage' } 72 {$MENUBAR}73 72 74 73 {if not empty($header_msgs)} -
extensions/Full_Background/template/index.tpl
r19549 r28522 1 {$MENUBAR} 1 2 2 3 {if !empty($PLUGIN_INDEX_CONTENT_BEFORE)}{$PLUGIN_INDEX_CONTENT_BEFORE}{/if} -
extensions/Full_Background/theme.css
r25999 r28522 69 69 70 70 /*======================================================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} 72 72 #menubar{width:24em;margin-left:0} 73 73 #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.