Changeset 3726 for extensions/floOS
- Timestamp:
- Aug 12, 2009, 4:14:41 PM (15 years ago)
- Location:
- extensions/floOS
- Files:
-
- 2 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/floOS/default-colors.css
r3617 r3726 68 68 background-repeat: no-repeat; 69 69 background-position: top right; 70 margin: 5px;70 margin: 0px; 71 71 padding: 10px 50px 10px 10px; 72 72 } -
extensions/floOS/picture.css
r3644 r3726 3 3 padding-top: 2px; 4 4 padding-bottom: 2px; 5 margin-top: 4px;6 5 overflow: hidden; 7 6 width: 100%; … … 94 93 } 95 94 #action_pict { 96 float:left;95 /* float:left; 97 96 position: absolute; 98 97 left: 5px; 99 98 top: 300px; 100 width:150px; 99 width:150px;*/ 100 width:600px; 101 margin-left:auto; 102 margin-right:auto; 103 padding:0; 101 104 } 102 105 #action_pict A, #action_pict IMG{ -
extensions/floOS/picture.tpl
r3689 r3726 68 68 69 69 <div id="theImage"> 70 {$ELEMENT_CONTENT} 71 <div id="action_pict"> 70 71 {assign var='largeur' value=$element_info['scaled_width']} 72 73 <div id="action_pict" style="width:{$largeur}" > 72 74 {if isset($U_SLIDESHOW_START) } 73 75 <a href="{$U_SLIDESHOW_START}" title="{'slideshow'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/start_slideshow.png" class="button" alt="{'slideshow'|@translate}"></a> … … 94 96 95 97 <form action="{$rating.F_ACTION}" method="post" id="rateForm" style="margin:0;"> 96 <div> 97 98 {foreach from=$rating.marks item=mark name=rate_loop} 98 99 {if !$smarty.foreach.rate_loop.first} | {/if} … … 103 104 {/if} 104 105 {/foreach} 105 <script type="text/javascript" src="{$ROOT_URL}{$themeconf.template_dir}/rating.js"></script>106 </div>107 106 </form> 108 107 {/if} 109 108 110 109 </div> 110 {$ELEMENT_CONTENT} 111 111 {if isset($COMMENT_IMG)} 112 112 <p>{$COMMENT_IMG}</p> … … 175 175 <td class="label">{'Privacy level'|@translate}:</td> 176 176 <td class="value"> 177 <script type="text/javascript" src="{$ROOT_URL}{$themeconf.template_dir}/rating.js"></script> 178 177 179 <script type="text/javascript"> 178 180 {literal}function setPrivacyLevel(selectElement, rootUrl, id, level) -
extensions/floOS/theme/glass_dark/theme.css
r3653 r3726 274 274 #action_pict { 275 275 border: 2px solid #FFFFFF; 276 background: transparent url(images/ section_in.png) repeat top center;276 background: transparent url(images/back_actionpict.png) bottom center no-repeat; 277 277 color:#fff; 278 278 font-weight:bold; -
extensions/floOS/theme/glass_dark_2/theme.css
r3653 r3726 332 332 #action_pict { 333 333 border: 2px solid #FFFFFF; 334 background: transparent url(images/ section_in.png) repeat top center;334 background: transparent url(images/back_actionpict.png) bottom center no-repeat; 335 335 color:#fff; 336 336 font-weight:bold;
Note: See TracChangeset
for help on using the changeset viewer.