aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-04-13 16:07:47 -0700
committerfriendica <info@friendica.com>2014-04-13 16:07:47 -0700
commit08435e5b1a4970d703d0096bf6b97839abf452d0 (patch)
treef6cbf49d9ec2294d8d1c5268d7f3cf41bb92bfa9 /view/theme
parentdc1a529b63be56ed3cf4b29f98ff661647a459eb (diff)
downloadvolse-hubzilla-08435e5b1a4970d703d0096bf6b97839abf452d0.tar.gz
volse-hubzilla-08435e5b1a4970d703d0096bf6b97839abf452d0.tar.bz2
volse-hubzilla-08435e5b1a4970d703d0096bf6b97839abf452d0.zip
minor alignment issues
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/css/style.css15
1 files changed, 10 insertions, 5 deletions
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 {