From 08435e5b1a4970d703d0096bf6b97839abf452d0 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 13 Apr 2014 16:07:47 -0700 Subject: minor alignment issues --- version.inc | 2 +- view/theme/redbasic/css/style.css | 15 ++++++++++----- view/tpl/login.tpl | 4 +++- 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/version.inc b/version.inc index 792dc3eb5..67dbb871d 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2014-04-11.644 +2014-04-13.645 diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index edee90fe6..996118ad1 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -285,13 +285,16 @@ footer { #login-extra-links { clear: both; + width: 300px; } -#register-link, -#lost-password-link { +#register-link { float: left; margin-left: 100px; } +#lost-password-link { + float: right; +} #login-standard-end { clear: both; @@ -828,15 +831,17 @@ footer { .location-label, .gender-label, .marital-label, .homepage-label { float: left; - text-align: right; display: block; - width: 65px; + width: 70px; + } .adr, .x-gender, .marital-text, .homepage-url { float: left; display: block; - margin-left: 8px; + width: 130px; + height: 18px; + overflow: hidden; } .profile-clear { diff --git a/view/tpl/login.tpl b/view/tpl/login.tpl index 3ca118590..a1952d408 100755 --- a/view/tpl/login.tpl +++ b/view/tpl/login.tpl @@ -11,12 +11,14 @@ {{$lostlink}} +
+ {{include file="field_checkbox.tpl" field=$remember}}
- +
{{foreach $hiddens as $k=>$v}} -- cgit v1.2.3