Corrected changes improperly set in catalog.css
Conflicts: stylesheets/style.css
This commit is contained in:
parent
40409f8717
commit
153622c068
@ -516,14 +516,14 @@ form.ban-appeal textarea {
|
|||||||
margin-right: 15px;
|
margin-right: 15px;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
font-weight:normal;
|
font-weight:normal;
|
||||||
width:205px;
|
padding: 2px;
|
||||||
|
height:300px;
|
||||||
|
width:205px;
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
position: relative;
|
position: relative;
|
||||||
font-size:11px;
|
font-size:11px;
|
||||||
padding: 15px;
|
background: rgba(182, 182, 182, 0.12);
|
||||||
max-height:300px;
|
border: 2px solid rgba(111, 111, 111, 0.34);
|
||||||
background: rgba(182, 182, 182, 0.12);
|
|
||||||
border: 2px solid rgba(111, 111, 111, 0.34);
|
|
||||||
}
|
}
|
||||||
.theme-catalog div.thread strong {
|
.theme-catalog div.thread strong {
|
||||||
display: block;
|
display: block;
|
||||||
@ -533,6 +533,11 @@ form.ban-appeal textarea {
|
|||||||
margin-left: -20px;
|
margin-left: -20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
+div.threads:hover {
|
||||||
|
background: #D6DAF0;
|
||||||
|
border-color: #B7C5D9;
|
||||||
|
}
|
||||||
|
|
||||||
.theme-catalog div.grid-size-vsmall img {
|
.theme-catalog div.grid-size-vsmall img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
max-height: 100px;
|
max-height: 100px;
|
||||||
|
Loading…
Reference in New Issue
Block a user