"The text on the login form is not shown inside the grey box".
This commit is contained in:
Wytze van der Raay 2013-02-27 10:34:08 +00:00
parent b44c5dd1ca
commit d2aacf185d

View file

@ -29,7 +29,7 @@
<? } else { ?> <? } else { ?>
<style> <style>
.box2 {width:100%;text-align:center;} .box2 {width:100%;text-align:center;}
.box {background:#F5F7F7;border:2px solid #cccccc;margin:0px auto;height:250px;width:300px;padding:1em;} .box {background:#F5F7F7;border:2px solid #cccccc;margin:0px auto;height:auto;width:300px;padding:1em;}
.smalltext {font-size:10px;} .smalltext {font-size:10px;}
label {width:100px;display:block;float:left;} label {width:100px;display:block;float:left;}
text {width:166px;display:block;float:left;} text {width:166px;display:block;float:left;}