summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--projecttemplates/MvcRelyingParty/Content/Site.css2
-rw-r--r--projecttemplates/MvcRelyingParty/Content/images/openid_login.gifbin237 -> 0 bytes
-rw-r--r--projecttemplates/MvcRelyingParty/Content/images/openid_login.pngbin0 -> 457 bytes
-rw-r--r--projecttemplates/MvcRelyingParty/MvcRelyingParty.csproj2
-rw-r--r--projecttemplates/WebFormsRelyingParty/WebFormsRelyingParty.csproj2
-rw-r--r--projecttemplates/WebFormsRelyingParty/images/openid_login.gifbin237 -> 0 bytes
-rw-r--r--projecttemplates/WebFormsRelyingParty/images/openid_login.pngbin0 -> 457 bytes
-rw-r--r--projecttemplates/WebFormsRelyingParty/styles/Standard.css2
-rw-r--r--samples/OpenIdRelyingPartyClassicAsp/images/openid_login.gifbin237 -> 0 bytes
-rw-r--r--samples/OpenIdRelyingPartyClassicAsp/images/openid_login.pngbin0 -> 457 bytes
-rw-r--r--samples/OpenIdRelyingPartyClassicAsp/styles.css2
-rw-r--r--samples/OpenIdRelyingPartyWebForms/OpenIdRelyingPartyWebForms.csproj2
-rw-r--r--samples/OpenIdRelyingPartyWebForms/Site.Master2
-rw-r--r--samples/OpenIdRelyingPartyWebForms/images/openid_login.gifbin237 -> 0 bytes
-rw-r--r--samples/OpenIdRelyingPartyWebForms/images/openid_login.pngbin0 -> 457 bytes
-rw-r--r--samples/OpenIdRelyingPartyWebFormsVB/OpenIdRelyingPartyWebFormsVB.vbproj2
-rw-r--r--samples/OpenIdRelyingPartyWebFormsVB/Site.Master2
-rw-r--r--samples/OpenIdRelyingPartyWebFormsVB/images/openid_login.gifbin237 -> 0 bytes
-rw-r--r--samples/OpenIdRelyingPartyWebFormsVB/images/openid_login.pngbin0 -> 457 bytes
19 files changed, 9 insertions, 9 deletions
diff --git a/projecttemplates/MvcRelyingParty/Content/Site.css b/projecttemplates/MvcRelyingParty/Content/Site.css
index 3bf2268..186a158 100644
--- a/projecttemplates/MvcRelyingParty/Content/Site.css
+++ b/projecttemplates/MvcRelyingParty/Content/Site.css
@@ -318,7 +318,7 @@ div#title
ul.AuthTokens li.OpenID
{
- list-style-image: url(../../content/images/openid_login.gif);
+ list-style-image: url(../../content/images/openid_login.png);
}
ul.AuthTokens li.InfoCard
diff --git a/projecttemplates/MvcRelyingParty/Content/images/openid_login.gif b/projecttemplates/MvcRelyingParty/Content/images/openid_login.gif
deleted file mode 100644
index cde836c..0000000
--- a/projecttemplates/MvcRelyingParty/Content/images/openid_login.gif
+++ /dev/null
Binary files differ
diff --git a/projecttemplates/MvcRelyingParty/Content/images/openid_login.png b/projecttemplates/MvcRelyingParty/Content/images/openid_login.png
new file mode 100644
index 0000000..caebd58
--- /dev/null
+++ b/projecttemplates/MvcRelyingParty/Content/images/openid_login.png
Binary files differ
diff --git a/projecttemplates/MvcRelyingParty/MvcRelyingParty.csproj b/projecttemplates/MvcRelyingParty/MvcRelyingParty.csproj
index 885fdae..7097e07 100644
--- a/projecttemplates/MvcRelyingParty/MvcRelyingParty.csproj
+++ b/projecttemplates/MvcRelyingParty/MvcRelyingParty.csproj
@@ -99,6 +99,7 @@
<Content Include="Content\images\google.gif" />
<Content Include="Content\images\myopenid.png" />
<Content Include="Content\images\openid.png" />
+ <Content Include="Content\images\openid_login.png" />
<Content Include="Content\images\verisign.gif" />
<Content Include="Content\images\yahoo.gif" />
<Content Include="Content\images\yahoo_login.png" />
@@ -174,7 +175,6 @@
</ItemGroup>
<ItemGroup>
<Content Include="Content\images\infocard_23x16.png" />
- <Content Include="Content\images\openid_login.gif" />
<Content Include="OAuth.ashx" />
<Content Include="Views\Account\AuthenticationTokens.ascx" />
<Content Include="Views\Account\Authorize.aspx" />
diff --git a/projecttemplates/WebFormsRelyingParty/WebFormsRelyingParty.csproj b/projecttemplates/WebFormsRelyingParty/WebFormsRelyingParty.csproj
index 9df5fbc..3e47c37 100644
--- a/projecttemplates/WebFormsRelyingParty/WebFormsRelyingParty.csproj
+++ b/projecttemplates/WebFormsRelyingParty/WebFormsRelyingParty.csproj
@@ -81,6 +81,7 @@
</ItemGroup>
<ItemGroup>
<Content Include="images\openid.png" />
+ <Content Include="images\openid_login.png" />
<Content Include="Members\AccountInfo.aspx" />
<Content Include="Default.aspx" />
<Content Include="Login.aspx" />
@@ -192,7 +193,6 @@
<Content Include="Getting Started.htm" />
<Content Include="images\infocard_23x16.png" />
<Content Include="images\myopenid.png" />
- <Content Include="images\openid_login.gif" />
<Content Include="images\yahoo_login.png" />
<Content Include="LoginFrame.aspx" />
<Content Include="Logout.aspx" />
diff --git a/projecttemplates/WebFormsRelyingParty/images/openid_login.gif b/projecttemplates/WebFormsRelyingParty/images/openid_login.gif
deleted file mode 100644
index cde836c..0000000
--- a/projecttemplates/WebFormsRelyingParty/images/openid_login.gif
+++ /dev/null
Binary files differ
diff --git a/projecttemplates/WebFormsRelyingParty/images/openid_login.png b/projecttemplates/WebFormsRelyingParty/images/openid_login.png
new file mode 100644
index 0000000..caebd58
--- /dev/null
+++ b/projecttemplates/WebFormsRelyingParty/images/openid_login.png
Binary files differ
diff --git a/projecttemplates/WebFormsRelyingParty/styles/Standard.css b/projecttemplates/WebFormsRelyingParty/styles/Standard.css
index f0b1d8e..c6afc66 100644
--- a/projecttemplates/WebFormsRelyingParty/styles/Standard.css
+++ b/projecttemplates/WebFormsRelyingParty/styles/Standard.css
@@ -58,7 +58,7 @@ div.OpenIdBox
ul.AuthTokens li.OpenID
{
- list-style-image: url(../images/openid_login.gif);
+ list-style-image: url(../images/openid_login.png);
}
ul.AuthTokens li.InfoCard
diff --git a/samples/OpenIdRelyingPartyClassicAsp/images/openid_login.gif b/samples/OpenIdRelyingPartyClassicAsp/images/openid_login.gif
deleted file mode 100644
index cde836c..0000000
--- a/samples/OpenIdRelyingPartyClassicAsp/images/openid_login.gif
+++ /dev/null
Binary files differ
diff --git a/samples/OpenIdRelyingPartyClassicAsp/images/openid_login.png b/samples/OpenIdRelyingPartyClassicAsp/images/openid_login.png
new file mode 100644
index 0000000..caebd58
--- /dev/null
+++ b/samples/OpenIdRelyingPartyClassicAsp/images/openid_login.png
Binary files differ
diff --git a/samples/OpenIdRelyingPartyClassicAsp/styles.css b/samples/OpenIdRelyingPartyClassicAsp/styles.css
index d777e33..c9d471b 100644
--- a/samples/OpenIdRelyingPartyClassicAsp/styles.css
+++ b/samples/OpenIdRelyingPartyClassicAsp/styles.css
@@ -16,7 +16,7 @@ body
input.openid
{
- background-image: url(images/openid_login.gif);
+ background-image: url(images/openid_login.png);
background-repeat: no-repeat;
background-position: 0 50%;
padding-left: 15px;
diff --git a/samples/OpenIdRelyingPartyWebForms/OpenIdRelyingPartyWebForms.csproj b/samples/OpenIdRelyingPartyWebForms/OpenIdRelyingPartyWebForms.csproj
index 2515e07..9ed22f9 100644
--- a/samples/OpenIdRelyingPartyWebForms/OpenIdRelyingPartyWebForms.csproj
+++ b/samples/OpenIdRelyingPartyWebForms/OpenIdRelyingPartyWebForms.csproj
@@ -71,6 +71,7 @@
<ItemGroup>
<Content Include="Default.aspx" />
<Content Include="Global.asax" />
+ <Content Include="images\openid_login.png" />
<Content Include="login.aspx" />
<Content Include="loginProgrammatic.aspx" />
<Content Include="logout.aspx" />
@@ -182,7 +183,6 @@
<Content Include="loginGoogleApps.aspx" />
<Content Include="loginPlusOAuthSampleOP.aspx" />
<Content Include="images\attention.png" />
- <Content Include="images\openid_login.gif" />
<Content Include="images\yahoo.png" />
<Content Include="loginPlusOAuth.aspx" />
<Content Include="MembersOnly\DisplayGoogleContacts.aspx" />
diff --git a/samples/OpenIdRelyingPartyWebForms/Site.Master b/samples/OpenIdRelyingPartyWebForms/Site.Master
index c4f3dda..a7a3dab 100644
--- a/samples/OpenIdRelyingPartyWebForms/Site.Master
+++ b/samples/OpenIdRelyingPartyWebForms/Site.Master
@@ -21,7 +21,7 @@
<body>
<form id="form1" runat="server">
<span style="float: right">
- <asp:Image runat="server" ID="openIdUsernameImage" ImageUrl="~/images/openid_login.gif"
+ <asp:Image runat="server" ID="openIdUsernameImage" ImageUrl="~/images/openid_login.png"
EnableViewState="false" />
<asp:Label runat="server" ID="friendlyUsername" Text="" EnableViewState="false" />
<asp:LoginStatus ID="LoginStatus1" runat="server" OnLoggedOut="LoginStatus1_LoggedOut" />
diff --git a/samples/OpenIdRelyingPartyWebForms/images/openid_login.gif b/samples/OpenIdRelyingPartyWebForms/images/openid_login.gif
deleted file mode 100644
index cde836c..0000000
--- a/samples/OpenIdRelyingPartyWebForms/images/openid_login.gif
+++ /dev/null
Binary files differ
diff --git a/samples/OpenIdRelyingPartyWebForms/images/openid_login.png b/samples/OpenIdRelyingPartyWebForms/images/openid_login.png
new file mode 100644
index 0000000..caebd58
--- /dev/null
+++ b/samples/OpenIdRelyingPartyWebForms/images/openid_login.png
Binary files differ
diff --git a/samples/OpenIdRelyingPartyWebFormsVB/OpenIdRelyingPartyWebFormsVB.vbproj b/samples/OpenIdRelyingPartyWebFormsVB/OpenIdRelyingPartyWebFormsVB.vbproj
index 41f4cbf..4cfb5ef 100644
--- a/samples/OpenIdRelyingPartyWebFormsVB/OpenIdRelyingPartyWebFormsVB.vbproj
+++ b/samples/OpenIdRelyingPartyWebFormsVB/OpenIdRelyingPartyWebFormsVB.vbproj
@@ -95,6 +95,7 @@
</ItemGroup>
<ItemGroup>
<Content Include="Default.aspx" />
+ <Content Include="images\openid_login.png" />
<Content Include="Login.aspx" />
<Content Include="Web.config" />
</ItemGroup>
@@ -177,7 +178,6 @@
<Content Include="favicon.ico" />
<Content Include="images\attention.png" />
<Content Include="images\DotNetOpenAuth.png" />
- <Content Include="images\openid_login.gif" />
<Content Include="images\yahoo.png" />
<Content Include="MembersOnly\Default.aspx" />
<Content Include="PrivacyPolicy.aspx" />
diff --git a/samples/OpenIdRelyingPartyWebFormsVB/Site.Master b/samples/OpenIdRelyingPartyWebFormsVB/Site.Master
index 48a8e50..7a92712 100644
--- a/samples/OpenIdRelyingPartyWebFormsVB/Site.Master
+++ b/samples/OpenIdRelyingPartyWebFormsVB/Site.Master
@@ -21,7 +21,7 @@
<body>
<form id="form1" runat="server">
<span style="float: right">
- <asp:Image runat="server" ID="openIdUsernameImage" ImageUrl="~/images/openid_login.gif"
+ <asp:Image runat="server" ID="openIdUsernameImage" ImageUrl="~/images/openid_login.png"
EnableViewState="false" />
<asp:Label runat="server" ID="friendlyUsername" Text="" EnableViewState="false" />
<asp:LoginStatus ID="LoginStatus1" runat="server" OnLoggedOut="LoginStatus1_LoggedOut" />
diff --git a/samples/OpenIdRelyingPartyWebFormsVB/images/openid_login.gif b/samples/OpenIdRelyingPartyWebFormsVB/images/openid_login.gif
deleted file mode 100644
index cde836c..0000000
--- a/samples/OpenIdRelyingPartyWebFormsVB/images/openid_login.gif
+++ /dev/null
Binary files differ
diff --git a/samples/OpenIdRelyingPartyWebFormsVB/images/openid_login.png b/samples/OpenIdRelyingPartyWebFormsVB/images/openid_login.png
new file mode 100644
index 0000000..caebd58
--- /dev/null
+++ b/samples/OpenIdRelyingPartyWebFormsVB/images/openid_login.png
Binary files differ