#306: Last modified text prevents PageOutline from floating all the way to the
right
------------------------+---------------------
Reporter: rjollos | Owner: nobody
Type: defect | Status: new
Priority: trivial | Milestone:
Component: ui design | Version: 0.3.0
Resolution: | Keywords: starter
------------------------+---------------------
Comment (by mudri):
One thing that fixes it is pushing the #wikipage down below the date:
{{{
#!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,20 @@
input[type="radio"]:not(:checked) + label span {
text-decoration:underline;
}
+
+#wikipage {
+ margin-top: 2em;
+}
}}}
But isn't it good enough to say that everything should occur below the
main title? Maybe that could be enforced before the form is submitted, but
it might be just a guideline.
--
Ticket URL: <https://issues.apache.org/bloodhound/ticket/306#comment:4>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound issue tracker