MINOR Cleaner tree icons

This commit is contained in:
Felipe Skroski 2012-02-02 18:24:32 +13:00 committed by Ingo Schommer
parent 80a08aab60
commit f4c140bcf4
4 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 6.8 KiB

View File

@ -555,8 +555,8 @@ body.cms {
/**
* CMS Batch actions
*/
.cms-content-batchactions, .cms-content-constructive-actions {
float: right;
.cms-content-constructive-actions {
float: left;
}
.cms-content-batchactions {

View File

@ -92,7 +92,7 @@ $gf_border_radius: 7px;
}
}
&.even {
background: $gf_colour_zebra;
//background: $gf_colour_zebra;
}
th {

View File

@ -6,7 +6,7 @@
.jstree-apple > ul { background:url("bg.jpg") left top repeat; }
.jstree-apple li,
.jstree-apple ins { background-image:url("d.png"); background-repeat:no-repeat; background-color:transparent; }
.jstree-apple ins {background-color:transparent; }
.jstree-apple li { background-position:-90px 0; background-repeat:repeat-y; }
.jstree-apple li.jstree-last { background:transparent; }
.jstree-apple .jstree-open > ins { background-position:-72px 0; }