[IMP] removing static style
authorFabien Pinckaers <fp@tinyerp.com>
Fri, 9 May 2014 20:27:53 +0000 (22:27 +0200)
committerFabien Pinckaers <fp@tinyerp.com>
Fri, 9 May 2014 20:27:53 +0000 (22:27 +0200)
bzr revid: fp@tinyerp.com-20140509202753-p5080kwk8dupfdrc

addons/website_event/views/website_event.xml

index 5671d3f..d38d490 100644 (file)
                 <div class="country_events_list">
                     <div class="text-muted text-left">
                         <div>
-                            <img style="max-height:10em;" class="img-rounded img-responsive" src="/website_event/static/src/img/world_map.jpg"></img>
+                            <img class="img-rounded img-responsive" src="/website_event/static/src/img/world_map.jpg"></img>
                         </div>
                         <div>Events in visitor's country</div>
                     </div>
             <div class="country_events_list">
                 <div>
                     <t t-if="country">
-                        <img style="max-height:10em;" class="img-rounded img-responsive" t-att-src="'/website/image?model=res.country&amp;field=image&amp;id='+str(country.id)"></img>
-                        <h4><b>Events in <span t-esc="country.name"></span></b></h4>
+                        <img class="img-rounded img-responsive" t-att-src="'/website/image?model=res.country&amp;field=image&amp;id='+str(country.id)"></img>
+                        <h4><b>Events: <span t-esc="country.name"></span></b></h4>
                     </t>
                     <t t-if="not country">
-                        <img style="max-height:10em;" class="img-rounded img-responsive" src="/website_event/static/src/img/world_map.jpg"></img>
+                        <img class="img-rounded img-responsive" src="/website_event/static/src/img/world_map.jpg"></img>
                         <h4><b>Upcoming Events</b></h4>
                     </t>
                     <div t-foreach="events[:5]" t-as="event_dict" class="oe_website_overflow_ellipsis mb8">