From 88ca32b967923bf56e54f42bdb3b9eeedbff71f6 Mon Sep 17 00:00:00 2001 From: moodler Date: Sun, 1 Apr 2007 15:18:06 +0000 Subject: [PATCH] Merged editsection button alignment from stable --- course/editsection.html | 4 ++-- theme/standard/styles_layout.css | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/course/editsection.html b/course/editsection.html index 7c08c0d0a2..2618a8a92d 100644 --- a/course/editsection.html +++ b/course/editsection.html @@ -20,9 +20,9 @@ -
+
" />
- \ No newline at end of file + diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 17d2232319..4b5335d8cd 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -1874,6 +1874,10 @@ body#course-info .generalbox.info { text-align:right; } +#course-editsection .singlebutton { + text-align:center; +} + /*** *** Group ***/ -- 2.39.5