From 6598f57e90dc6fc0aeb367e6b9615bd9eecb23da Mon Sep 17 00:00:00 2001 From: Sam Hemelryk Date: Wed, 28 Sep 2011 16:41:12 +1300 Subject: [PATCH] MDL-25697 theme_base: Improved the alignment of the activity editing icons on the course frontpage --- theme/base/style/course.css | 1 + 1 file changed, 1 insertion(+) diff --git a/theme/base/style/course.css b/theme/base/style/course.css index d1cffedb935..231e972ec83 100644 --- a/theme/base/style/course.css +++ b/theme/base/style/course.css @@ -7,6 +7,7 @@ .section_add_menus optgroup {font-weight:normal;font-style: italic;} .course-content .section .activity img.activityicon {vertical-align:middle;height:16px;width:16px;} +.course-content .section .activity .commands img.iconsmall {vertical-align: baseline;} #page-site-index .subscribelink {text-align:right;} #page-site-index .headingblock {margin-bottom: 9px;} -- 2.11.4.GIT