Fixed Linklist in zenburn.css and modified comments-style ins zenburn-light.css
This commit is contained in:
parent
e1e9ca14cb
commit
3fcbc1f054
@ -177,6 +177,9 @@ img {
|
||||
margin-top: 5px;
|
||||
margin-left: 10px;
|
||||
width: 250px;
|
||||
background: #656565;
|
||||
border: none;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
.submit_comment_text {
|
||||
@ -186,6 +189,9 @@ img {
|
||||
margin-top: 5px;
|
||||
margin-left: 19px;
|
||||
width: 250px;
|
||||
background: #656565;
|
||||
border: none;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
.submit_comment_quiz {
|
||||
@ -195,8 +201,18 @@ img {
|
||||
margin-top: 5px;
|
||||
margin-left: 13px;
|
||||
width: 50px;
|
||||
background: #656565;
|
||||
border: none;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
.submit_comment_button {
|
||||
margin: 10px 0px 5px 45px;
|
||||
border: 1px solid #656565;
|
||||
background: #656565;
|
||||
}
|
||||
|
||||
.submit_comment_button:active {
|
||||
background: #575757;
|
||||
}
|
||||
|
||||
|
@ -162,7 +162,6 @@ img {
|
||||
margin-top: 20px;
|
||||
width: 180px;
|
||||
min-height: 160px;
|
||||
max-height: 160px;
|
||||
}
|
||||
|
||||
.linklist_title {
|
||||
|
Loading…
Reference in New Issue
Block a user