From 112f027b20cb5ac3642b56cde3959ad163601968 Mon Sep 17 00:00:00 2001 From: lioshi Date: Fri, 12 Jul 2013 10:23:13 +0200 Subject: [PATCH] Add missed border-top pane for Sandbox form --- Resources/public/css/screen.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Resources/public/css/screen.css b/Resources/public/css/screen.css index aceff20..53db669 100644 --- a/Resources/public/css/screen.css +++ b/Resources/public/css/screen.css @@ -523,7 +523,6 @@ li.operation.unlink div.content h4 { .pane.sandbox { border: 1px solid #C3D9EC; - border-top: none; padding: 10px; } @@ -567,4 +566,4 @@ form .request-content { .motd { padding:20px; -} \ No newline at end of file +}