From 97f8f9c21593e4de2363cf983ec33a64959728b7 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Fri, 30 Mar 2007 00:31:23 +0000 Subject: [PATCH] Added one more style to center some tables in glossary. Merged from MOODLE_18_STABLE --- theme/standard/styles_layout.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 7e2bef5b5f..ab454510f7 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -2953,6 +2953,12 @@ body#mod-forum-search .introcontent { .glossarydisplay .tabs .general { } +.glossaryimportexport { + margin-left:auto; + margin-right:auto; + text-align:center; +} + .glossarypopup { width: 95%; } -- 2.39.5