Fixed Linklist in zenburn.css and modified comments-style ins zenburn-light.css

This commit is contained in:
Pascal Turbing 2009-12-05 19:58:32 +01:00
parent e1e9ca14cb
commit 3fcbc1f054
2 changed files with 16 additions and 1 deletions

View File

@ -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;
}

View File

@ -162,7 +162,6 @@ img {
margin-top: 20px;
width: 180px;
min-height: 160px;
max-height: 160px;
}
.linklist_title {