2016-03-11 00:48:53 +00:00
|
|
|
.review-changes {
|
2017-02-27 12:04:18 +00:00
|
|
|
|
2017-06-09 14:30:52 +00:00
|
|
|
.input-row > div {
|
|
|
|
margin-right: 10px;
|
|
|
|
|
|
|
|
button {
|
|
|
|
height: 22px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#id-review-button-accept,
|
|
|
|
#id-review-button-reject {
|
|
|
|
span.caption {
|
|
|
|
vertical-align: middle;
|
|
|
|
font-size: 12px;
|
|
|
|
margin: 0 6px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.iconic {
|
|
|
|
width: 45px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prev, .next {
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
display: inline-block;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prev {
|
|
|
|
background-position: @search-dlg-offset-x @search-dlg-offset-y;
|
|
|
|
}
|
|
|
|
|
|
|
|
.next {
|
|
|
|
background-position: @search-dlg-offset-x @search-dlg-offset-y - 16px;
|
|
|
|
}
|
2017-02-27 12:04:18 +00:00
|
|
|
}
|