Limit resizing of textare vertically.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10761 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
96b7c041c8
commit
ea0e3849e3
|
@ -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;}
|
||||
|
|
Loading…
Reference in New Issue