##// END OF EJS Templates
Limit resizing of textare vertically....
Jean-Philippe Lang -
r10539:ea0e3849e39b
parent child
Show More
@@ -314,7 +314,7 hr { width: 100%; height: 1px; background: #ccc; border: 0;}
314 blockquote { font-style: italic; border-left: 3px solid #e0e0e0; padding-left: 0.6em; margin-left: 2.4em;}
314 blockquote { font-style: italic; border-left: 3px solid #e0e0e0; padding-left: 0.6em; margin-left: 2.4em;}
315 blockquote blockquote { margin-left: 0;}
315 blockquote blockquote { margin-left: 0;}
316 acronym { border-bottom: 1px dotted; cursor: help; }
316 acronym { border-bottom: 1px dotted; cursor: help; }
317 textarea.wiki-edit { width: 99%; }
317 textarea.wiki-edit {width:99%; resize:vertical;}
318 li p {margin-top: 0;}
318 li p {margin-top: 0;}
319 div.issue {background:#ffffdd; padding:6px; margin-bottom:6px;border: 1px solid #d7d7d7;}
319 div.issue {background:#ffffdd; padding:6px; margin-bottom:6px;border: 1px solid #d7d7d7;}
320 p.breadcrumb { font-size: 0.9em; margin: 4px 0 4px 0;}
320 p.breadcrumb { font-size: 0.9em; margin: 4px 0 4px 0;}
General Comments 0
You need to be logged in to leave comments. Login now