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 <bl...@incubator.apache.org> on 2012/11/16 15:02:41 UTC

Re: [Apache Bloodhound] #242: Wrong alignment of enum fields after #206

#242: Wrong alignment of enum fields after #206
------------------------+--------------------------------------
  Reporter:  olemis     |      Owner:  andrej
      Type:  defect     |     Status:  assigned
  Priority:  major      |  Milestone:  Release 3
 Component:  ui design  |    Version:
Resolution:             |   Keywords:  ticket field css starter
------------------------+--------------------------------------
Changes (by andrej):

 * status:  new => assigned
 * cc: andrej@… (added)
 * owner:  nobody => andrej


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

Fwd: [Apache Bloodhound] #242: Wrong alignment of enum fields after #206

Posted by Andrej Golcov <an...@digiverse.si>.
Hi all,

As Olemis pointed out in ticket description, the problem is caused by
missing margin settings for enum class in css.

I played a bit with css and the following solution looks good to me:

Index: bloodhound_theme/bhtheme/htdocs/bloodhound.css
===================================================================
--- bloodhound_theme/bhtheme/htdocs/bloodhound.css (revision 1410335)
+++ bloodhound_theme/bhtheme/htdocs/bloodhound.css (working copy)
@@ -214,10 +214,11 @@
   padding-left: 5px;
 }

-.ticket .properties h5 {
-  margin-bottom: 0px;
+.ticket .properties .enum h5 {
+  margin-top: 0px;
 }

+
 /* @end */



---------- Forwarded message ----------
From: Apache Bloodhound <bl...@incubator.apache.org>
Date: 16 November 2012 15:02
Subject: Re: [Apache Bloodhound] #242: Wrong alignment of enum fields after
#206
To:
Cc: bloodhound-commits@incubator.apache.org


#242: Wrong alignment of enum fields after #206
------------------------+--------------------------------------
  Reporter:  olemis     |      Owner:  andrej
      Type:  defect     |     Status:  assigned
  Priority:  major      |  Milestone:  Release 3
 Component:  ui design  |    Version:
Resolution:             |   Keywords:  ticket field css starter
------------------------+--------------------------------------
Changes (by andrej):

 * status:  new => assigned
 * cc: andrej@… (added)
 * owner:  nobody => andrej


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