Changeset 11104 for extensions


Ignore:
Timestamp:
May 30, 2011, 2:40:19 PM (13 years ago)
Author:
Zaphod
Message:

version 1.3.11

Location:
extensions/stripped
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped/readme.txt

    r11090 r11104  
    2727Changelog
    2828---------
     29
     30*** version 1.3.11
     31
     32- improved compatibility with user tags plugin
    2933
    3034*** version 1.3.10
  • extensions/stripped/template/picture.tpl

    r11090 r11104  
    178178                        {if ($display_info.tags && (isset($related_tags) || ($usertags)))}
    179179                                <div id="Ttags" class="tabBlock"><div class="tabBlockContent">
    180                                 {if ($usertags)}<table id="Tags" ><td class="label"></td><td class="value">{/if}
     180                                {if ($usertags)}<table id="TagsTable"><tr id="Tags" ><td class="label"></td><td class="value">{/if}
    181181                                {foreach from=$related_tags item=tag name=tag_loop}{if !$smarty.foreach.tag_loop.first}, {/if}
    182182                                        <a href="{$tag.URL}">{$tag.name}</a>
    183183                                {/foreach}
    184                                 {if ($usertags)}</td></table>{/if}
     184                                {if ($usertags)}</td></tr></table>{/if}
    185185                                </div></div>
    186186                        {/if}
  • extensions/stripped/theme.css

    r11059 r11104  
    15541554/* User Tags Plugin ---------------------------------------------------------------------------- */
    15551555
    1556 table#Tags              {margin:auto;}
     1556table#TagsTable {margin:auto;}
    15571557#Tags .label            {width:auto;}
    15581558#Tags .value            {width:auto;}
     1559
     1560#Tags ul.token-input-list-facebook {
     1561        background-color: #555;
     1562        border-color: #666;
     1563}
     1564
     1565#Tags li.token-input-token-facebook {
     1566        background-color: #666;
     1567        border-color: #999;
     1568        color: #EEE;
     1569}
     1570
     1571#Tags li.token-input-input-token-facebook input {
     1572        background-color: #666;
     1573        color: #EEE;
     1574}
    15591575
    15601576/* BBcodeBar Plugin ---------------------------------------------------------------------------- */
Note: See TracChangeset for help on using the changeset viewer.