/* Authentication Styling */ .authentications { margin-bottom: 30px; } .authentication { width: 130px; float: left; background-color: #EEE; border: solid 1px #999; padding: 5px 10px; border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; position: relative; margin-right: 10px; } .authentication .remove { text-decoration: none; position: absolute; top: 3px; right: 3px; color: #333; padding: 2px 4px; font-size: 10px; } .authentication .remove:hover { color: #CCC; background-color: #777; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; } .authentication img { float: left; margin-right: 10px; } .authentication .provider { font-weight: bold; } .authentication .uid { color: #666; font-size: 11px; overflow: hidden; white-space: nowrap; } .auth_provider img { display: block; } .auth_provider { float: left; text-decoration: none; margin-right: 20px; text-align: center; margin-bottom: 10px; }