Changeset 11011


Ignore:
Timestamp:
May 23, 2011, 3:14:08 PM (13 years ago)
Author:
mistic100
Message:

plugin manager : styling again

Location:
trunk/admin/themes/default
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/template/plugins_list.tpl

    r11010 r11011  
    5757    'fadeOut' : 200
    5858  });
    59   jQuery('.pluginMiniBoxDesc').tipTip({
     59  jQuery('.showInfo').tipTip({
    6060    'delay' : 0,
    6161    'fadeIn' : 200,
    6262    'fadeOut' : 200,
    6363    'maxWidth':'300px', /* not effective, TipTip bug */
    64     'defaultPosition':'left',
    65     'keepAlive':true
     64    'keepAlive':true,
     65    'activation':'click'
    6666  });
    6767});
     
    166166      <div class="pluginMiniBoxNameCell">
    167167        {if $plugin.INCOMPATIBLE}<span class="warning" title="{'WARNING! This plugin does not seem to be compatible with this version of Piwigo.'|@translate|@escape:'html'}"></span>{/if}
    168         <span class="pluginMiniBoxDesc" title="{if !empty($author)}{'By %s'|@translate|@sprintf:$author} | {/if}{'Version'|@translate} {$version}<br/>{$plugin.DESC|@escape:'html'}">{$plugin.NAME}</span>
     168        {$plugin.NAME}
     169        <a class="showInfo" title="{if !empty($author)}{'By %s'|@translate|@sprintf:$author} | {/if}{'Version'|@translate} {$version}<br/>{$plugin.DESC|@escape:'html'}">i</a>
    169170      </div>
    170171      <div class="pluginActions">
  • trunk/admin/themes/default/theme.css

    r11010 r11011  
    915915  overflow:hidden;
    916916 }
    917 .pluginMiniBoxNameCell {font-size:1.05em; margin:5px 0;}
     917.pluginMiniBoxNameCell {font-size:1.05em; margin:5px 0;position:relative;}
    918918.pluginActions {display: table-row; font-size:12px; }
    919919.pluginActions DIV {display: table-cell; vertical-align: middle; line-height:18px; }
     920.showInfo {display:block;position:absolute;top:0;right:5px;width:15px;font-style:italic;font-family:"Georgia",serif;background-color:#464646;font-size:0.9em;border-radius:10px;-moz-border-radius:10px;}
    920921
    921922.warning:before {content:url(icon/warning.png);vertical-align:top;}
    922 .deactivate_all {position:absolute;bottom:-10px;right:18px;color:#f36;border-bottom:1px dotted #f36;font-size:0.8em;}
     923.deactivate_all {position:absolute;bottom:0;right:18px;color:#f36;border-bottom:1px dotted #f36;font-size:0.8em;}
    923924
    924925.languageBoxes {min-height:0;text-align:left;}
    925 .languageBox {display:inline-table; text-align:center; width:200px; height:40px; margin:5px; -moz-border-radius:5px; overflow:hidden; }
     926.languageBox {display:inline-table; text-align:center; width:200px; height:40px; margin:5px; -moz-border-radius:5px;border-radius:5px; overflow:hidden; }
    926927.languageName {font-size:1.1em; margin:5px 0;}
    927928.languageActions {display: table-row; font-size:12px; }
Note: See TracChangeset for help on using the changeset viewer.