Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
MINOR Cleaner tree icons
  • Loading branch information
felipesilverstripe authored and chillu committed Feb 3, 2012
1 parent 80a08aa commit f4c140b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Binary file modified admin/images/sitetree_ss_default_icons.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions admin/scss/_style.scss
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion scss/GridField.scss
Expand Up @@ -92,7 +92,7 @@ $gf_border_radius: 7px;
}
}
&.even {
background: $gf_colour_zebra;
//background: $gf_colour_zebra;
}

th {
Expand Down
2 changes: 1 addition & 1 deletion thirdparty/jstree/themes/apple/style.css
Expand Up @@ -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; }
Expand Down

0 comments on commit f4c140b

Please sign in to comment.