Changeset 29913


Ignore:
Timestamp:
Oct 7, 2014, 11:43:20 AM (10 years ago)
Author:
gbo
Message:

Fix issue with theme using border or box-shadow on main image

Location:
extensions/LLGBO2
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • extensions/LLGBO2/css/llgbo_content_default.css

    r29841 r29913  
    55#llgboh2                                                {position:relative;top:1.2em;font-size:1.1em;}
    66/* Img rules ------------------------------------------------------------------------------- */
    7 #theMainImage {border:0;margin:0;box-shadow:0;padding:0;display:block;}
    8 #theVersoImage {border:0;margin:0;box-shadow:0;padding:0;display:none;}
     7#theMainImage {display:block;}
     8#theImage IMG {border:none;margin:0;box-shadow:none;padding:0;}
     9#theVersoImage {display:none;}
     10#theVersoImage  IMG{border:none;margin:0;box-shadow:none;padding:0;display:none;}
  • extensions/LLGBO2/css/llgbo_content_simple.css

    r29811 r29913  
    55#llgboh2                                                {position:relative;top:1.2em;font-size:1.1em;}
    66/* Img rules ------Simple-------------------------------------------------------- */
    7 #theMainImage {border:0;margin:0;box-shadow:0;padding:0;display:block;}
    8 #theVersoImage {border:0;margin:0;box-shadow:0;padding:0;display:none;}
     7/* Img rules ------------------------------------------------------------------------------- */
     8#theMainImage {display:block;}
     9#theImage IMG {border:none;margin:0;box-shadow:none;padding:0;}
     10#theVersoImage {display:none;}
     11#theVersoImage  IMG{border:none;margin:0;box-shadow:none;padding:0;display:none;}
    912
    1013 
  • extensions/LLGBO2/css/llgbo_content_stripped.css

    r29811 r29913  
    22#imageToolBar {border:0;}
    33.llgbo {margin:auto;}
    4 #theMainImage {border:0;margin:0;box-shadow:0;padding:0;display:block;}
    5 #theVersoImage {border:0;margin:0;box-shadow:0;padding:0;display:none;}
     4/* Img rules ------------------------------------------------------------------------------- */
     5#theMainImage {display:block;}
     6#theImage IMG {border:none;margin:0;box-shadow:none;padding:0;}
     7#theVersoImage {display:none;}
     8#theVersoImage  IMG{border:none;margin:0;box-shadow:none;padding:0;display:none;}
    69/* Title on frame rules -------------------------------------------------------------------- */
    710#llgboh2                                                {position:relative;top:1.2em;font-size:1.1em;}
  • extensions/LLGBO2/main.inc.php

    r29862 r29913  
    22/*
    33Plugin Name: Look_like_gbo2
    4 Version:  2.7.C
     4Version:  2.7.D
    55Plugin URI: http://phpwebgallery.net/ext/extension_view.php?eid=251
    66Author: GBo
     
    1515                        compatibility with Back2Front   
    1616                2.7.C change PHP array_replace by internal function
     17                2.7.D fix bug with frame and theme P0w0
    1718 */
    1819if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
     
    2122// | Plugin constants                                               |
    2223// +-----------------------------------------------------------------------+
    23 define('LLGBO_VERSION', '2.7.C');
     24define('LLGBO_VERSION', '2.7.D');
    2425define('LLGBO_ID',       basename(dirname(__FILE__)));
    2526define('LLGBO_PATH' ,    PHPWG_PLUGINS_PATH . LLGBO_ID . '/');
Note: See TracChangeset for help on using the changeset viewer.