From 34a30c01d164b98a4590a486e648ae245ed4917b Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Fri, 2 Mar 2012 15:02:52 +0000 Subject: [PATCH] File Manager Open by Default File manager is now set to 250px wide instead of 15px on load This means it's now open by default --- lib/coder.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/coder.css b/lib/coder.css index b75fe83..f999352 100644 --- a/lib/coder.css +++ b/lib/coder.css @@ -64,7 +64,7 @@ body {overflow: hidden} .header .version {position: relative; display: inline-block; margin-top: 25px; font-size: 10px; color: #bbbbbb} .header .logo {position: relative; margin: 5px 10px 0px 5px} -.files {position: absolute; display: inline-block; height: 100%; width: 15px; background-color: #e0e0e0; background-image: url('../images/files-arrow.gif'); background-repeat: no-repeat; background-position: 100% 50%; overflow: hidden; z-index: 1; +.files {position: absolute; display: inline-block; height: 100%; width: 250px; background-color: #e0e0e0; background-image: url('../images/files-arrow.gif'); background-repeat: no-repeat; background-position: 100% 50%; overflow: hidden; z-index: 1; -webkit-box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.4); -moz-box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.4); box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.4);