From cfb70f755c45a2cad582e8030b1542add9949efb Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Wed, 24 Jul 2013 17:13:31 +0200 Subject: - SSO finalized - SSO Session is not closed if a new single authentication operation is started - PVP2 Configuration from Database (but without Metadata) --> TODO: change MetaDataProvider - Add additional UserFrame in case of SSO - MOASession encryption TODO: MetaDataProvider, IdentityLink resign, SSO with Mandates, Legacy Template generation --- id/server/auth/src/main/webapp/css/index.css | 88 +++++++++++++++++++++++++++- 1 file changed, 86 insertions(+), 2 deletions(-) (limited to 'id/server/auth/src/main/webapp/css') diff --git a/id/server/auth/src/main/webapp/css/index.css b/id/server/auth/src/main/webapp/css/index.css index ba6938f9a..2af88f24a 100644 --- a/id/server/auth/src/main/webapp/css/index.css +++ b/id/server/auth/src/main/webapp/css/index.css @@ -85,16 +85,92 @@ p#skiplinks a:active { float:left; width:250px; margin-bottom: 25px; - +} + +.iframebkuselection { + text-align: center; + padding-bottom: 25px; + background-color : #DDDDDD; } h2#tabheader, h2#contentheader { - padding:2px; + padding-bottom: 2px; + padding-right: 2px; + padding-top: 2px; + padding-left: 5px; font-size:1.1em; color:#fff; border-bottom:2px solid #fff; } +h2#tabheader.full { + padding:5px; + font-size:20px; + color:#fff; + border-bottom:2px solid #fff; +} + +#selectArea { + padding-top: 10px; + padding-bottom: 55px; + padding-left: 10px; +} + +#selectArea.full { + font-size: 15px; + padding-bottom: 65px; +} + +#leftcontent.full { + width: 400px; + margin-top: 30px; +} + +#main.full { + margin-left: 35%; +} + +.setAssertionButton { + background: #efefef; + cursor: pointer; + margin-top: 15px; + width: 70px; + height: 25px; +} + +.setAssertionButton_full { + background: #efefef; + cursor: pointer; + margin-top: 15px; + width: 100px; + height: 30px +} + +#leftbutton { + width: 35%; + float:left; + margin-left: 15px; +} + +#rightbutton { + width: 35%; + float:right; + margin-right: 25px; + text-align: right; +} + +#leftbutton.full { + width: 30%; + float:left; + margin-left: 40px; +} + +#rightbutton.full { + width: 30%; + float:right; + margin-right: 45px; + text-align: right; +} #stork { margin-bottom: 10px; @@ -149,6 +225,14 @@ input { padding:4px; } +.selectText{ + +} + +.selectTextHeader{ + +} + .sendButton { background-color: DarkGray; border-style: solid; -- cgit v1.2.3