From 39d7a5018087e89f24143ba64396b981f2a30356 Mon Sep 17 00:00:00 2001 From: saman bb Date: Sat, 16 Mar 2013 01:54:59 -0400 Subject: [PATCH] fixed default panewrap position. --- css/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/app.css b/css/app.css index 294f1d69a..af8ad3419 100644 --- a/css/app.css +++ b/css/app.css @@ -309,7 +309,7 @@ form.hide { position:absolute; width:200%; height:100%; - right: 0%; + right: -100%; } .pane {