[java-identity-provider COMMIT] in /trunk: idp-conf/src/main/resources/views/logout-propagate.vm idp-war/src/main/web...
noreply at shibboleth.net
noreply at shibboleth.net
Tue Nov 10 11:10:33 EST 2015
Author: scantor
Date: Tue Nov 10 11:10:33 2015
New Revision: 7979
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7979&view=rev
Log:
IDP-224 - Isolate logout propagation styles.
Added:
trunk/idp-war/src/main/webapp/css/logout.css
Modified:
trunk/idp-conf/src/main/resources/views/logout-propagate.vm
trunk/idp-war/src/main/webapp/css/main.css
Modified: trunk/idp-conf/src/main/resources/views/logout-propagate.vm
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/views/logout-propagate.vm?rev=7979&r1=7978&r2=7979&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/views/logout-propagate.vm (original)
+++ trunk/idp-conf/src/main/resources/views/logout-propagate.vm Tue Nov 10 11:10:33 2015
@@ -22,6 +22,7 @@
<meta charset="utf-8">
<title>#springMessageText("idp.title", "Web Login Service")</title>
<link rel="stylesheet" type="text/css" href="$request.getContextPath()/css/main.css">
+ <link rel="stylesheet" type="text/css" href="$request.getContextPath()/css/logout.css">
</head>
<body>
Modified: trunk/idp-war/src/main/webapp/css/main.css
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-war/src/main/webapp/css/main.css?rev=7979&r1=7978&r2=7979&view=diff
==============================================================================
--- trunk/idp-war/src/main/webapp/css/main.css (original)
+++ trunk/idp-war/src/main/webapp/css/main.css Tue Nov 10 11:10:33 2015
@@ -161,15 +161,3 @@
.footer-links a.last:after {
content: "";
}
-
-/* Used primarily with logout propagation page */
-.success {
- background: url(../images/success-32x32.png) no-repeat left center;
- line-height: 36px;
- padding-left: 36px;
-}
-.failure {
- background: url(../images/failure-32x32.png) no-repeat left center;
- line-height: 36px;
- padding-left: 36px;
-}
More information about the commits
mailing list