Changeset 2848716
- Timestamp:
- 01/15/2023 04:40:39 PM (3 years ago)
- Location:
- gedshow/trunk
- Files:
-
- 3 edited
-
csgen.php (modified) (3 diffs)
-
gedshow.css (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
gedshow/trunk/csgen.php
r2568911 r2848716 3 3 *Plugin Name: Gedshow 4 4 *Description: Import a gedcom file and display the individuals and their facts on a page. 5 *Version: 2.0.1 35 *Version: 2.0.14 6 6 *Author: Colin Spencer & Graham Hillier 7 7 *License: GPLv2 or later … … 15 15 * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 16 16 *Changes 17 * v2.0.13 - Corrected a bug where divorce details were replacing a marriage details for the same couple 17 * v2.0.14 18 * - CSS change to better display first letter of Surnames on buttons in some themes 19 * - CSS change to allow copying of text from page content with ctrl (cmd) / c 20 * - Minor code changes to improve performance 18 21 * 19 22 */ … … 25 28 define('GS_PLUGIN_DIR', plugin_dir_path(__FILE__)); 26 29 if (!defined('GS_VERSION')) { 27 define ('GS_VERSION', '2.0.1 3');30 define ('GS_VERSION', '2.0.14'); 28 31 } 29 32 -
gedshow/trunk/gedshow.css
r2446846 r2848716 64 64 .cs_tree_btn {background-image: url("images/tree-small.jpg") !important; background-repeat: no-repeat; height: 36px; text-align: right; width: 130px; 65 65 font-size: 11px;} 66 .cs_alpha_btn, .cs_alpha_btn a, .cs_alpha_btn a:visited, .cs_alpha_btn a:hover {margin:3px 3px 0 0 !important; padding:3px !important;text-decoration:none !important; color: #000000 !important; background-color: lightslategrey !important; font-size: 13px !important; border: none !important;}66 .cs_alpha_btn, .cs_alpha_btn a, .cs_alpha_btn a:visited, .cs_alpha_btn a:hover {margin:3px 3px 0 0 !important; text-decoration:none !important; color: #000000 !important; background-color: lightslategrey !important; font-size: 13px !important; border: none !important;} 67 67 .cs_note_button {background-image: url("images/note.png") !important; background-repeat: no-repeat; height: 45px; width: 45px; background-color: transparent !important;} 68 68 @media screen and (max-width: 800px){.tree-container {margin-left: 10px !important; overflow: scroll; }} … … 77 77 html {box-sizing: border-box;} 78 78 *, *:before, *:after {box-sizing: inherit;} 79 body {user-select: none;} 79 /*body {user-select: none;}*/ 80 80 #gstr_family-graph {width: 100%; height: 100%;} 81 81 #gstr_wrapper {margin-top: 50px; position: relative;} … … 141 141 .gs_tooltip:hover .gs_tooltiptext {visibility: visible;} 142 142 .gs_tooltip .gs_tooltiptext::after {content: " ";position: absolute; top: 100%; left: 50%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: black transparent transparent transparent;} 143 -
gedshow/trunk/readme.txt
r2804432 r2848716 73 73 74 74 == Changelog == 75 = 2.0.1 3=76 - C orrected a bug where divorce details were replacing a marriage details for the same couple77 - Added additional qualifier to the gs_individual shortcode of facts to allow the inclusion of all facts for the individual in a table below the narrative sentence and before the personal content.78 - Changed the default image to a thumbnail of the photo on the individual record if a photo is present75 = 2.0.14 = 76 - CSS change to better display first letter of Surnames on buttons in some themes 77 - CSS change to allow copying of text from page content with ctrl (cmd) / c 78 - Minor code changes to improve performance 79 79 80 80 = 1.0 =
Note: See TracChangeset
for help on using the changeset viewer.