mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-12 01:50:48 +01:00
Minor changes to form and boardlist in sharp.css
This commit is contained in:
parent
504282b55f
commit
2a152b7ff1
@ -80,6 +80,7 @@ input[type="text"], input[type="password"], textarea {
|
|||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
word-spacing: normal;
|
word-spacing: normal;
|
||||||
|
padding: 4px;
|
||||||
}
|
}
|
||||||
form table tr td {
|
form table tr td {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
@ -93,11 +94,11 @@ form table tr th {
|
|||||||
form table tr th {
|
form table tr th {
|
||||||
background: #AF0A0F;
|
background: #AF0A0F;
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
|
border: 1px solid #800000;
|
||||||
}
|
}
|
||||||
form table tr td div {
|
form table tr td div {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
float: left;
|
float: left;
|
||||||
padding-left: 3px;
|
|
||||||
}
|
}
|
||||||
form table tr td div input {
|
form table tr td div input {
|
||||||
display: block;
|
display: block;
|
||||||
@ -345,8 +346,7 @@ div.boardlist.bottom {
|
|||||||
}
|
}
|
||||||
div.boardlist a {
|
div.boardlist a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color:#ffff22;
|
color: #AF0A0F;
|
||||||
text-shadow: #000 1px 1px 1px, #000 -1px -1px 1px, #950000 1px 1px 2px, #009500 -1px -1px 2px;
|
|
||||||
}
|
}
|
||||||
div.report {
|
div.report {
|
||||||
color: #333;
|
color: #333;
|
||||||
|
Loading…
Reference in New Issue
Block a user