From 5d2a24e14455de7febf1513948210226cbf992f2 Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Tue, 1 Dec 2009 10:44:43 -0500 Subject: [PATCH] Adding left column to message tool - CSS code --- main/css/blue_lagoon/default.css | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/main/css/blue_lagoon/default.css b/main/css/blue_lagoon/default.css index e583cbc3aa..1d59a0851d 100755 --- a/main/css/blue_lagoon/default.css +++ b/main/css/blue_lagoon/default.css @@ -2624,7 +2624,7 @@ input.arrowl { -/* UI improvements */ +/* UI improvements for 1.8.6.2 this should be move to the chamilo theme and reproduce in all CSS*/ * { @@ -2672,4 +2672,20 @@ a.read { a.unread { -} \ No newline at end of file +} + + +#inbox-wrapper {width:100%;} + +#inbox {width:90%;float:left;} + +#inbox-menu ul { + list-style-image:none; + list-style-position:outside; + list-style-type:none; + margin:0; + padding:0; + width:10%; + float:left; +} +