|
|
@@ -3255,7 +3255,7 @@ input::-webkit-clear{display:none;}
|
|
|
margin-left: 26%;
|
|
|
}
|
|
|
#myquest-public .group-container .btn-group .style-btn, #myrequest-btn .btn-group .style-btn{
|
|
|
- width: 130px;
|
|
|
+ width: 150px;
|
|
|
text-align: center;
|
|
|
height: 45px;
|
|
|
line-height: 45px;
|
|
|
@@ -3287,4 +3287,7 @@ input::-webkit-clear{display:none;}
|
|
|
.textmore{display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
|
|
|
#order-detail-list .table-default .header{
|
|
|
box-shadow: none;
|
|
|
+}
|
|
|
+input[required]:invalid, input:focus:invalid, textarea[required]:invalid, textarea:focus:invalid{
|
|
|
+ -moz-box-shadow: none;
|
|
|
}
|