#242: Wrong alignment of enum fields after #206
------------------------+--------------------------------------
Reporter: olemis | Owner: nobody
Type: defect | Status: new
Priority: major | Milestone: Release 3
Component: ui design | Version:
Resolution: | Keywords: ticket field css starter
------------------------+--------------------------------------
Changes (by olemis):
* keywords: => ticket field css starter
* cc: olemis+bh@… (added)
* milestone: => Release 3
Old description:
> ,, ... via ''Bloodhound'' quick create ticket dialog,,
New description:
This issue is a side effect after applying patches for #206 . Fact is that
enum fields label and value do not seem to be aligned correctly . Hence
the list is hard to read because some effort needs to be made to associate
them as a pair .
This seems to be caused by part of the
[attachment:ticket:206:t206_r1394017_ticket_enum_fields.diff patch for
enum fields] not being applied . Details follow .
{{{
#!diff
# HG changeset patch
# Parent aaec80713bacf8114e0c57a47383787a2753c5d8
BH Theme #206 : Ticket enum fields according to responsive mockups
diff -r aaec80713bac bhtheme/htdocs/bloodhound.css
--- a/bhtheme/htdocs/bloodhound.css Sun Oct 07 20:31:49 2012 -0500
+++ b/bhtheme/htdocs/bloodhound.css Mon Oct 08 17:23:40 2012 -0500
@@ -213,6 +213,17 @@
.bh-ticket-buttons {
padding-left: 5px;
}
+
+.ticket .properties h5 {
+ margin-bottom: 0px;
+}
+
+.ticket .properties .enum h5 {
+ margin-top: 0px;
+}
+
+/* @end */
+
/* @group Quick Ticket fieldset */
#qct-fieldset {
}}}
,, ... via ''Bloodhound'' quick create ticket dialog,,
--
--
Ticket URL: <https://issues.apache.org/bloodhound/ticket/242#comment:1>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker