]> git.parisson.com Git - telemeta.git/commitdiff
fix geo columns width
authorGuillaume Pellerin <yomguy@parisson.com>
Thu, 12 Feb 2015 17:25:58 +0000 (18:25 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Thu, 12 Feb 2015 17:25:58 +0000 (18:25 +0100)
telemeta/templates/telemeta/geo_country_collections.html
telemeta/templates/telemeta/geo_country_items.html

index 8bebee8d6f23704c3d00596377013aca000a70d6..ec42fbfb4d9225580c5467f98fe619917f0b1dff 100644 (file)
@@ -8,11 +8,11 @@
 {% block title %}
 
 <div class='row'>
- <div class="col-md-4">
+ <div class="col-md-6">
   <img src="{{ STATIC_URL }}telemeta/images/world_red.png" alt="geo-country" style="vertical-align:middle" /> <a href="{% url "telemeta-geo-continents" %}">{% trans "World" %}</a> /
   <a href="{% url "telemeta-geo-countries" continent.flatname %}">{{ continent }}</a> / {{ country }} ({{ page_obj.start_index }} - {{ page_obj.end_index }} / {{ count }})
  </div>
-<div class="col-md-8">
+<div class="col-md-6">
 {% bootstrap_paginate page_obj range=10 show_first_last="True" %}
 </div>
 <div class="col-md-0">&nbsp;</div>
index 28b2bbf47425a0a97de61819a2c0100c0910d515..08e5dce4cd44ce0029d98721ca1a73a40640ca12 100644 (file)
@@ -7,11 +7,11 @@
 
 {% block title %}
 <div class='row'>
- <div class="col-md-4">
+ <div class="col-md-6">
   <img src="{{ STATIC_URL }}telemeta/images/world_red.png" alt="geo-country" style="vertical-align:middle" /> <a href="{% url "telemeta-geo-continents" %}">{% trans "World" %}</a> /
   <a href="{% url "telemeta-geo-countries" continent.flatname %}">{{ continent }}</a> / {{ country }} ({{ page_obj.start_index }} - {{ page_obj.end_index }} / {{ count }})
  </div>
-<div class="col-md-8">
+<div class="col-md-6">
 {% bootstrap_paginate page_obj range=10 show_first_last="True" %}
 </div>
 <div class="col-md-0">&nbsp;</div>