Archived
1
0

fix posting form

This commit is contained in:
ZiRo 2016-02-17 14:51:25 +01:00
parent 24b6d87381
commit 86744c9349

View File

@ -49,11 +49,18 @@ textarea {
pre {
white-space: pre-wrap;
background: #3f3f3f;
color: #d17600;
align: center;
font-size: 13pt;
background: #98E;
color: black;
display: inline-block;
overflow-wrap: break-word;
word-wrap: break-word;
font-weight: bold;
padding: 20px 20px 20px 20px;
margin-left: auto;
margin-right: auto;
}
table {
@ -65,7 +72,7 @@ table.board-list-table {
table tbody td {
margin: 0;
padding: 4px 15px 4px 4px;
vertical-align: top;
text-align: left;
}
table thead th {
@ -81,6 +88,31 @@ table tbody tr:nth-of-type( even ) {
background-color: #D6DAF0;
}
.postform >tr, th {
background: #98E;
font-size: 10pt;
text-align: left;
padding-right: 10px;
padding-left: 4px;
}
.postfrom tbody,tr {
background-color: transparent!important;
}
input[type="text"],input[type="password"],textarea {
border: 1px solid #a9a9a9;
text-indent: 0;
text-shadow: none;
text-transform: none;
word-spacing: normal;
font-size: inherit;
font-family: sans-serif;
}
#board_td {
vertical-align: top;
}
.reply, .pagelist {
background: #D6DAF0;