|
|
@@ -12,15 +12,16 @@
|
|
|
}
|
|
|
|
|
|
#choice {
|
|
|
- width: 290px;
|
|
|
+ width: 250px;
|
|
|
margin-left: 100px;
|
|
|
}
|
|
|
|
|
|
div.modal-dialog.modal-md {
|
|
|
- width: 500px !important;
|
|
|
+ width: 440px !important;
|
|
|
position: fixed !important;
|
|
|
top: 150px !important;
|
|
|
- left: 400px !important;
|
|
|
+ left: 50% !important;
|
|
|
+ margin-left: -200px;
|
|
|
}
|
|
|
|
|
|
a.cancle-close {
|
|
|
@@ -37,7 +38,7 @@
|
|
|
}
|
|
|
|
|
|
.modal-header {
|
|
|
- background-color: #3A76E4;
|
|
|
+ background-color: #5078cb;
|
|
|
line-height: 31px;
|
|
|
padding: 0px !important;
|
|
|
height: 31px;
|
|
|
@@ -51,16 +52,16 @@
|
|
|
}
|
|
|
|
|
|
.modal-footer .confirm {
|
|
|
- width: 90px;
|
|
|
+ width: 70px;
|
|
|
padding: 5px 10px;
|
|
|
- background-color: #3A76E4;
|
|
|
+ background-color: #5078cb;
|
|
|
border: none;
|
|
|
color: white;
|
|
|
font-size: 14px;
|
|
|
}
|
|
|
|
|
|
.modal-footer .cancle-button {
|
|
|
- width: 90px;
|
|
|
+ width: 70px;
|
|
|
padding: 5px 10px;
|
|
|
background-color: #D9D5CE;
|
|
|
border: none;
|