"The text on the login form is not shown inside the grey box".
This commit is contained in:
parent
b44c5dd1ca
commit
d2aacf185d
1 changed files with 4 additions and 4 deletions
|
@ -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;}
|
||||||
|
|
Loading…
Reference in a new issue