From 08570bdcfdf5266f65b7c484477e7680a153657f Mon Sep 17 00:00:00 2001 From: moodler Date: Wed, 10 Jan 2007 08:23:55 +0000 Subject: [PATCH] Made course boxes look nice --- theme/standard/styles_layout.css | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index cc672ec389..b6eddbb5be 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -1443,13 +1443,19 @@ body#course-view .headingblock { margin-bottom: 9px; } +body#course-index #content { + padding:20px; +} + .coursebox { - margin-bottom: 20px; width: 100%; + float:left; + margin-bottom: 15px; + border-width:1px; + border-style:solid; } .coursebox .summary { - display:inline; float: right; text-align:left; width: 48%; @@ -1457,7 +1463,6 @@ body#course-view .headingblock { } .coursebox .info { - display:inline; float: left; text-align:left; width: 48%; @@ -1468,8 +1473,7 @@ body#course-view .headingblock { width:100%; } -.categoryboxcontent, -.coursebox { +.categoryboxcontent { border-width:1px; border-style:solid; } -- 2.39.5