Changeset 26362


Ignore:
Timestamp:
Dec 30, 2013, 8:18:13 PM (10 years ago)
Author:
flop25
Message:

smartpocket :
fix logout/login msg
set menu elements as collapsible and as an accordion too
top menu elements blue
picture centered
"Thumbnails" text hidden (too big)

Location:
trunk/themes/smartpocket
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/smartpocket/template/menubar.tpl

    r23716 r26362  
    33</ul>
    44{if !empty($blocks) }
     5<div data-role="collapsible-set" data-inset="false">
    56        {foreach from=$blocks key=id item=block}
    67                <div data-role="collapsible" data-inset="false" data-icon="false">
     
    1314    </div>
    1415        {/foreach}
     16</div>
    1517{/if}
    1618<br>
  • trunk/themes/smartpocket/template/menubar_identification.tpl

    r23713 r26362  
    22<ul data-role="listview">
    33  {if isset($U_REGISTER)}<li><a href="{$U_REGISTER}">{'Register'|@translate}</a></li>{/if}
    4   {if isset($U_LOGIN)}<li><a href="{$U_LOGIN}">{'Logout'|@translate}</a></li>{/if}
     4  {if isset($U_LOGIN)}<li><a href="{$U_LOGIN}">{'Login'|@translate}</a></li>{/if}
    55  {if isset($U_LOGOUT)}<li><a href="{$U_LOGOUT}">{'Logout'|@translate}</a></li>{/if}
    66  {if isset($U_PROFILE)}<li><a href="{$U_PROFILE}">{'Customize'|@translate}</a></li>{/if}
  • trunk/themes/smartpocket/template/picture.tpl

    r23713 r26362  
    22{include file='infos_errors.tpl'}
    33{/if}
    4 <div data-role="content">
     4<div data-role="content" id="picture_page">
    55<ul data-role="listview" data-inset="true">
    66        <li data-role="list-divider">{$SECTION_TITLE}<span class="browsePathSeparator">{$LEVEL_SEPARATOR}</span>{$current.TITLE}</li>
  • trunk/themes/smartpocket/template/picture_nav_buttons.tpl

    r23713 r26362  
    55{/if}
    66{if isset($U_UP) and !isset($slideshow)}
    7         <a href="{$U_UP}" rel="prev" data-role="button" data-icon="arrow-u" data-inline="true">{'Thumbnails'|@translate}</a>
     7        <a href="{$U_UP}" rel="prev" data-role="button" data-icon="arrow-u" data-iconpos="notext" data-inline="true">data-iconpos="notext"</a>
    88{/if}
    99{if isset($next)}
  • trunk/themes/smartpocket/theme.css

    r26349 r26362  
    4040 margin: -15px -15px 0;
    4141}
     42#menubar .ui-collapsible-heading-toggle.ui-btn-up-a {
     43  background:linear-gradient(#6FACD5, #497BAE) repeat scroll 0 0 #5E87B0;
     44}
     45
    4246.ui-li-desc {
    4347  text-overflow: clip;
     
    5054  font-size: 1em;
    5155}
     56#addComment textarea.ui-input-text {
     57  min-height: 100px;
     58}
     59#picture_page {
     60    text-align: center;
     61}
Note: See TracChangeset for help on using the changeset viewer.