Skip to content

Commit

Permalink
fixed ul/li list formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
following5 committed Jul 26, 2013
1 parent 8eba576 commit 2f5fd0b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
8 changes: 5 additions & 3 deletions htdocs/resource2/ocstyle/css/style_screen.css
Expand Up @@ -59,7 +59,7 @@ div#langstripe {
}

#ocmain ul li {
font-size: 110%;
font-size: 12px;
}

#ocmain p, #ocmain ul, #ocmain ol {
Expand Down Expand Up @@ -319,9 +319,9 @@ ul.indent li {margin-bottom:4px}
ol {margin: 0px 0px 0px 9px; padding: 0px 0px 0px 25px; list-style-type: decimal; list-style-position: outside; font-size: 120%;}
ul.linklist-noindent {margin: -0.3em 0px 0.5em 0px; padding: 0px; list-style-type: none; line-height: 1.2em; font-size: 120%; }
ul.linklist-indent {margin: -0.3em 0px 0.5em 0px; padding: 0px 0px 0px 10px; list-style-type: none; line-height: 1.2em; font-size: 120%; }
div.changelog ul {font-size: 105%; margin: 0px 0px 10px 0px; }
div.changelog ul {margin: 0px 0px 10px 0px; }
div.changelog ul li {margin: 0px 0px 0.2em 0px; }
div.changelog ul li ul {font-size: 90%; margin:0}
div.changelog ul li ul {font-size: 83%; margin:0}

/* Tables */
.table {font-size: 10px; line-height: 1.8em; clear: left; padding: 0px; margin: 0.5em 0px 0.2em 0px; border: solid 0px rgb(150,150,150); empty-cells: show; border-collapse: collapse; background-color: rgb(255,255,255);}
Expand Down Expand Up @@ -1500,3 +1500,5 @@ p.editlog { font-weight: 400; display:inline; }

label.disabled { color:grey; }
.formlabel { color:#555; font-weight:bold; line-height:1.5em !important}

.smalltext { font-size:88% !important }
10 changes: 6 additions & 4 deletions htdocs/templates2/ocstyle/mailto.tpl
Expand Up @@ -79,10 +79,12 @@
{t}This enables the receiver to answer your E-Mail directly with his E-Mail agent.{/t}<br />
<br />
<img src="resource2/{$opt.template.style}/images/misc/hint.gif" border="0" width="15" height="11" align="middle">
{t}To protect you and us from abuse:{/t}
<li>{t}Only E-Mail that regards Geocaching are allowed. Spaming is not allowed!{/t}</li>
<li>{t}All relevant informations will be logged (date/time, sender/receiver and IP address){/t}</li>
<li>{t}All informations will be handled confidential and not published to third parties!{/t}</li>
<span class="smalltext">{t}To protect you and us from abuse:{/t}</span>
<ul style="margin:0">
<li class="smalltext">{t}Only E-Mail that regards Geocaching are allowed. Spaming is not allowed!{/t}</li>
<li class="smalltext">{t}All relevant informations will be logged (date/time, sender/receiver and IP address){/t}</li>
<li class="smalltext">{t}All informations will be handled confidential and not published to third parties!{/t}</li>
</ul>
</td>
</tr>
<tr><td class="spacer" colspan="2"></td></tr>
Expand Down
22 changes: 9 additions & 13 deletions htdocs/templates2/ocstyle/viewprofile.tpl
Expand Up @@ -35,19 +35,6 @@
</tr>
{/if}

{if $pmr==1}
<tr>
<td style="vertical-align:top;"><b>{t}Others{/t}:</b></td>
<td>
<ul>
{if $pmr==1}
<li>{t}I'm taking an PMR radio on channel 2 with me{/t}</li>
{/if}
</ul>
</td>
</tr>
{/if}

<tr>
<td><b>{t}Registered&nbsp;since{/t}:</b></td>
<td>{$registered|date_format:$opt.format.date}</td>
Expand Down Expand Up @@ -84,6 +71,15 @@
</tr>
{/foreach}

{if $pmr==1}
<tr>
<td style="vertical-align:top;"><b>{t}Others{/t}:</b></td>
<td>
{t}I'm taking an PMR radio on channel 2 with me{/t}<br />
</td>
</tr>
{/if}

<tr><td><td class="spacer"> </td></tr>
</table>

Expand Down

0 comments on commit 2f5fd0b

Please sign in to comment.