Index: images/openid_logo_small.png =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Property changes on: images\openid_logo_small.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Index: openid.css =================================================================== --- openid.css (revision 0) +++ openid.css (revision 0) @@ -0,0 +1,13 @@ +/* Show the OpenID logo in OpenID identifier input fields */ +input.openid_identifier { + background: #ffffff url("images/openid_logo_small.png") no-repeat 2px 50%; + padding-left: 22px; +} + + +/* The new login and registration form consists of two columns aligned by a table which is styled with this */ +table.openid_two_column_table, table.openid_two_column_table th, table.openid_two_column_table td { + border: none; + vertical-align: top !important; + padding: 0 1em; +} \ No newline at end of file Index: style.css =================================================================== --- style.css (revision 11526) +++ style.css (working copy) @@ -4,4 +4,5 @@ @import "usersandgroups.css"; @import "suggest/ajaxSuggest.css"; @import "rss.css"; -@import "toucan.css"; +@import "toucan.css"; +@import "openid.css";