Coalwater has proposed merging lp:~coalwater/loco-directory/fix-783544 into 
lp:loco-directory.

Requested reviews:
  loco-directory-dev (loco-directory-dev)

For more details, see:
https://code.launchpad.net/~coalwater/loco-directory/fix-783544/+merge/67899

This branch is for fixing the bug:
https://bugs.launchpad.net/loco-directory/+bug/783544
-- 
https://code.launchpad.net/~coalwater/loco-directory/fix-783544/+merge/67899
Your team loco-directory-dev is requested to review the proposed merge of 
lp:~coalwater/loco-directory/fix-783544 into lp:loco-directory.
=== modified file 'loco_directory/media/css/newstyle.css'
--- loco_directory/media/css/newstyle.css	2011-06-11 13:42:57 +0000
+++ loco_directory/media/css/newstyle.css	2011-07-13 21:00:25 +0000
@@ -590,3 +590,14 @@
     line-height:1.2em;
     margin: 0.5em 0;
 }
+
+.teams-legend{
+    width:50%;
+    padding:5px 0;
+    margin:5px 25% 0;
+    float:left;
+    text-align:center;
+    background-color:#EEECEA;
+    box-shadow:0 0 1px 1px  #DFDFDF;
+    border-radius:8px;
+}

=== modified file 'loco_directory/templates/teams/team_list.html'
--- loco_directory/templates/teams/team_list.html	2011-06-24 15:25:54 +0000
+++ loco_directory/templates/teams/team_list.html	2011-07-13 21:00:25 +0000
@@ -12,6 +12,13 @@
 
 {% block content %}
 
+<article class="teams-legend">
+    <ul>
+        <li class="approved col_left">Approved Teams</li>
+        <li class="unapproved col_right">Unapproved Teams</li>
+    </li>
+</article>
+
   {% for continent in continents %}{% if continent.related_teams %}
     <article class="main-content">
       <h2><a name="{{continent.name}}">{{continent.name}}</a></h2>

_______________________________________________
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

Reply via email to