| ... | ... |
@@ -505,26 +505,26 @@ |
| 505 | 505 |
border-bottom: 1px solid $gray-light; |
| 506 | 506 |
overflow: auto; |
| 507 | 507 |
margin: 0 -9px; |
| 508 |
- padding: 0 9px; |
|
| 508 |
+ padding: 0 9px 8px; |
|
| 509 | 509 |
|
| 510 | 510 |
.load-history {
|
| 511 |
- |
|
| 511 |
+ font-weight: bold; |
|
| 512 | 512 |
} |
| 513 | 513 |
|
| 514 | 514 |
.current {
|
| 515 |
- |
|
| 515 |
+ cursor: default; |
|
| 516 | 516 |
} |
| 517 | 517 |
|
| 518 |
- label {
|
|
| 519 |
- margin: 0; |
|
| 518 |
+ .action {
|
|
| 519 |
+ margin: 0 0 0 5px; |
|
| 520 | 520 |
padding: 0; |
| 521 |
- } |
|
| 521 |
+ font-weight: bold; |
|
| 522 |
+ cursor: default; |
|
| 523 |
+ color: black; |
|
| 522 | 524 |
|
| 523 |
- input {
|
|
| 524 |
- width: auto; |
|
| 525 |
- height: auto; |
|
| 526 |
- margin: 0; |
|
| 527 |
- padding: 0; |
|
| 525 |
+ &:hover {
|
|
| 526 |
+ cursor: pointer; |
|
| 527 |
+ } |
|
| 528 | 528 |
} |
| 529 | 529 |
} |
| 530 | 530 |
|
| ... | ... |
@@ -613,7 +613,7 @@ |
| 613 | 613 |
padding-top: 20px; |
| 614 | 614 |
padding-left: 9px; |
| 615 | 615 |
border-top: 1px solid $gray-light; |
| 616 |
- margin: 10px -9px 0; |
|
| 616 |
+ margin: 0 -9px; |
|
| 617 | 617 |
position: relative; |
| 618 | 618 |
|
| 619 | 619 |
input {
|