added the process context menu

This commit is contained in:
Erik Amaru Ortiz
2011-02-10 21:37:30 +00:00
parent b03e8cd2af
commit 64cbbe9027
6 changed files with 147 additions and 294 deletions

View File

@@ -106,4 +106,20 @@
button.x-btn-text:focus,.x-combo-selected{
-moz-outline-style:none;
outline:none;
}
}
.icon-activate{
background-image: url("/images/activate.png");
}
.icon-deactivate{
background-image: url("/images/deactivate.png");
}
.icon-debug{
background-image: url("/images/debug.png");
}
.icon-debug-disabled{
background-image: url("/images/debug_disabled.png");
}