mirror of https://github.com/vtrois/kratos
pull/390/head
parent
5492883d93
commit
fb4cfdf1cd
15
style.css
15
style.css
|
@ -1784,21 +1784,22 @@ ol {
|
||||||
|
|
||||||
#commentpage a {
|
#commentpage a {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 144px;
|
width: 100px;
|
||||||
height: 37px;
|
height: 32px;
|
||||||
border: none;
|
border-radius: 3px;
|
||||||
border-radius: 2px;
|
|
||||||
background-color: #00a2ff;
|
background-color: #00a2ff;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: 15px;
|
font-size: 14px;
|
||||||
line-height: 2.4;
|
|
||||||
transition: all 0.15s ease-in-out;
|
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
-moz-user-select: none;
|
-moz-user-select: none;
|
||||||
-ms-user-select: none;
|
-ms-user-select: none;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#commentpage a span {
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 768px) {
|
@media screen and (max-width: 768px) {
|
||||||
.k-main .details .comments .comment-form-author {
|
.k-main .details .comments .comment-form-author {
|
||||||
padding-right: 15px;
|
padding-right: 15px;
|
||||||
|
|
Loading…
Reference in New Issue