Author: sevein
Date: Mon Aug 13 10:53:25 2012
New Revision: 12082
Log:
Add box shadow effect to the translate bar
Modified:
trunk/plugins/sfTranslatePlugin/css/l10n_client.css
Modified: trunk/plugins/sfTranslatePlugin/css/l10n_client.css
==============================================================================
--- trunk/plugins/sfTranslatePlugin/css/l10n_client.css Mon Aug 13 10:51:25
2012 (r12081)
+++ trunk/plugins/sfTranslatePlugin/css/l10n_client.css Mon Aug 13 10:53:25
2012 (r12082)
@@ -7,7 +7,11 @@
position:fixed;
width:100%; height: 2em;
bottom:0px; left:0px;
- overflow:hidden;}
+ overflow:hidden;
+ -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
+ -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
+ box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
+}
* html #l10n-client {
position:static;}
--
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.