Skip to content

Commit

Permalink
Adds skin toolbar button for deploy window
Browse files Browse the repository at this point in the history
  • Loading branch information
Rendez authored and mikedeboer committed Aug 18, 2011
1 parent 1c7e34a commit 2bf604a
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 0 deletions.
Binary file added client/style/icons/delete_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
88 changes: 88 additions & 0 deletions client/style/skins.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1482,6 +1482,94 @@
</a:main>
</a:presentation>
</a:button>
<a:button name="c9-toolbarbutton2">
<a:style><![CDATA[
.c9-toolbarbutton2 {
height : 20px;
overflow : hidden;
cursor : default;
position : relative;
-moz-user-select : none;
-khtml-user-select : none;
user-select : none;
line-height : 13px;
margin: : 0 1px;
border : 1px solid transparent;
}
.c9-toolbarbutton2 .c9-icon {
display: none;
width: 18px;
height: 18px;
background-position : 0 -18px;
background-repeat : no-repeat;
}
.c9-toolbarbutton2Icon .c9-icon {
display : block;
}
.c9-toolbarbutton2Over {
}
.c9-toolbarbutton2 .c9-label {
position:relative;
overflow:hidden;
font-family:Arial;
font-size:12px;
color:#d6d6d6;
line-height:14px;
height:15px;
padding:3px 6px 0 6px;
}
.c9-toolbarbutton2Empty .c9-icon {
position:relative;
}
.c9-toolbarbutton2Empty .c9-label {
display:none;
}
.c9-toolbarbutton2Icon .c9-label {
padding:3px 6px 0 22px;
}
.c9-toolbarbutton2Icon.preview .c9-label {
padding-left : 25px;
}
.c9-toolbarbutton2Disabled .c9-icon {
background-position: 0 1px;
}
.c9-toolbarbutton2Over .c9-icon {
background-position: 0 -37px;
}
.c9-toolbarbutton2Down .c9-icon {
background-position: 0 -56px;
}
.c9-toolbarbutton2Disabled .c9-label {
color : #606060;
text-shadow : rgba(0, 0, 0, 1) 0px 1px 0px;
}
]]></a:style>

<a:presentation>
<a:main
caption = "div[2]/text()"
background = "."
icon = "div[1]">
<div class="c9-toolbarbutton2">
<div class="c9-icon"></div>
<div class="c9-label">-</div>
</div>
</a:main>
</a:presentation>
</a:button>
<a:button name="header-btn">
<a:style><![CDATA[
.header-btn {
Expand Down

0 comments on commit 2bf604a

Please sign in to comment.