some more html fixes

2.1@2833
Daniel Tiefnig 17 years ago
parent e5e86569f9
commit b87e5d8576

@ -91,10 +91,11 @@ ul#topsubmenu {
}
#topsubmenu a:hover {
color: #D60808;
color: #D60808 !important;
text-decoration: none;
}
#topsubmenu a:after {
margin-left: 0px !important;
content: "" !important;
}
@ -185,6 +186,7 @@ ul#topsubmenu {
text-decoration: underline;
}
#contentplace .postlink label:after {
margin-left: 1px;
content: "\bb";
font-weight: bold;
}
@ -255,11 +257,13 @@ ul#topsubmenu {
/* print ">>" after hyper refs */
#contentplace a:after {
margin-left: 1px;
content: "\bb";
font-weight: bold;
}
/* no ">>" in heading */
#contentplace h3 a:after {
margin-left: 0px;
content: "";
}
#contentplace a.force_arrows:after {
@ -279,6 +283,9 @@ ul#topsubmenu {
margin: 0 8px 0 0;
font-weight: bold;
}
#contentplace .actions a#lock:after {
content: "\ab";
}
/* colors for disabled input fields */
#contentplace .disabled {
@ -394,6 +401,7 @@ ul#topsubmenu {
}
/* no ">>" in pagination next / previous */
#contentplace .pagination li.nextpage a:after {
margin-left: 0px;
content: "";
}

@ -111,7 +111,7 @@
[% IF messages.cadmerr %]<div class="errormsg">[% messages.cadmerr %]</div>[% END %]
<table>
<form action="/admin/do_create_admin" method="post">
<form autocomplete="off" action="/admin/do_create_admin" method="post">
<tr>
<td>login:</td>
<td><input type="text" size="20" name="admin" id="adminaddtxt" value="[% arefill.admin %]" /></td>

@ -42,7 +42,7 @@
[% END %]
[% ELSE %]
<script language="JavaScript" src="/js/openclose.js" type="text/javascript"></script>
<a href="javascript:;" class="aaction" onclick="javascript:openclose();" onkeypress="javascript:openclose();">lock</a>
<a id="lock" href="javascript:;" class="aaction" onclick="javascript:openclose();" onkeypress="javascript:openclose();">lock</a>
<span id="lock_menu" class="floating" onmouseout="javascript:openclose();">
<a href="lock?subscriber_id=[% subscriber.subscriber_id %]&amp;lock=none" class="aaction">unlock</a><br />
<a href="lock?subscriber_id=[% subscriber.subscriber_id %]&amp;lock=foreign" class="aaction">foreign</a><br />

Loading…
Cancel
Save