Author: anil
Date: 2008-04-29 17:53:04 -0400 (Tue, 29 Apr 2008)
New Revision: 16324

Modified:
   BlockParty/trunk/blockparty/public/css/blockparty.css
   BlockParty/trunk/blockparty/templates/help.mako
Log:
Added changes to the front help page to make it more readable

Modified: BlockParty/trunk/blockparty/public/css/blockparty.css
===================================================================
--- BlockParty/trunk/blockparty/public/css/blockparty.css       2008-04-29 
21:06:07 UTC (rev 16323)
+++ BlockParty/trunk/blockparty/public/css/blockparty.css       2008-04-29 
21:53:04 UTC (rev 16324)
@@ -83,6 +83,7 @@
 
 
 
+
 /*-----------------------
 Form Classes
 -----------------------*/
@@ -503,6 +504,10 @@
 margin: 0 0 1em;
 }
 
+#content dl dl {
+margin:0 0 1em 1em;
+}
+
 #content ul,
 #content ol {
 margin: 1em 0 0 1em;
@@ -603,6 +608,20 @@
 color: #f14447;
 }
 
+#content dl.help-list dt {
+font-size: 1.25em;
+background:url(/img/asterisk.gif) top left no-repeat;
+padding:0 0 0 20px;
+margin-left:-20px;
+}
+
+#content dl.help-list dl dt {
+font-size: 1.25em;
+background: none;
+padding:0 0 0 0;
+margin-left:0;
+}
+
 table#party-list {
 margin: 2em 0;
 width:100%;
@@ -708,7 +727,11 @@
 margin: 0 0 0 -110px;
 }
 
-.meta {font-style: italic; font-size:0.75em; padding-left:0.3em;}
+.meta {
+font-style: italic;
+font-size: 0.75em;
+padding-left: 0.3em;
+}
 
 a.add-party {
 padding: 0.3em 0.5em;

Modified: BlockParty/trunk/blockparty/templates/help.mako
===================================================================
--- BlockParty/trunk/blockparty/templates/help.mako     2008-04-29 21:06:07 UTC 
(rev 16323)
+++ BlockParty/trunk/blockparty/templates/help.mako     2008-04-29 21:53:04 UTC 
(rev 16324)
@@ -1,39 +1,45 @@
 <%inherit file="/base.mako" />
   <h2>Throwing a Block Party in Party in New York City</h2>
-  <h3>How to Apply for a Block Party Permit</h3>
-  <p>Do you have questions about how to get a City permit for your block
-party? Don't know who to call first? <a href="${h.url_for(controller="pages", 
action="help3")}">Check here</a>!</p>
-  <div class="indented">
-    <h4>Find Your Community Board or Precinct</h4>
-    <p>Not sure who your Community Board is, or which precinct you're in? <a 
href="http://gis.nyc.gov/ops/mmr/address.jsp?app=MMR";>Find out here</a>.</p>
+  <dl class="help-list">
+    <dt><strong>How to Apply for a Block Party Permit</strong></dt>
+    <dd><p>Do you have questions about how to get a City permit for your block
+           party? Don't know who to call first? <a 
href="${h.url_for(controller="pages", action="help3")}">Check here</a>!</p>
+           <dl>
+              <dt><strong>Find Your Community Board or Precinct</strong></dt>
+              <dd><p>Not sure who your Community Board is, or which precinct 
you're in? <a href="http://gis.nyc.gov/ops/mmr/address.jsp?app=MMR";>Find out 
here</a>.</p></dd>
+              <dt><strong>Contact Your Community Board</strong></dt>
+              <dd><p>Found out which community board's district you're in, but 
don't know how to get a hold of them? Don't worry: <a 
href="http://www.nyc.gov/html/cau/html/cb/directory.shtml";>just look 
here</a>!</p></dd>
+           </dl>
+    </dd>
 
-    <h4>Contact Your Community Board</h4>
-    <p>Found out which community board's district you're in, but don't know 
how to get a hold of them? Don't worry: <a 
href="http://www.nyc.gov/html/cau/html/cb/directory.shtml";>just look 
here</a>!</p>
-  </div><!-- /.indented -->
-
-  <h3>How to Make Your Block Party Great</h3>
-  <p>If you're new to the world of block party planning, don't fret: take
+  <dt><strong>How to Make Your Block Party Great</strong></dt>
+  <dd><p>If you're new to the world of block party planning, don't fret: take
   some tips from the pros! Experienced planners tackle everything from
-  what to grill to how to decorate. <a href="${h.url_for(controller="pages", 
action="help2")}">Take a look</a>.</p>
+  what to grill to how to decorate. <a href="${h.url_for(controller="pages", 
action="help2")}">Take a look</a>.</p></dd>
+  
+  </dl>
 
   <hr class="section" />
 
   <h2>How Block Party NYC Can Help</h2>
-  <h3>Let NYC Know You're Having a Party!</h3>
-  <p>Hosting a block party and want a place to post your party info, photos 
and announcements? Look no further! <a href="${h.url_for(controller="events", 
action="create")}">Just add it to the website</a>.</p>
+  <dl class="help-list">
+    <dt><strong>Let NYC Know You're Having a Party!</strong></dt>
+    <dd><p>Hosting a block party and want a place to post your party info, 
photos and announcements? Look no further! <a 
href="${h.url_for(controller="events", action="create")}">Just add it to the 
website</a>.</p></dd>
 
-  <h3>Block Party NYC Mini-Grants</h3>
-  <p>Block Party NYC is a new program that is giving people around NYC the 
resources to grow the block party tradition, and helping neighbors celebrate 
their streets as truly livable spaces through our mini-grant program. To apply 
or find out more, <a href="${h.url_for(controller="pages", 
action="about")}">please check here</a>.</p>
+      <dt><strong>Block Party NYC Mini-Grants</strong></dt>
+      <dd><p>Block Party NYC is a new program that is giving people around NYC 
the resources to grow the block party tradition, and helping neighbors 
celebrate their streets as truly livable spaces through our mini-grant program. 
To apply or find out more, <a href="${h.url_for(controller="pages", 
action="about")}">please check here</a>.</p></dd>
+      <dl>
+        <dt><strong>Grantees: How to Receive Your Mini-Grant 
Funds</strong></dt>
+        <dd><p>Once your Block Party NYC application has been approved, you are
+      eligible to collect your mini-grant. Find out how to receive your funds
+      <a href="${h.url_for(controller="pages", 
action="help4")}">here</a>.</p></dd>
+      </dl>
 
-  <h3>Grantees: How to Receive Your Mini-Grant Funds</h3>
-  <p>Once your Block Party NYC application has been approved, you are
-  eligible to collect your mini-grant. Find out how to receive your funds
-  <a href="${h.url_for(controller="pages", action="help4")}">here</a>.</p>
+      <dt><strong>Still Have Questions?</strong></dt>
+      <dd><p>We're here to help. Drop us an email at <a href="mailto:[EMAIL 
PROTECTED]">[EMAIL PROTECTED]</a>, and
+      we'll do our best to track down the answers you're looking for.</p></dd>
+  </dl>
 
-  <h3>Still Have Questions?</h3>
-  <p>We're here to help. Drop us an email at <a href="mailto:[EMAIL 
PROTECTED]">[EMAIL PROTECTED]</a>, and
-  we'll do our best to track down the answers you're looking for.</p>
-
 <%def name="title()">
 ${c.title}
 </%def>
\ No newline at end of file



--
Archive: 
http://www.openplans.org/projects/opencore/lists/openplans-svn/archive/2008/04/1209505985902
To unsubscribe send an email with subject unsubscribe to [EMAIL PROTECTED]  
Please contact [EMAIL PROTECTED] for questions.

Reply via email to