Changeset 26362 for trunk/themes
- Timestamp:
- Dec 30, 2013, 8:18:13 PM (11 years ago)
- Location:
- trunk/themes/smartpocket
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/themes/smartpocket/template/menubar.tpl
r23716 r26362 3 3 </ul> 4 4 {if !empty($blocks) } 5 <div data-role="collapsible-set" data-inset="false"> 5 6 {foreach from=$blocks key=id item=block} 6 7 <div data-role="collapsible" data-inset="false" data-icon="false"> … … 13 14 </div> 14 15 {/foreach} 16 </div> 15 17 {/if} 16 18 <br> -
trunk/themes/smartpocket/template/menubar_identification.tpl
r23713 r26362 2 2 <ul data-role="listview"> 3 3 {if isset($U_REGISTER)}<li><a href="{$U_REGISTER}">{'Register'|@translate}</a></li>{/if} 4 {if isset($U_LOGIN)}<li><a href="{$U_LOGIN}">{'Log out'|@translate}</a></li>{/if}4 {if isset($U_LOGIN)}<li><a href="{$U_LOGIN}">{'Login'|@translate}</a></li>{/if} 5 5 {if isset($U_LOGOUT)}<li><a href="{$U_LOGOUT}">{'Logout'|@translate}</a></li>{/if} 6 6 {if isset($U_PROFILE)}<li><a href="{$U_PROFILE}">{'Customize'|@translate}</a></li>{/if} -
trunk/themes/smartpocket/template/picture.tpl
r23713 r26362 2 2 {include file='infos_errors.tpl'} 3 3 {/if} 4 <div data-role="content" >4 <div data-role="content" id="picture_page"> 5 5 <ul data-role="listview" data-inset="true"> 6 6 <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 5 5 {/if} 6 6 {if isset($U_UP) and !isset($slideshow)} 7 <a href="{$U_UP}" rel="prev" data-role="button" data-icon="arrow-u" data-i nline="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> 8 8 {/if} 9 9 {if isset($next)} -
trunk/themes/smartpocket/theme.css
r26349 r26362 40 40 margin: -15px -15px 0; 41 41 } 42 #menubar .ui-collapsible-heading-toggle.ui-btn-up-a { 43 background:linear-gradient(#6FACD5, #497BAE) repeat scroll 0 0 #5E87B0; 44 } 45 42 46 .ui-li-desc { 43 47 text-overflow: clip; … … 50 54 font-size: 1em; 51 55 } 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.