diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/openid-icon-small.gif | bin | 0 -> 237 bytes | |||
-rw-r--r-- | css/standard020.css | 9 |
2 files changed, 9 insertions, 0 deletions
diff --git a/css/openid-icon-small.gif b/css/openid-icon-small.gif Binary files differnew file mode 100644 index 0000000..cde836c --- /dev/null +++ b/css/openid-icon-small.gif diff --git a/css/standard020.css b/css/standard020.css index cb1e1c0..6488b8f 100644 --- a/css/standard020.css +++ b/css/standard020.css @@ -618,6 +618,15 @@ fieldset { .login .submitbutton { background-color: #fff;} .login .submitbutton:hover { background-color: #aaa;} +#openid_url { + background: #FFFFFF url('openid-icon-small.gif') no-repeat scroll 0pt 50%; + padding-left: 18px; +} + +table.openid td, table.openid th{ + padding: 0.0em 0.3em;; +} + .newbiehint { background-color: #fee; } |