From 1aaaa067dfd5520ed9823a9680edf6a87994e50d Mon Sep 17 00:00:00 2001 From: skodak Date: Mon, 23 Oct 2006 11:17:56 +0000 Subject: [PATCH] glossary tabs (when updating a glossary) is not aligned properly MDL-7172 ; merged from MOODLE_17_STABLE --- theme/standard/styles_layout.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index fb3e877f47..445051ccba 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -1946,10 +1946,10 @@ body#mod-forum-search .introcontent { width: 100%; } -.mod-glossary .tabs { +.mod-glossary .glossarydisplay .tabs { margin-bottom: 0px; } -.mod-glossary .tabs .side { +.mod-glossary .glossarydisplay .tabs .side { border-style: none; border-width: 0px; width: auto; -- 2.39.5