fixed ul/li list formatting
This commit is contained in:
@@ -59,7 +59,7 @@ div#langstripe {
|
||||
}
|
||||
|
||||
#ocmain ul li {
|
||||
font-size: 110%;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
#ocmain p, #ocmain ul, #ocmain ol {
|
||||
@@ -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);}
|
||||
@@ -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 }
|
||||
@@ -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>
|
||||
|
||||
@@ -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 since{/t}:</b></td>
|
||||
<td>{$registered|date_format:$opt.format.date}</td>
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user