mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 09:49:22 +02:00
* fixed the mystical defect where "Create Account" button was not highlighted (on the account/manage page)
This commit is contained in:
parent
bcc81fa34f
commit
174054237b
@ -108,11 +108,14 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td >
|
<td >
|
||||||
<div style="float: right; margin-top: 20px;" >
|
<div style="float: right; margin-top: 20px;" >
|
||||||
|
{% spaceless %}
|
||||||
<form class="MediumButtonForm" action="{{ getLink('account/create') }}" method="post" >
|
<form class="MediumButtonForm" action="{{ getLink('account/create') }}" method="post" >
|
||||||
<div class="MediumButtonBackground" style="background-image:url({{ template_path }}/images/global/buttons/mediumbutton.gif)" onMouseOver="MouseOverBigButton(this);" onMouseOut="MouseOutBigButton(this);" ><div class="MediumButtonOver" style="background-image:url({{ template_path }}/images/global/buttons/mediumbutton-over.gif)" onMouseOver="MouseOverBigButton(this);" onMouseOut="MouseOutBigButton(this);" ></div>
|
<div class="MediumButtonBackground" style="background-image:url({{ template_path }}/images/global/buttons/mediumbutton.gif)" onMouseOver="MouseOverBigButton(this);" onMouseOut="MouseOutBigButton(this);">
|
||||||
|
<div class="MediumButtonOver" style="background-image:url({{ template_path }}/images/global/buttons/mediumbutton-over.gif)" onMouseOver="MouseOverBigButton(this);" onMouseOut="MouseOutBigButton(this);"></div>
|
||||||
<input class="MediumButtonText" type="image" name="Create Account" alt="Create Account" src="{{ template_path }}/images/global/buttons/mediumbutton_createaccount.png" />
|
<input class="MediumButtonText" type="image" name="Create Account" alt="Create Account" src="{{ template_path }}/images/global/buttons/mediumbutton_createaccount.png" />
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
{% endspaceless %}
|
||||||
</div>
|
</div>
|
||||||
<div id="LoginCreateAccountBox" >
|
<div id="LoginCreateAccountBox" >
|
||||||
<p><b>{{ config.lua.serverName }}...</b></p>
|
<p><b>{{ config.lua.serverName }}...</b></p>
|
||||||
|
@ -1785,6 +1785,37 @@ img {
|
|||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* BUTTONS */
|
||||||
|
.MediumButtonText {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
height: 37px;
|
||||||
|
width: 150px;
|
||||||
|
z-index: 20;
|
||||||
|
}
|
||||||
|
.MediumButtonBackground {
|
||||||
|
position: relative;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
width: 150px;
|
||||||
|
height: 37px;
|
||||||
|
z-index: 10;
|
||||||
|
}
|
||||||
|
.MediumButtonOver {
|
||||||
|
position: relative;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
width: 150px;
|
||||||
|
height: 37px;
|
||||||
|
visibility: hidden;
|
||||||
|
z-index: 15;
|
||||||
|
}
|
||||||
|
.MediumButtonForm {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.moduleRow { }
|
.moduleRow { }
|
||||||
|
|
||||||
.moduleRowOver {
|
.moduleRowOver {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user