diff options
author | Friendika <info@friendika.com> | 2011-04-13 20:14:30 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-04-13 20:14:30 -0700 |
commit | 974077c06c8464223e26479e07a8349b8e6c509d (patch) | |
tree | 0dc209f4e40f43a2e7e7bd4dda008b9928c89f60 /view/theme/duepuntozero | |
parent | 5198e039df5051226b0f79681187f2365e7db525 (diff) | |
download | volse-hubzilla-974077c06c8464223e26479e07a8349b8e6c509d.tar.gz volse-hubzilla-974077c06c8464223e26479e07a8349b8e6c509d.tar.bz2 volse-hubzilla-974077c06c8464223e26479e07a8349b8e6c509d.zip |
contact "repair/relocate URL" tool
Diffstat (limited to 'view/theme/duepuntozero')
-rw-r--r-- | view/theme/duepuntozero/style.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 51bdb716b..6658cd94a 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -2293,3 +2293,24 @@ a.mail-list-link { #prof-edit-desc { margin-top: 15px; } + +#crepair-nick-label, +#crepair-url-label, +#crepair-request-label, +#crepair-confirm-label, +#crepair-notify-label, +#crepair-poll-label { + float: left; + width: 200px; + margin-bottom: 15px; +} + +#crepair-nick, +#crepair-url, +#crepair-request, +#crepair-confirm, +#crepair-notify, +#crepair-poll { + float: left; + width: 300px; +} |