diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-04-26 12:18:11 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-04-26 12:18:11 +0000 |
commit | 22df83a71e97f752eeab510222009cb77df6bda8 (patch) | |
tree | e5b9c3cd84d80b14bf2ca5fb7b01dc3af8b7af3b /views | |
parent | 5f3faad7e5d540bea9eba1a0171f4d1a6e812106 (diff) | |
download | elgg-22df83a71e97f752eeab510222009cb77df6bda8.tar.gz elgg-22df83a71e97f752eeab510222009cb77df6bda8.tar.bz2 |
Update to SitePages and CSSEditor code input fields, code input (monospaced style) added to base css file.
git-svn-id: http://code.elgg.org/elgg/trunk@5874 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views')
-rw-r--r-- | views/default/css.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/views/default/css.php b/views/default/css.php index f05ad518e..0afb4b38d 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -1122,6 +1122,10 @@ input[type="text"]:focus { background: #e4ecf5; color:#333333; } +.input_textarea.monospace { + font-family:Monaco,"Courier New",Courier,monospace; + font-size:13px; +} a.longtext_control { float:right; margin-left:14px; |