Skip to content
Snippets Groups Projects
Commit c2888e98 authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

adding box on ui element on slo page

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1261 44740490-163a-0410-bde0-09ae8108e29a
parent a055c633
No related branches found
No related tags found
No related merge requests found
...@@ -305,3 +305,13 @@ fieldset.fancyfieldset legend { ...@@ -305,3 +305,13 @@ fieldset.fancyfieldset legend {
padding: 3px 2em 3px 2em; padding: 3px 2em 3px 2em;
border: 1px solid #bbb; border: 1px solid #bbb;
} }
div#confirmation input {
margin-top: .5em;
margin-bottom: .5em;
}
div#confirmation {
border: 1px solid #aaa;
background: #eee;
padding: .6em 1em .1em 1em;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment