New Styling for the Login form

pull/1/head
root 18 years ago
parent 2f620c10ff
commit c9ab82b545

@ -17,14 +17,15 @@
<p><?=_("Warning! You've attempted to log into the system with a client certificate, but the login failed due to the certificate being expired, revoked or simply not valid for this site. You can login using your Email/Pass Phrase to get a new certificate, by clicking on 'Normal Login' to the right of your screen.")?></p>
<? } else { ?>
<style>
.box {visibility:visible;background:#F5F7F7;border:2px solid #cccccc;position:absolute;top:25%;left:35%;height:250px;width:300px;padding:1em;}
.box2 {width:100%;text-align:center;}
.box {background:#F5F7F7;border:2px solid #cccccc;align:center;height:250px;width:300px;padding:1em;}
.smalltext {font-size:10px;}
.story {visibility:hidden;}
label {width:100px;display:block;float:left;}
text {width:166px;display:block;float:left;}
br {clear:left;}
h1 {font-size:1.9em;text-align:center;}
</style>
<div class='box2'>
<div class='box'>
<form action='index.php' method='post'<? if($_REQUEST['noauto'] == 1) echo " autocomplete='off'"; ?>>
<? if($_REQUEST['noauto'] == 1) { ?><input type="hidden" name="noauto" value="1"><? } ?>
@ -40,4 +41,5 @@ h1 {font-size:1.9em;text-align:center;}
<input type="hidden" name="oldid" value="<?=$id?>">
</form>
</div>
</div>
<? } ?>

Loading…
Cancel
Save