diff options
author | Leif Johansson <leifj@sunet.se> | 2010-07-15 16:53:03 +0200 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2010-07-15 16:53:03 +0200 |
commit | 422bdd121379076c4f3593d016b04b2a9574b43e (patch) | |
tree | 34bc01e4a055ac01a4a38c25d9d78d10007e909d /src/main | |
parent | 04d464c7d27d850e51b3f082d92862f1a3c03d9e (diff) |
update swamid skin
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/webapp/wayf-swamid.css | 34 | ||||
-rw-r--r-- | src/main/webapp/wayf-swamid.jsp | 16 |
2 files changed, 29 insertions, 21 deletions
diff --git a/src/main/webapp/wayf-swamid.css b/src/main/webapp/wayf-swamid.css index d89008a..5cefe8d 100644 --- a/src/main/webapp/wayf-swamid.css +++ b/src/main/webapp/wayf-swamid.css @@ -1,9 +1,4 @@ body { - margin: 0; - padding: 0; -} - -body { background-color: #CCCCCC; text-align: center; color: #000000; @@ -31,7 +26,6 @@ p { padding-right: 4em; } - .selector p { margin: 1em 0 0 0; padding: 0; @@ -42,7 +36,11 @@ h1, h2, h3 { margin: 0; } -a.external-link {
background: url(external.png) no-repeat 100% 42%;
padding-right: 14px;
} + +form div { border-bottom: 1px solid #CCCCCC; padding-bottom: 10px;} +h2 { margin-top: 10px; } + +a.external-link {background: url(external.png) no-repeat 100% 42%; padding-right: 14px;
} span.option { font-size: 100%; @@ -80,10 +78,10 @@ span.option { .selector { - width: 42% ; padding: 1em 1em 2em 1em; margin: 2.5em 0 1em 0; - border: 1px solid #00a67c;
background: #ccede5; + border: 1px solid #00a67c; + background: #ccede5; } .footer { @@ -100,3 +98,21 @@ span.warning { text-align: center; margin-top: 1.5em; } + +div.dropdown { + -moz-box-sizing: border-box; + box-sizing: border-box; + border: 1px solid black; + position: absolute; +} + +div.dropdown div { + background-color: white; + cursor: default; + padding: 0px 3px; +} + +div.dropdown div.current { + background-color: #3366cc; + color: white; +} diff --git a/src/main/webapp/wayf-swamid.jsp b/src/main/webapp/wayf-swamid.jsp index 705c0a3..e42e618 100644 --- a/src/main/webapp/wayf-swamid.jsp +++ b/src/main/webapp/wayf-swamid.jsp @@ -141,7 +141,7 @@ <head> <link rel="stylesheet" title="normal" type="text/css" - href="wayf-swamid.css" /> <title>Identity Provider Selection</title> + href="wayf-sunet.css" /> <title>Identity Provider Selection</title> </head> <body> @@ -168,17 +168,9 @@ </div> <div class="selector"> - <p class="text"> - -<!--CONFIG--> - -The Service you are trying to reach requires that you -authenticate with your home organization, enter the name below. - - </p> <logic:present name="cookieList" scope="request"> - <h2>Nyligen använda/Recently used:</h2> + <h2>Recently used:</h2> <logic:present name="showComments" scope="Request"> @@ -253,7 +245,7 @@ authenticate with your home organization, enter the name below. <div class="list"> <logic:present name="sites" scope="request"> - <h2>Skriv namn på organisationen/Enter institution name:</h2> + <h2>Enter institution name:</h2> <form autocomplete="OFF" action=""> <div> <logic:notPresent name="entityID" scope="request"> @@ -286,7 +278,7 @@ Provide a static drop down or a dynamically republished one. - you may wish to r </logic:present> -Eller välj från listan:/Or choose from a list: +Or choose from a list: </h2> |