--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/web/static/socialauth/css/socialauth.css Wed Mar 23 17:34:36 2011 +0100
@@ -0,0 +1,73 @@
+body {
+ margin-left: auto;
+ margin-right: auto;
+ width: 950px;
+}
+#openid_choice{
+ margin-top:10px;
+ display: none;
+}
+#openid_input_area{
+ padding-top:10px;
+ clear: both;
+}
+#openid_username{
+ margin-right:5px;
+}
+#openid_btns, #openid_btns br{
+ clear: both;
+}
+#openid_btns #facebook{
+ height: 60px;
+ width: 110px;
+ float: left;
+ margin-top: 3px;
+ display: table-cell;
+ text-align: center;
+ vertical-align: middle;
+ border: 1px solid #ccc;
+}
+#openid_highlight{
+ padding: 3px;
+ background-color: #FFFCC9;
+ float: left;
+}
+.openid_large_btn{
+ width: 100px;
+ height: 60px;
+ border: 1px solid #DDD;
+ margin: 3px;
+ float: left;
+}
+.openid_small_btn{
+ width: 24px;
+ height: 24px;
+ border: 1px solid #DDD;
+ margin: 3px;
+ float: left;
+}
+a.openid_large_btn:focus{
+ outline: none;
+}
+a.openid_large_btn:focus{
+ -moz-outline-style: none;
+}
+.openid_selected{
+ border: 4px solid #DDD;
+}
+.linkedin{
+ background: #FFF url(../images/linkedin.jpg) no-repeat center center;
+}
+.yahoo{
+ background: #FFF url(../images/yahoo.gif) no-repeat center center;
+}
+.google{
+ background: #FFF url(../images/google.png) no-repeat center center;
+}
+.openid{
+ background: #FFF url(../images/openid.png) no-repeat center center;
+}
+.twitter{
+ background: #FFF url(../images/twitter.png) no-repeat center center;
+}
+