| | 532 | .widget-openid { |
|---|
| | 533 | width: 160px; |
|---|
| | 534 | margin: 10px auto; |
|---|
| | 535 | border: none !important; |
|---|
| | 536 | } |
|---|
| | 537 | .widget-openid .widget-content { |
|---|
| | 538 | border: 1px solid #ccc; |
|---|
| | 539 | background: #fff url(../images/openid-accepted.gif) no-repeat 7px 3px; |
|---|
| | 540 | font-size: 12px; |
|---|
| | 541 | font-family: arial; |
|---|
| | 542 | color: #666; |
|---|
| | 543 | margin: 0; |
|---|
| | 544 | padding: 0 !important; |
|---|
| | 545 | } |
|---|
| | 546 | .widget-openid .widget-content em { |
|---|
| | 547 | display: block; |
|---|
| | 548 | font-style: normal; |
|---|
| | 549 | padding: 34px 9px 9px 68px; |
|---|
| | 550 | } |
|---|
| | 551 | .widget-openid .widget-content strong { |
|---|
| | 552 | left: -9999px; |
|---|
| | 553 | position: absolute; |
|---|
| | 554 | } |
|---|
| | 555 | .widget-openid .widget-content a { |
|---|
| | 556 | display: block; |
|---|
| | 557 | background: #eee; |
|---|
| | 558 | text-align: center; |
|---|
| | 559 | padding: 5px 3px; |
|---|
| | 560 | color: #666; |
|---|
| | 561 | text-decoration: underline; |
|---|
| | 562 | font-weight: normal; |
|---|
| | 563 | } |
|---|
| | 564 | |
|---|