48 lines
694 B
CSS
48 lines
694 B
CSS
.well {
|
|
border: 1px solid #fff;
|
|
background: none;
|
|
box-shadow:none;
|
|
}
|
|
.formlabel{
|
|
text-align:left;
|
|
}
|
|
.text-box {
|
|
height: 24px;
|
|
width: 220px;
|
|
}
|
|
|
|
#HappenDate {
|
|
width: 144px !important;
|
|
}
|
|
.input-group-addon{
|
|
padding:0px 12px !important;
|
|
}
|
|
.receipt{
|
|
margin-bottom:40px;
|
|
}
|
|
.chosen-container {
|
|
width: 223px !important;
|
|
}
|
|
.receipt label {
|
|
letter-spacing: 6px;
|
|
}
|
|
.productNumber label {
|
|
letter-spacing: 28px;
|
|
}
|
|
.comments label {
|
|
letter-spacing: 28px;
|
|
}
|
|
#Comments {
|
|
display: block;
|
|
min-width: 760px;
|
|
min-height: 60px;
|
|
}
|
|
.form-group {
|
|
min-height: 34px;
|
|
}
|
|
#Rate {
|
|
width: 209px;
|
|
}
|
|
.chosen-container .chosen-drop {
|
|
width: 223px;
|
|
} |