Skip to content

Instantly share code, notes, and snippets.

@ideadapt
ideadapt / my_standard_layout.html.twig
Created January 17, 2012 14:48
extending the sonataadminbundle standard layout
{% extends 'SonataAdminBundle::my_standard_layout.html.twig' %}
{% block footer %}
{{ tinymce_init() }}
{% endblock %}
@ideadapt
ideadapt / standar_layout.htm.twig
Created January 17, 2012 13:40
trying to extend the sonataadminbundle standard layout in my own bundle
{% extends 'SonataAdminBundle::standard_layout.html.twig' %}
{% block footer %}
{{ tinymce_init() }}
{% endblock %}
@ideadapt
ideadapt / gist:1611420
Created January 14, 2012 13:29
no more google adwords in gmail
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("mail.google.com") {
.mq table{ display: none; }
.nH.adC>.nH>.nH{ display: none; }
.nH.PS>.Zs{ display: none; }
}