From: urs_hunkler <urs_hunkler>
Date: Sun, 3 Feb 2008 15:57:35 +0000 (+0000)
Subject: merged from 1.9 :: MDL-13181 :: added to handle changed xhtml
X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=1d36e84b4d4c6315acbed471b7d522f99a3104c7;p=moodle.git

merged from 1.9 :: MDL-13181 :: added to handle changed xhtml
.glossarypost div.concept h3,
.glossarypost.continuous .concept {
  display: inline;
}
---

diff --git a/theme/chameleon/user_styles.css b/theme/chameleon/user_styles.css
index 009f63c4e9..05b2f1ea5d 100644
--- a/theme/chameleon/user_styles.css
+++ b/theme/chameleon/user_styles.css
@@ -426,6 +426,12 @@ table.glossarypost {
   border-color: #FFFFFF #DDDDDD #DDDDDD #FFFFFF;
   background-color: #f8f8f8;
 }
+table.glossarypost div.concept h3 {
+  display: inline;
+}
+table.glossarypost.continuous div.concept {
+  display: inline;
+}
 div.entrybox {
   border-color: #FFFFFF #DDDDDD #DDDDDD #FFFFFF;
   background-color: #eee;
diff --git a/theme/custom_corners/user_styles.css b/theme/custom_corners/user_styles.css
index b25722c769..ec05d25943 100644
--- a/theme/custom_corners/user_styles.css
+++ b/theme/custom_corners/user_styles.css
@@ -1189,6 +1189,12 @@ body#mod-glossary-view div.glossarycontrol {
   white-space: nowrap;
   margin: 5px 0;
 }
+table.glossarypost div.concept h3 {
+  display: inline;
+}
+table.glossarypost.continuous div.concept {
+  display: inline;
+}
 div.mwiki div.tabtree {
   margin-top: 10px;
 }