From c36811cc10d43f5f3299f87f4d6563483b9a8bbb Mon Sep 17 00:00:00 2001 From: jowall Date: Tue, 5 Apr 2011 11:16:59 -0700 Subject: [PATCH] Added border to iframe on dashboard. --HG-- branch : 1.x --- src/Orchard.Web/Themes/TheAdmin/Styles/site.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Orchard.Web/Themes/TheAdmin/Styles/site.css b/src/Orchard.Web/Themes/TheAdmin/Styles/site.css index 3aa759a88..44adfef5c 100644 --- a/src/Orchard.Web/Themes/TheAdmin/Styles/site.css +++ b/src/Orchard.Web/Themes/TheAdmin/Styles/site.css @@ -119,6 +119,8 @@ body { padding:0; } +iframe {border:1px solid #eee;} + /* Headings */ h1,h2,h3,h4,h5,h6 { font-weight: normal;} @@ -551,7 +553,7 @@ form.inline fieldset { display:inline; height:auto; margin:0 4px 0 0; - padding-top:0; + padding:0 0 0 0; } input[type="checkbox"]:focus, input[type="radio"]:focus {