Skip to content
This repository has been archived by the owner on Aug 5, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
add cloudia-san
  • Loading branch information
Genki Sugawara committed Aug 19, 2012
1 parent bcdca3d commit 2ad558a
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ec2ui/content/ec2ui/images_tab_overlay.xul
Expand Up @@ -127,7 +127,7 @@
persist="width ordinal hidden sortDirection" />
<splitter class="tree-splitter" />
</treecols>
<treechildren context="ec2ui.images.contextmenu"/>
<treechildren id="ec2ui_images_view_treechildren" context="ec2ui.images.contextmenu"/>
</tree>
</groupbox>
<splitter style="max-width: 4px; height: 4px;" persist="state" collapse="after"
Expand Down
2 changes: 1 addition & 1 deletion ec2ui/content/ec2ui/instances_tab_overlay.xul
Expand Up @@ -236,7 +236,7 @@
flex="2" persist="width ordinal hidden sortDirection" />
<splitter class="tree-splitter" />
</treecols>
<treechildren context="ec2ui.instances.contextmenu" />
<treechildren id="ec2ui_instances_view_treechildren" context="ec2ui.instances.contextmenu" />
</tree>
</groupbox>
</tabpanel>
Expand Down
Binary file added ec2ui/skin/classic/ec2ui/cloudia-san.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ec2ui/skin/classic/ec2ui/cloudia-san2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions ec2ui/skin/classic/ec2ui/ec2ui.css
@@ -1,3 +1,15 @@
#ec2ui_instances_view_treechildren {
background-image: url("chrome://ec2ui/skin/cloudia-san.png");
background-repeat: no-repeat;
background-position: right bottom;
}

#ec2ui_images_view_treechildren {
background-image: url("chrome://ec2ui/skin/cloudia-san2.png");
background-repeat: no-repeat;
background-position: left bottom;
}

#elasticfoxButton {
list-style-image: url("chrome://ec2ui/skin/button.png");
}
Expand Down

0 comments on commit 2ad558a

Please sign in to comment.