aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-04-30 21:02:19 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-04-30 21:02:19 +0000
commitcada2dce306015cb1923ac5746049de68e969808 (patch)
tree7f2aafbca6b9deef2eea8fb7a7e114967e64b7ee /doc
parent6bdaeb9711a053ad092741b52d9fa261614f210c (diff)
downloadikiwiki-cada2dce306015cb1923ac5746049de68e969808.tar
ikiwiki-cada2dce306015cb1923ac5746049de68e969808.tar.gz
style
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/Improve_signin_form_layout.mdwn20
1 files changed, 19 insertions, 1 deletions
diff --git a/doc/todo/Improve_signin_form_layout.mdwn b/doc/todo/Improve_signin_form_layout.mdwn
index b2788da2d..1fcab6342 100644
--- a/doc/todo/Improve_signin_form_layout.mdwn
+++ b/doc/todo/Improve_signin_form_layout.mdwn
@@ -10,7 +10,7 @@ again. --[[JoshTriplett]]
FormBuilder forms can be made much more ameanable to styling by passing
these parameters:
- name => "prefs",
+ name => "signin",
template => {type => 'div'},
This results in a form that uses div instead of a table for layout, and adds
@@ -20,4 +20,22 @@ allow creating a custom template for the form, but a) nobody has done that and
b) stylesheets are much easier probably. So I think this is the way to go, we
just have to get stylin'. :-)
+ .fb_submit {
+ float: left;
+ margin: 2px 0;
+ }
+ #signin_openid_url_label {
+ float: left;
+ margin-right: 1ex;
+ }
+ #signin_openid {
+ padding: 10px 10px;
+ border: 1px solid #aaa;
+ background: #eee;
+ color: black !important;
+ }
+
+That looks pretty good.. putting the passwordauth part in a box of its own with
+the submit buttons I don't know how to do.
+
--[[Joey]]