]> source.dussan.org Git - redmine.git/commitdiff
Limit resizing of textare vertically.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 29 Oct 2012 13:11:29 +0000 (13:11 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 29 Oct 2012 13:11:29 +0000 (13:11 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10761 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/application.css

index f45d408d743f3a19324b269937b4dd89bdaf2691..081a3ee7f8977582722ada482da07c634b019f0a 100644 (file)
@@ -314,7 +314,7 @@ hr { width: 100%; height: 1px; background: #ccc; border: 0;}
 blockquote { font-style: italic; border-left: 3px solid #e0e0e0; padding-left: 0.6em; margin-left: 2.4em;}
 blockquote blockquote { margin-left: 0;}
 acronym  { border-bottom: 1px dotted; cursor: help; }
-textarea.wiki-edit { width: 99%; }
+textarea.wiki-edit {width:99%; resize:vertical;}
 li p {margin-top: 0;}
 div.issue {background:#ffffdd; padding:6px; margin-bottom:6px;border: 1px solid #d7d7d7;}
 p.breadcrumb { font-size: 0.9em; margin: 4px 0 4px 0;}