You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bloodhound.apache.org by rj...@apache.org on 2013/07/04 08:49:47 UTC

svn commit: r1499664 - /bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css

Author: rjollos
Date: Thu Jul  4 06:49:46 2013
New Revision: 1499664

URL: http://svn.apache.org/r1499664
Log:
Copied styles from `wiki.csst` to set a minimum height for textareas, improve alignment and fix size adjustment to vertical. Fixes #581.

Modified:
    bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css

Modified: bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css
URL: http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css?rev=1499664&r1=1499663&r2=1499664&view=diff
==============================================================================
--- bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css (original)
+++ bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css Thu Jul  4 06:49:46 2013
@@ -465,6 +465,12 @@ h1, h2, h3, h4 {
  padding: 0.8em 0px;
 }
 
+#edit, #text {
+ min-height: 10em;
+ padding: 0px;
+ resize: vertical;
+}
+
 /* @end */
 
 /* @group Search */