Bug 1636 fixed : add radius for chrome. Simplify css tabsheet.
git-svn-id: http://piwigo.org/svn/trunk@6027 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
10dac9de37
commit
6ed3a3b5f0
3 changed files with 27 additions and 17 deletions
|
|
@ -91,11 +91,11 @@ jQuery().ready(function(){ldelim}
|
|||
</dl>
|
||||
</div> <!-- menubar -->
|
||||
|
||||
<div id="content" class="content">
|
||||
{if isset($TABSHEET)}
|
||||
{$TABSHEET}
|
||||
{/if}
|
||||
|
||||
{if isset($TABSHEET)}
|
||||
{$TABSHEET}
|
||||
{/if}
|
||||
<div id="content" class="content{if isset($TABSHEET)} with-tabs{/if}">
|
||||
{if isset($U_HELP)}
|
||||
<ul class="HelpActions">
|
||||
<li><a href="{$U_HELP}" onclick="popuphelp(this.href); return false;" title="{'Help'|@translate}"><img src="{$ROOT_URL}{$themeconf.admin_icon_dir}/help.png" class="button" alt="(?)"></a></li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue