summaryrefslogtreecommitdiff
path: root/src/main/webapp/wayf.css
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2011-08-01 11:35:10 +0200
committerLeif Johansson <leifj@sunet.se>2011-08-01 11:35:10 +0200
commite54fabf198f50546b093753900d3a41fa7535181 (patch)
treebcd4952415c938101ae168efc2dcb2b550369e23 /src/main/webapp/wayf.css
parent6c67f4c3050fa01d1b8e04f334cb8dd2293b39d0 (diff)
parentbd0c52acfb796b5a8cd85c2f535e7e874f558f3a (diff)
Merge branch 'trunk' into idp.nordu.net
Conflicts: src/main/webapp/wayf.jsp
Diffstat (limited to 'src/main/webapp/wayf.css')
-rw-r--r--src/main/webapp/wayf.css18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/main/webapp/wayf.css b/src/main/webapp/wayf.css
index 768df92..744056b 100644
--- a/src/main/webapp/wayf.css
+++ b/src/main/webapp/wayf.css
@@ -54,21 +54,3 @@ 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;
-}