From 422bdd121379076c4f3593d016b04b2a9574b43e Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Thu, 15 Jul 2010 16:53:03 +0200 Subject: update swamid skin --- src/main/webapp/wayf-swamid.css | 34 +++++++++++++++++++++++++--------- src/main/webapp/wayf-swamid.jsp | 16 ++++------------ 2 files changed, 29 insertions(+), 21 deletions(-) (limited to 'src/main') 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 @@ Identity Provider Selection + href="wayf-sunet.css" /> Identity Provider Selection @@ -168,17 +168,9 @@
-

- - - -The Service you are trying to reach requires that you -authenticate with your home organization, enter the name below. - -

-

Nyligen använda/Recently used:

+

Recently used:

@@ -253,7 +245,7 @@ authenticate with your home organization, enter the name below.
-

Skriv namn på organisationen/Enter institution name:

+

Enter institution name:

@@ -286,7 +278,7 @@ Provide a static drop down or a dynamically republished one. - you may wish to r -Eller välj från listan:/Or choose from a list: +Or choose from a list: -- cgit v1.1