From c2888e987183491a726cb9140999ddf95e62cf69 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Thu, 12 Feb 2009 09:57:14 +0000
Subject: [PATCH] adding box on ui element on slo page

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1261 44740490-163a-0410-bde0-09ae8108e29a
---
 www/resources/default.css | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/www/resources/default.css b/www/resources/default.css
index c9b9b3421..a3385c684 100644
--- a/www/resources/default.css
+++ b/www/resources/default.css
@@ -305,3 +305,13 @@ fieldset.fancyfieldset legend {
 	padding: 3px 2em 3px 2em;
 	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;
+}
-- 
GitLab