Author: sevein
Date: Thu Oct 13 16:01:41 2011
New Revision: 10079
Log:
Add generic CSS class to descriptions being shown in dialogs
Modified:
trunk/css/edit.css
Modified: trunk/css/edit.css
==============================================================================
--- trunk/css/edit.css Thu Oct 13 15:03:37 2011 (r10078)
+++ trunk/css/edit.css Thu Oct 13 16:01:41 2011 (r10079)
@@ -33,3 +33,17 @@
left: 100%;
margin-left: 3em;
}
+
+div.description-dialog {
+
+ position: absolute;
+ color: #444;
+ left: -200px;
+ width: 156px;
+ padding: 4px 8px;
+ background-color: #def;
+ border-radius: 4px;
+ -moz-border-radius: 4px;
+ -webkit-border-radius: 4px;
+ z-index: 10750;
+}
--
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.