Author: jablko
Date: Thu Oct 21 20:20:45 2010
New Revision: 8356
Log:
Add CSS transition to YUI dialogs
Modified:
trunk/plugins/sfClassicPlugin/css/main.css
Modified: trunk/plugins/sfClassicPlugin/css/main.css
==============================================================================
--- trunk/plugins/sfClassicPlugin/css/main.css Thu Oct 21 17:17:19 2010
(r8355)
+++ trunk/plugins/sfClassicPlugin/css/main.css Thu Oct 21 20:20:45 2010
(r8356)
@@ -441,6 +441,20 @@
word-wrap: break-word;
}
+.yui-dialog
+{
+ opacity: 1;
+
+ -moz-transition: opacity .5s;
+ -o-transition: opacity .5s;
+ -webkit-transition: opacity .5s;
+}
+
+.yui-overlay-hidden
+{
+ opacity: 0;
+}
+
#breadcrumb li
{
display: inline;
--
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.