diff options
Diffstat (limited to 'www/static/register.css')
| -rw-r--r-- | www/static/register.css | 42 |
1 files changed, 35 insertions, 7 deletions
diff --git a/www/static/register.css b/www/static/register.css index ffd425b..40034d2 100644 --- a/www/static/register.css +++ b/www/static/register.css @@ -2,24 +2,52 @@ Register-Form **********************************************************/ div.register-area{ - height: 370px; + height: 400px; width: 400px; position: relative; top: 50%; - /*transform: translateY(-50%); - -ms-transform: translateY(-50%); - -webkit-transform: translateY(-50%);*/ - margin-top: -185px; - + margin-top: -200px; margin-left: auto; margin-right: auto; - vertical-align: middle; border: 1px solid #1F3D4C; padding: 10px; } h1.register-area{ + font-size: 32px; font-weight: normal; + line-height: 32px; + padding:0; + display: block; +} + +#register-info-bar{ + display: block; + width: 400px; + height:32px; + padding:0; + margin:0; + position: static; + border: none; +/* border: 1px solid blue;*/ +} + +#register-error{ + font-size: 13pt; + background: red; + text-align:right; + float:right; + line-height: 26px; + border: 3px solid #1F3D4C; +} + +#logout-message{ + font-size: 13pt; + text-align:right; + float:right; + display: inline-block; + line-height: 26px; + border: 3px solid #1F3D4C; } form.register-form{ |
