Index: icons/openid.png =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Property changes on: icons\openid.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("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: openid_logo_small.png =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Property changes on: openid_logo_small.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Index: style.css =================================================================== --- style.css (revision 11526) +++ style.css (working copy) @@ -29,6 +29,9 @@ @import "suggest/ajaxSuggest.css"; +/* Styles for OpenID forms */ +@import "openid.css" + .rightmenu a { margin-right: 2px; font-size: 100%;