Author: sevein
Date: Thu Oct 13 11:14:22 2011
New Revision: 10065

Log:
Align search and browse boxes to left

Modified:
   trunk/plugins/sfCaribouPlugin/css/style.css

Modified: trunk/plugins/sfCaribouPlugin/css/style.css
==============================================================================
--- trunk/plugins/sfCaribouPlugin/css/style.css Thu Oct 13 11:01:55 2011        
(r10064)
+++ trunk/plugins/sfCaribouPlugin/css/style.css Thu Oct 13 11:14:22 2011        
(r10065)
@@ -156,6 +156,29 @@
   color: White;
 }
 
+/* START: align browser/search layers to left */
+
+#page > .search .content,
+#page > .browse .content
+{
+  width: 770px;
+  margin: 0 auto;
+}
+
+#page > .search form
+{
+  width: 550px;
+  margin: 0;
+}
+
+#page > .browse ul
+{
+  text-align: left;
+  margin-left: 1em;
+}
+
+/* END: align browser/search layers to left */
+
 #page .browse
 {
   padding: 0.4em 0 1em 0;

-- 
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.

Reply via email to