$(document).ready(function(){
$('#content').css('border-bottom', '0px');
});
#left_bar .sf_admin_filters table { border-spacing: 0; }
.rate_manual ul { margin-top: 10px; padding: 0; list-style: none } .rate_manual li { margin: 0 0 5px 0; padding: 0; background: transparent url(/images/bullet/more.gif) no-repeat 0 50%; padding-left: 18px; }
#search_count_results hr { border: 0; color: #DFDFDF; background-color: #eee; height: 1px; }
Pour un comportement identique dans IE et FF.
div.alaune_box { text-align: center; margin-right: 5px; } div.alaune_box a img { margin: 0 auto; } div.alaune_box p { text-align: center; } div.alaune_box a img { margin-bottom: 2px; } div.alaune_box p a img { margin-top: 4px; }
Dans la vue faire (en fin de template)
echo include_javascripts();
Typiquement ce pourra être utile dans un template sans layout.
On pourra aussi utiliser le helper sf_include_resources (js+css) du plugin sfJoomlaBridgePlugin, qui contrairement a include_javascripts, inclu dynamiquement les ressources et ne casse pas la conformite XHTML.
Dans "view.yml" :
stylesheets: [-*]
logs
8134.3 KB