projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
186133d
)
Tweak default HTML UI font
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 9 Feb 2010 06:46:54 +0000
(23:46 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 9 Feb 2010 06:46:54 +0000
(23:46 -0700)
imp/lib/Ui/Compose.php
patch
|
blob
|
history
diff --git
a/imp/lib/Ui/Compose.php
b/imp/lib/Ui/Compose.php
index
056113e
..
62b9bb6
100644
(file)
--- a/
imp/lib/Ui/Compose.php
+++ b/
imp/lib/Ui/Compose.php
@@
-198,7
+198,13
@@
class IMP_Ui_Compose
'resize_enabled: false',
/* Use the old skin for now. */
- 'skin: "v2"'
+ 'skin: "v2"',
+
+ /* Default display font. This is NOT the font used to send
+ * the message, however. */
+ 'contentsCss: "body { font-family: Arial; font-size: 12px; }"',
+ 'font_defaultLabel: "Arial"',
+ 'fontSize_defaultLabel: "12px"'
);
$buttons = $GLOBALS['prefs']->getValue('ckeditor_buttons');