Author: jdreimann
Date: Wed Apr 18 16:43:03 2012
New Revision: 1327573
URL: http://svn.apache.org/viewvc?rev=1327573&view=rev
Log:
Set font-size in Ticket view properties to 100% and fixed the alignments of
some more labels
Modified:
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css
Modified:
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css
URL:
http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css?rev=1327573&r1=1327572&r2=1327573&view=diff
==============================================================================
--- incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css
(original)
+++ incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css
Wed Apr 18 16:43:03 2012
@@ -57,7 +57,14 @@ span:target {
.buttons form,
.buttons form div,
-.filters label {
+.filters label,
+#action label,
+#trac-comments-order label,
+#changeinfo label,
+.iefix #rows label,
+label + input,
+input + label,
+label > input {
display: inline;
}
@@ -95,4 +102,14 @@ span:target {
text-align:right;
}
-/* @end */
\ No newline at end of file
+/* @end */
+
+#ticket table.properties td,
+#ticket table.properties th {
+ font-size: 100%;
+}
+
+#ticket footer {
+ text-align: right;
+
+}
\ No newline at end of file