From: urs_hunkler Date: Sun, 13 Jan 2008 17:53:44 +0000 (+0000) Subject: merged from 1.9 :: MDL-12564 :: added font-family to the arrow properties. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=9ef050900e192ee37ac38b19efd8ba09585c35f1;p=moodle.git merged from 1.9 :: MDL-12564 :: added font-family to the arrow properties. --- diff --git a/theme/chameleon/user_styles.css b/theme/chameleon/user_styles.css index dcc57c2abf..009f63c4e9 100644 --- a/theme/chameleon/user_styles.css +++ b/theme/chameleon/user_styles.css @@ -33,6 +33,12 @@ a.dimmed:visited { table.generaltable { background-color: #EEEEEE; } +span.arrow { + font-family: Arial, Helvetica, Courier, sans-serif; +} +p.arrow_button input { + font-family: Arial, Helvetica, Courier, sans-serif; +} img.resize { width: 1em; height: 1em;