The branch, master has been updated via 469624c23d97848da668c787ae15d75199ac6272 (commit) from 12f1bb773e9b429ae9c559d92f7525c6a98b3eea (commit)
- Log ----------------------------------------------------------------- commit 469624c23d97848da668c787ae15d75199ac6272 Author: Michal Čihař mcihar@novell.com Date: Thu Jun 2 15:48:34 2011 +0200
Add missing overflow
-----------------------------------------------------------------------
Summary of changes: themes/original/css/theme_right.css.php | 1 + themes/pmahomme/css/theme_right.css.php | 1 + 2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php index 880861b..7cd739a 100644 --- a/themes/original/css/theme_right.css.php +++ b/themes/original/css/theme_right.css.php @@ -1780,6 +1780,7 @@ fieldset .disabled-field td {
.CodeMirror-scroll { height: <?php echo ceil($GLOBALS['cfg']['TextareaRows'] * 1.2); ?>em; + overflow: auto; }
.CodeMirror-gutter { diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php index 23de23d..577b864 100644 --- a/themes/pmahomme/css/theme_right.css.php +++ b/themes/pmahomme/css/theme_right.css.php @@ -2123,6 +2123,7 @@ fieldset .disabled-field td { }
.CodeMirror-scroll { + overflow: auto; height: <?php echo ceil($GLOBALS['cfg']['TextareaRows'] * 1.2); ?>em; }
hooks/post-receive