You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bloodhound.apache.org by Apache Bloodhound <de...@bloodhound.apache.org> on 2013/07/22 13:15:36 UTC

Re: [Apache Bloodhound] #271: Monospace font family for text area inputs

#271: Monospace font family for text area inputs
--------------------------+-------------------------
  Reporter:  olemis       |      Owner:  nobody
      Type:  enhancement  |     Status:  new
  Priority:  trivial      |  Milestone:
 Component:  ui design    |    Version:
Resolution:               |   Keywords:  css starter
--------------------------+-------------------------

Comment (by mudri):

 {{{
 #!css
 Index: bloodhound_theme/bhtheme/htdocs/bloodhound.css
 ===================================================================
 --- bloodhound_theme/bhtheme/htdocs/bloodhound.css      (revision 1505634)
 +++ bloodhound_theme/bhtheme/htdocs/bloodhound.css      (working copy)
 @@ -1281,3 +1281,7 @@
  input[type="radio"]:not(:checked) + label span {
   text-decoration:underline;
  }
 +
 +textarea {
 + font-family: monospace;
 +}
 }}}

 This should do.

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/271#comment:2>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound issue tracker