}
input.bbutton {
- font-size: 12px;
+ font-size: 12px !important;
vertical-align: baseline;
-webkit-appearance: none;
text-shadow: 0 1px 1px #7b2121;
- font-family: "times, serif";
+ font-family: "times, serif" !important;
font-weight: 600;
color: white;
height: 28px;
}
.ui-tabs .ui-tabs-panel {
- background-color: #444445;
+ background-color: #444445 !important;
color: white;
font-size: 15px;
}
font-family: Arial;
color: white;
background-color: #585756;
- background-image: url('step-head.png');
+ background-image: url('../step-head.png');
background-repeat: repeat-x;
border: 1px solid black;
border-radius: 15px;
.navigation {
text-align: center;
padding: 5px 0;
- background-image: url('wizard-bottom-1.png');
+ background-image: url('../wizard-bottom-1.png');
background-repeat: repeat-x;
border-bottom-left-radius: 14px;
border-bottom-right-radius: 14px;
.step-first {
width: 126px;
- background-image: url('step-first.png');
+ background-image: url('../step-first.png');
}
.step-first-active {
width: 126px;
- background-image: url('step-first-active.png');
+ background-image: url('../step-first-active.png');
}
.step-first-next-active{
width: 126px;
- background-image: url('step-first-next-active.png');
+ background-image: url('../step-first-next-active.png');
}
.step-last {
width: 130px;
- background-image: url('step-last-1.png');
+ background-image: url('../step-last-1.png');
}
.step-last-active {
width: 130px;
- background-image: url('step-last-active-1.png');
+ background-image: url('../step-last-active-1.png');
}
.step-last-next-active{
width: 130px;
- background-image: url('step-last-next-active.png');
+ background-image: url('../step-last-next-active.png');
}
.step-normal, .step-prev-active {
- background-image: url('step.png');
+ background-image: url('../step.png');
}
.step-active{
- background-image: url('step-active.png');
+ background-image: url('../step-active.png');
}
.step-prev-active {
- background-image: url('step-prev-active.png');
+ background-image: url('../step-prev-active.png');
}
#title {
clear: left;
font-size: 14px;
font-weight: bold;
- background-image: url('wizard-header-1.png');
+ background-image: url('../wizard-header-1.png');
background-repeat: repeat-x;
padding: 4px;
}