Sha256: bc7f65678b6aa5a9e9f1c9cf66ac49b1d7a787e45e7338d4709c5f0a3f895843
Contents?: true
Size: 1017 Bytes
Versions: 32
Compression:
Stored size: 1017 Bytes
Contents
/* 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; }
Version data entries
32 entries across 32 versions & 1 rubygems