For anyone that's interested I've made a more Ext'ish style for the calculator.
PHP Code:
.ux-calc {
background: #C7D8ED;
}
.ux-calc-container {
border: 1px solid #718BB7;
}
.ux-calc-container .ux-calc-btn-row td {
font-family: tahoma, arial, helvetica, sans-serif;
font-size: 10px;
line-height: 18px;
border: 1px solid #8DB2E3;
}
.ux-calc-digit, .ux-calc-equals {
font-weight: bold;
}
.ux-calc-operator, .ux-calc-equals {
color: blue;
}
.ux-calc-memory {
color: #1E3B72;
}
.ux-calc-memstore {
border: 1px solid #8DB2E3 !important;
background-color: #D1D1D1;
}
.ux-calc-btn-hover {
background: #8DB2E3;
cursor: pointer;
}
.ux-calc-input {
text-align: right;
}
.ux-calc-misc { }
.ux-calc-ok {
padding-top:5px;
padding-bottom:5px;
border-top: 1px solid #8DB2E3;
}