Author: sevein
Date: Tue Jul 26 17:04:20 2011
New Revision: 9401
Log:
Improve fieldset styles when are rendered into yui panels, overriding default
drupal style
Modified:
trunk/css/form.css
Modified: trunk/css/form.css
==============================================================================
--- trunk/css/form.css Tue Jul 26 16:58:56 2011 (r9400)
+++ trunk/css/form.css Tue Jul 26 17:04:20 2011 (r9401)
@@ -100,3 +100,12 @@
color: #f00;
}
+
+/*********************************************************
+ FIELDSETS UNDER YUI PANELS
+**********************************************************/
+
+.yui-panel fieldset {
+ background: none;
+ border: 1px solid #ccc;
+}
--
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.