changeset 162:57fc77eca92c

Added horizontal scroll to bundle file-browser Also adjusted the horizontal padding/margin
author dellsystem <ilostwaldo@gmail.com>
date Mon, 15 Oct 2012 02:42:37 -0400
parents 10eebb5a1c68
children fba603bfcff8
files static/css/agora.less
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/static/css/agora.less	Mon Oct 15 02:28:11 2012 -0400
+++ b/static/css/agora.less	Mon Oct 15 02:42:37 2012 -0400
@@ -374,6 +374,7 @@
 }
 
 #bundle-filebrowser {
+    overflow-x: auto;
     background: @offWhite;
     border: 1px solid @lightGrey;
     padding: @sidebarPadding;
@@ -387,7 +388,7 @@
     }
 
     li {
-        margin-left: 10px;
+        margin-left: 5px;
         &.selected {
             font-weight: bold;
         }
@@ -412,5 +413,5 @@
     background-image: url('../img/folder.png');
     background-repeat: no-repeat;
     margin-left: 0;
-    padding-left: 20px;
+    padding-left: 18px;
 }