Changeset 31733 for extensions


Ignore:
Timestamp:
Dec 31, 2016, 2:01:53 AM (7 years ago)
Author:
SergeD
Message:

version 1.2.28 - see changelog for details

Location:
extensions/greydragon
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • extensions/greydragon/admin/css/styles.css

    r31232 r31733  
    3232.content div.titrePage { height: auto; padding: 0.2em 0 0 0.5em; }
    3333.titrePage h2 { color: #000; text-align: left; }
    34 .titrePage .left-links { float: right; padding-right: 1.4em; top: 0; right: 0; position: absolute; }
     34.titrePage .left-links { float: right; padding-right: 1.4em; top: 0; right: 0; position: absolute; text-transform: capitalize; }
    3535.titrePage .left-links ul { float: right; margin-top: 0; line-height: 2.2em; }
    3636.titrePage .left-links li { line-height: 2.5em; list-style-type: none; float: left; color: #618299; display: inline; text-shadow: 0px 1px 0px #ffffff; }
     
    6161
    6262.content input[type='submit'], .content input[type='button'] { font-weight: normal; display: inline-block; width: 120px; min-width: 100px; margin-bottom: 1em; line-height: 1.8em;
    63     padding: 2px 10px 1px; cursor: pointer; color: #555; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;
    64     white-space: nowrap; box-sizing: border-box; background: none repeat scroll 0% 0% #F7F7F7; box-shadow: 0px 1px 0px #FFF inset, 0px 1px 0px rgba(0, 0, 0, 0.08);
    65     vertical-align: top;
     63    padding: 2px 10px 1px; cursor: pointer; color: #555; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0;
     64    white-space: nowrap; box-sizing: border-box; background: none repeat scroll 0% 0% #F7F7F7; vertical-align: top;
    6665}
    6766
    68 .content input[type='submit'] { background-color: #0091CD; color: #FFF; border-color: #0073AA; box-shadow: 0px 1px 0px rgba(120, 200, 230, 0.6) inset; }
     67.content input[type='submit'] { background-color: #0091CD; color: #FFF; border-color: #0091CD; }
    6968
    7069form.properties label.textarea { display: inline-block; width: 89%; margin: 0; line-height: 1em; }
  • extensions/greydragon/changelog.txt

    r31535 r31733  
    1818
    1919=== Changelog ===
     20version 1.2.28
     21+ Translation improvements: CZ, LV, NL
     22+ Bootstrap CSS updated to 3.3.7
     23+ ADMIN: Small css improvements
     24+ Fixed issues with menus in various modes
     25+ CSS: Fixed issues with login page colors for controls
     26
    2027version 1.2.27
    2128+ Validated support for PIWIGO 2.8
  • extensions/greydragon/css/colorpack/whitehawk/styles.css

    r31232 r31733  
    1414
    1515input, select, textarea { background-color: #ccc; border: 1px solid #888; color: #111; }
    16 input[type='text'], input[type='password'], input[type='button'], input[type='submit'], input[type='reset'], input[type='file'], select, textarea, option { background-color: #ccc; }
     16input[type='button'], input[type='submit'], input[type='reset'], input[type='file'], select, textarea, option { background-color: #ccc; }
     17input[type="text"], input[type="password"] { background-color: #FFF; color: #888; }
     18
    1719
    1820#the_page { border: #FFF 1px solid; }
  • extensions/greydragon/css/styles.css

    r31232 r31733  
    118118/* Disabled */
    119119body.hide-menu #menubar { display: none !important; }
     120body.disabled-menu #menuSwitcher { display: none !important; }
     121body.disabled-menu .content .titrePage h2 { padding-left: 10px; }
    120122
    121123/* Static */
    122 #menubar.static { background: none !important; bottom: auto; }
     124#menubar.static { background: none !important; bottom: auto; position: static; display: block !important; }
    123125body.static-menu .contentWithMenu, body.static-menu #the_page .contentWithMenu { margin-left: 200px; amargin-left: 0; }
    124126body.static-menu .contentWithMenu .titrePage { margin-left: -194px; }
    125127body.static-menu #mbCategories { margin-bottom: 1em; }
     128body.static-menu .content .titrePage h2 { text-indent: 10px; }
     129body.static-menu #menuSwitcher { display: none !important; }
    126130
    127131/* Static header bottom */
    128 #menubar.header-bottom { float: none; width: 100%; display: block; position: static; }
     132#menubar.header-bottom { float: none; width: 100%; display: block !important; position: static; }
    129133#menubar.header-bottom dt { padding: 2px 4px; font-weight: normal; }
    130134#menubar.header-bottom dl { float: left; padding-left: 1em; padding-right: 1em; cursor: pointer; }
     
    142146.header-bottom-menu .contentWithMenu .titrePage { padding-left: 6px; }
    143147.header-bottom-menu .categoryActions { margin-top: 4px; }
     148.header-bottom-menu #menuSwitcher { display: none !important; }
    144149
    145150/* Static header right */
    146151
    147152.header-right-menu .content .titrePage h2 { padding-left: 10px; }
    148 
    149 #menubar.header-right { float: none; left: auto; top: 30px; right: 2em; display: block; background: none; width: auto; }
     153.header-right-menu #menuSwitcher { display: none !important; }
     154
     155#menubar.header-right { float: none; left: auto; top: 30px; right: 2em; display: block !important; background: none; width: auto; }
    150156
    151157#menubar.header-right dt { padding: 2px 4px; font-weight: normal; }
  • extensions/greydragon/include/greydragon.class.php

    r31535 r31733  
    33if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
    44
    5 define('GDTHEME_VERSION', '1.2.27');
     5define('GDTHEME_VERSION', '1.2.28');
    66
    77define("QUOTES_NONE",   FALSE);
  • extensions/greydragon/template/picture.tpl

    r31107 r31733  
    6868{/if}{/strip}
    6969{strip}{if isset($current.U_DOWNLOAD)}
    70   <a href="{$current.U_DOWNLOAD}" title="{'Download this file'|@translate}" class="pwg-state-default pwg-button" rel="nofollow">
     70  <a id="downloadSwitchLink" href="{$current.U_DOWNLOAD}" title="{'Download this file'|@translate}" class="pwg-state-default pwg-button" rel="nofollow">
    7171    <span class="pwg-icon pwg-icon-save"></span><span class="pwg-button-text">{'Download'|@translate}</span>
    7272  </a>
  • extensions/greydragon/themeconf.inc.php

    r31232 r31733  
    22/*
    33Theme Name: GreyDragon
    4 Version: 1.2.26
     4Version: 1.2.28
    55Description: GreyDragon Theme
    66Theme URI: http://piwigo.org/ext/extension_view.php?eid=775
Note: See TracChangeset for help on using the changeset viewer.