Author: sevein
Date: Fri Sep 2 17:40:44 2011
New Revision: 9660
Log:
Trillium, reset default table margins for treeview
Modified:
trunk/plugins/qtTrilliumPlugin/css/less/_misc.less
Modified: trunk/plugins/qtTrilliumPlugin/css/less/_misc.less
==============================================================================
--- trunk/plugins/qtTrilliumPlugin/css/less/_misc.less Fri Sep 2 17:16:07
2011 (r9659)
+++ trunk/plugins/qtTrilliumPlugin/css/less/_misc.less Fri Sep 2 17:40:44
2011 (r9660)
@@ -32,6 +32,7 @@
* Actions
*
*/
+
.actions {
background: #f5f5f5;
@@ -85,6 +86,7 @@
*
*
*/
+
body.index #content {
.section {
@@ -139,6 +141,7 @@
* Message boxes
* Based in [email protected]
*/
+
.messages {
.gradientBar(#fceec1, #eedc94);
@@ -299,3 +302,21 @@
content: normal;
}
+
+/*
+ * Treeview
+ */
+
+#treeView {
+
+ table,
+ th,
+ td {
+
+ margin: 0;
+ padding: 0;
+ border: 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.