aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-08-05 06:42:27 -0700
committerFriendika <info@friendika.com>2011-08-05 06:42:27 -0700
commit1d659bd8543c630ff1eda245ab7e9afeec6eebe1 (patch)
tree38a002abb1ac3272af808af8f1c66ab5b7135318 /view
parent5a5a7bfc4cf551f6353358b961399efcaa8269b3 (diff)
downloadvolse-hubzilla-1d659bd8543c630ff1eda245ab7e9afeec6eebe1.tar.gz
volse-hubzilla-1d659bd8543c630ff1eda245ab7e9afeec6eebe1.tar.bz2
volse-hubzilla-1d659bd8543c630ff1eda245ab7e9afeec6eebe1.zip
move public profile warning to top of page
Diffstat (limited to 'view')
-rw-r--r--view/profile_edit.tpl3
-rw-r--r--view/theme/duepuntozero/style.css5
2 files changed, 4 insertions, 4 deletions
diff --git a/view/profile_edit.tpl b/view/profile_edit.tpl
index 053e19594..8dab72649 100644
--- a/view/profile_edit.tpl
+++ b/view/profile_edit.tpl
@@ -1,3 +1,5 @@
+$default
+
<h1>$banner</h1>
<div id="profile-edit-links">
@@ -12,7 +14,6 @@
<div id="profile-edit-links-end"></div>
-$default
<div id="profile-edit-wrapper" >
<form id="profile-edit-form" name="form1" action="profiles/$profile_id" method="post" >
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css
index 3edc603f4..5943e5061 100644
--- a/view/theme/duepuntozero/style.css
+++ b/view/theme/duepuntozero/style.css
@@ -539,13 +539,12 @@ input#dfrn-url {
width: 300px;
}
-#profile-edit-drop-link-wrapper {
- float: left;
-}
#profile-edit-links-end {
clear: both;
+ margin-bottom: 15px;
}
+
.profile-listing-photo {
border: none;
}