Ignore:
Timestamp:
Apr 29, 2015, 9:25:06 PM (9 years ago)
Author:
SergeD
Message:

version 1.2.24 - see changelog for details

Location:
extensions/greydragon
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • extensions/greydragon/changelog.txt

    r31061 r31107  
    1818
    1919=== Changelog ===
     20version 1.2.24
     21+ CSS: min width of drop down menu in header bottom menu mode is increased to 20em for better content alignment
     22- Fixed navigation arrows photo overlay when thumbnail navigation bar is enabled
     23
    2024version 1.2.23
    2125+ Added Icon tooltips in Icon metadata tab mode. This would also cause title to be shown in metadata overlay window
  • extensions/greydragon/css/styles.css

    r31061 r31107  
    4545
    4646/* form */
    47 legend {font-style:normal;}
    48 #qsearchInput {margin-left:-20px}
     47legend { font-style: normal; }
     48#qsearchInput { margin-left: -20px; }
    4949
    5050.properties fieldset { padding: 0; margin-left: 8px; margin-right: 8px; }
     
    9393.content .titrePage       { padding: 0; margin-bottom: 4px;}
    9494.content .titrePage h2    { background: none !important; line-height: 20px; padding: 6px 0 0 6px; }
     95
     96#quickconnect fieldset { margin: 0 10px 0 -10px; border: 2px solid #444444; }
     97.categoryActions { margin-right: 14px; margin-top: 0; }
    9598
    9699/* menubar */
     
    125128#menubar.header-bottom dl { float: left; padding-left: 1em; padding-right: 1em; cursor: pointer; }
    126129#menubar.header-bottom dl:first-child { margin-left: 8px; padding-left: 0; }
    127 #menubar.header-bottom dd { position: absolute; z-index: 1000; display: none; float: left; min-width: 160px; padding: 0.5em 0 0.5em 0.5em; margin: 0 0 0 -8px; text-align: left; list-style: none; -webkit-background-clip: padding-box; background-clip: padding-box; }
     130#menubar.header-bottom dd { position: absolute; z-index: 1000; display: none; float: left; min-width: 20em; padding: 0.5em 0 0.5em 0.5em; margin: 0 0 0 -8px; text-align: left; list-style: none; -webkit-background-clip: padding-box; background-clip: padding-box; }
    128131#menubar.header-bottom dl:hover dd { display: block; }
    129132#menubar.header-bottom #mbAdditionalPages dt { display: none; }
     
    131134#menubar.header-bottom #mbAdditionalPages dd ul { margin: 0; list-style-type: none; font-size: 120%; }
    132135#menubar.header-bottom #mbAdditionalPages dd ul li { float: left; padding-right: 1em; }
     136
     137#menubar.header-bottom fieldset { border: none; padding: 0 0.5em 0 1em; }
     138#menubar.header-bottom fieldset legend { font-size: 1.4em; margin-bottom: 0.5em; }
    133139
    134140.header-bottom-menu .contentWithMenu .titrePage { padding-left: 6px; }
     
    143149#menubar.top-bar dl:hover dd { display: block; }
    144150body.top-bar-menu #the_page{ padding-top: 28px; }
    145 
    146 #quickconnect FIELDSET { margin: 0 10px 0 -10px; border: 2px solid #444444; }
    147 .categoryActions { margin-right: 14px; margin-top: 0; }
    148151
    149152/* switchers */
     
    240243
    241244#image-metadata-ico { text-align: center; margin-bottom: 1em; }
    242 #image-metadata-ico.nav-thumb-margin { margin-right: 284px; }
     245.nav-thumb-margin #image-metadata-ico { margin-right: 284px; }
    243246ul.image-metadata-ico    { display: inline-block; margin: 0 auto; padding: 0; list-style: none; height: 30px; }
    244247ul.image-metadata-ico li { float: left; margin: 0; cursor: pointer; padding: 0px 20px; height: 30px; line-height: 30px; font-weight: bold; overflow: hidden; position: relative; }
  • extensions/greydragon/include/greydragon.class.php

    r31061 r31107  
    33if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
    44
    5 define('GDTHEME_VERSION', '1.2.23');
     5define('GDTHEME_VERSION', '1.2.24');
    66
    77define("QUOTES_NONE",   FALSE);
  • extensions/greydragon/template/picture.tpl

    r31043 r31107  
    105105</div>{*<!-- imageToolBar -->*}
    106106
    107 <div id="theImageAndInfos">
     107<div id="theImageAndInfos"{if $DISPLAY_NAV_THUMB} class="nav-thumb-margin"{/if}>
    108108<div id="theImage">
    109109{$ELEMENT_CONTENT}
     
    145145
    146146{if $greydragon.p_pict_tab_mode !== "hide" && $overlay_mode == "on"}
    147 <div id="image-metadata-ico" {if $DISPLAY_NAV_THUMB}class="nav-thumb-margin"{/if}>
     147<div id="image-metadata-ico">
    148148  <ul class="image-metadata-ico">
    149149    {include file='picture_tab_ico.tpl'}
  • extensions/greydragon/themeconf.inc.php

    r31061 r31107  
    22/*
    33Theme Name: GreyDragon
    4 Version: 1.2.23
     4Version: 1.2.24
    55Description: GreyDragon Theme
    66Theme URI: http://piwigo.org/ext/extension_view.php?eid=775
     
    108108    <style type="text/css">{strip}
    109109      {if $current.selected_derivative}
    110       #theImageAndInfos .gd-nav.nav-prev {ldelim} margin-left: -{$current.selected_derivative->get_size()|get_x_half}px !important; top: {$current.selected_derivative->get_size()|get_y_half}px; {rdelim}
    111       #theImageAndInfos .gd-nav.nav-next {ldelim} margin-right: -{$current.selected_derivative->get_size()|get_x_half}px !important; top: {$current.selected_derivative->get_size()|get_y_half}px; {rdelim}
     110      #theImageAndInfos .gd-nav.nav-prev {ldelim} margin-left: {if $DISPLAY_NAV_THUMB}calc(-142px - {else}-{/if}{$current.selected_derivative->get_size()|get_x_half}px{if $DISPLAY_NAV_THUMB}){/if} !important; top: {$current.selected_derivative->get_size()|get_y_half}px; {rdelim}
     111      #theImageAndInfos .gd-nav.nav-next {ldelim} margin-right: {if $DISPLAY_NAV_THUMB}calc(146px - {else}-{/if}{$current.selected_derivative->get_size()|get_x_half}px{if $DISPLAY_NAV_THUMB}){/if} !important; top: {$current.selected_derivative->get_size()|get_y_half}px; {rdelim}
     112      {if $DISPLAY_NAV_THUMB}#theImageAndInfos .gd-nav.nav-up {ldelim} margin-left: -182px; {rdelim}{/if}
    112113      {else}
    113       #theImageAndInfos .gd-nav.nav-prev {ldelim} margin-left: -30% !important; top: 50%; {rdelim}
    114       #theImageAndInfos .gd-nav.nav-next {ldelim} margin-right: -30% !important; top: 50%; {rdelim}
     114      #theImageAndInfos .gd-nav.nav-prev {ldelim} margin-left: -32% !important; top: 40%; {rdelim}
     115      #theImageAndInfos .gd-nav.nav-next {ldelim} margin-right: -32% !important; top: 40%; {rdelim}
    115116      {/if}
    116117{*      #theImageAndInfos .gd-nav.nav-zoom {ldelim} top: {$current.selected_derivative->get_size()|get_y_half}px; {rdelim} *}
Note: See TracChangeset for help on using the changeset viewer.