Daniel Holbach has proposed merging lp:~dholbach/loco-directory/606473 into
lp:loco-directory.
Requested reviews:
loco-directory-dev (loco-directory-dev)
Related bugs:
#606473 the map looks misaligned
https://bugs.launchpad.net/bugs/606473
--
https://code.launchpad.net/~dholbach/loco-directory/606473/+merge/31035
Your team loco-directory-dev is requested to review the proposed merge of
lp:~dholbach/loco-directory/606473 into lp:loco-directory.
=== modified file 'loco_directory/media/css/newstyle.css'
--- loco_directory/media/css/newstyle.css 2010-06-17 19:11:30 +0000
+++ loco_directory/media/css/newstyle.css 2010-07-27 10:17:43 +0000
@@ -17,11 +17,11 @@
}
#venue-map {
width: 400px;
- height: 300px;
- border: 1px solid #ccc;
- position: absolute;
- right: 30px;
+ border: 1px solid #CCC;
bottom: 10px;
+ float: right;
+ height: 300px;
+ margin-right: 10px;
}
#main-content {
=== modified file 'loco_directory/templates/venues/venue_detail.inc.html'
--- loco_directory/templates/venues/venue_detail.inc.html 2010-06-23 02:25:18 +0000
+++ loco_directory/templates/venues/venue_detail.inc.html 2010-07-27 10:17:43 +0000
@@ -4,7 +4,7 @@
<p>{% include "venues/venue_detail_basic.inc.html" %}</p>
</article>
-<article id="venue-map" class="minor-content" style="min-height: 300px; border: 0px;">
+<article id="venue-map" class="" style="min-height: 300px; border: 0px;">
{% if venue_object.longitude and venue_object.latitude %}
</article>
<script>
_______________________________________________
Mailing list: https://launchpad.net/~loco-directory-dev
Post to : [email protected]
Unsubscribe : https://launchpad.net/~loco-directory-dev
More help : https://help.launchpad.net/ListHelp