Author: david
Date: Thu Oct 20 14:34:31 2011
New Revision: 10146
Log:
Inline field labels
Modified:
trunk/css/print.css
Modified: trunk/css/print.css
==============================================================================
--- trunk/css/print.css Thu Oct 20 14:08:35 2011 (r10145)
+++ trunk/css/print.css Thu Oct 20 14:34:31 2011 (r10146)
@@ -318,9 +318,27 @@
margin-bottom: 0px;
}
+.search-results .field
+{
+ padding: 0 4px;
+ margin-left: 0;
+}
+
.search-results .field h3
{
font-size: inherit;
+ display: inline;
+}
+
+.search-results .field h3:after
+{
+ content: ":";
+}
+
+.search-results .field div
+{
+ margin-left: 0;
+ display: inline;
}
.search-results h2
@@ -328,6 +346,8 @@
border-bottom: none;
}
+
+
#page,
#page-wrapper
{
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-commits?hl=en.