Author: sevein
Date: Fri Sep 2 10:27:05 2011
New Revision: 9656
Log:
Fix routes
Modified:
trunk/plugins/qtTrilliumPlugin/css/less/_drupal.less
Modified: trunk/plugins/qtTrilliumPlugin/css/less/_drupal.less
==============================================================================
--- trunk/plugins/qtTrilliumPlugin/css/less/_drupal.less Thu Sep 1
15:45:38 2011 (r9655)
+++ trunk/plugins/qtTrilliumPlugin/css/less/_drupal.less Fri Sep 2
10:27:05 2011 (r9656)
@@ -36,7 +36,7 @@
input.form-autocomplete {
- background-image: url(../../misc/throbber.gif);
+ background-image:
url(../../../sfDrupalPlugin/vendor/drupal/misc/throbber.gif);
background-repeat: no-repeat;
background-position: 100% 2px; /* LTR */
@@ -72,7 +72,7 @@
legend a {
- background-image: url(../../misc/menu-collapsed.png); /* LTR */
+ background-image:
url(../../../sfDrupalPlugin/vendor/drupal/misc/menu-collapsed.png); /* LTR */
background-position: 5px 50%; /* LTR */
}
@@ -96,7 +96,7 @@
display: inline;
padding-left: 15px; /* LTR */
- background: url(../../misc/menu-expanded.png) 5px 75% no-repeat; /*
LTR */
+ background:
url(../../../sfDrupalPlugin/vendor/drupal/misc/menu-expanded.png) 5px 75%
no-repeat; /* LTR */
}
@@ -164,7 +164,7 @@
margin-top: 4px;
height: 13px;
width: 13px;
- background: url(../../misc/draggable.png) no-repeat 0 0;
+ background: url(../../../sfDrupalPlugin/vendor/drupal/misc/draggable.png)
no-repeat 0 0;
}
a.tabledrag-handle-hover .handle {
background-position: 0 -20px;
@@ -177,13 +177,13 @@
float: left; /* LTR */
}
div.tree-child {
- background: url(../../misc/tree.png) no-repeat 11px center; /* LTR */
+ background: url(../../../sfDrupalPlugin/vendor/drupal/misc/tree.png)
no-repeat 11px center; /* LTR */
}
div.tree-child-last {
- background: url(../../misc/tree-bottom.png) no-repeat 11px center; /* LTR */
+ background: url(../../../sfDrupalPlugin/vendor/drupal/misc/tree-bottom.png)
no-repeat 11px center; /* LTR */
}
div.tree-child-horizontal {
- background: url(../../misc/tree.png) no-repeat -11px center;
+ background: url(../../../sfDrupalPlugin/vendor/drupal/misc/tree.png)
no-repeat -11px center;
}
/**
@@ -201,7 +201,7 @@
margin: 0 0.2em;
}
.progress .filled {
- background: #0072b9 url(../../misc/progress.gif);
+ background: #0072b9
url(../../../sfDrupalPlugin/vendor/drupal/misc/progress.gif);
height: 1.5em;
width: 5px;
}
@@ -218,7 +218,7 @@
width: 15px;
height: 15px;
margin: 2px;
- background: transparent url(../../misc/throbber.gif) no-repeat 0px -18px;
+ background: transparent
url(../../../sfDrupalPlugin/vendor/drupal/misc/throbber.gif) no-repeat 0px
-18px;
float: left; /* LTR */
}
tr .ajax-progress .throbber {
--
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.