Browse Source

CSS minor changes

Julio Montoya 14 years ago
parent
commit
037062e203
2 changed files with 20 additions and 3 deletions
  1. 17 1
      main/css/base.css
  2. 3 2
      main/css/chamilo/learnpath.css

+ 17 - 1
main/css/base.css

@@ -384,4 +384,20 @@ div.lp_resource {
 
 .doc_resource {
 	margin:5px;
-}
+}
+
+
+div.lp_tree {
+    height: 100%;
+    overflow: auto;
+    padding: 3px 10px 3px 0;
+    width: 230px;
+}
+
+table.lp_build td.tree {
+	border:none;
+}
+
+#resource_tab {
+	min-height:380px;
+}

+ 3 - 2
main/css/chamilo/learnpath.css

@@ -80,7 +80,7 @@ div.lp_tree {
 	height:100%;
 	padding:3px 10px 3px 0;
 	overflow-x : auto;
-	overflow-y : scroll;
+	overflow-y : auto;
 	width:230px;
 }
 hr {
@@ -121,7 +121,8 @@ table.lp_build td {
 	vertical-align:top;
 }
 table.lp_build td.tree {
-	border-right:1px solid #999999;
+	/* border-right:1px solid #999999;*/
+	padding-right: 5px;
 	width:240px;
 }
 table.lp_build td.workspace {