-/*!
- * Ext JS Library 3.0.3
- * Copyright(c) 2006-2009 Ext JS, LLC
- * licensing@extjs.com
- * http://www.extjs.com/license
- */
#container {
width:600px;
height:400px;
.view {
background-image: url( ../menu/images/view.gif ) !important;
}
+.money-up {
+ background-image: url( images/money_add.png ) !important;
+}
+.money-down {
+ background-image: url( images/money_delete.png ) !important;
+}
.btn-panel td {
padding-left:5px;
h3 {
font-weight:normal !important;
+}
+
+.company {
+ float: left;
+ width: 179px;
+ height: 30px;
+ margin: 5px;
+ padding: 5px;
+ cursor: pointer;
+}
+
+.company h3 {
+ font-weight: bold !important;
+}
+
+.company .up {
+ color: green;
+}
+
+.company .down {
+ color: red;
+}
+
+.company.x-view-selected {
+ background-color: #efefef;
}
\ No newline at end of file