fix posting form
This commit is contained in:
parent
24b6d87381
commit
86744c9349
@ -49,11 +49,18 @@ textarea {
|
|||||||
|
|
||||||
pre {
|
pre {
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
background: #3f3f3f;
|
align: center;
|
||||||
color: #d17600;
|
font-size: 13pt;
|
||||||
|
background: #98E;
|
||||||
|
color: black;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
|
font-weight: bold;
|
||||||
|
padding: 20px 20px 20px 20px;
|
||||||
|
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
@ -65,7 +72,7 @@ table.board-list-table {
|
|||||||
table tbody td {
|
table tbody td {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 4px 15px 4px 4px;
|
padding: 4px 15px 4px 4px;
|
||||||
|
vertical-align: top;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
table thead th {
|
table thead th {
|
||||||
@ -81,6 +88,31 @@ table tbody tr:nth-of-type( even ) {
|
|||||||
background-color: #D6DAF0;
|
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 {
|
.reply, .pagelist {
|
||||||
background: #D6DAF0;
|
background: #D6DAF0;
|
||||||
|
Reference in New Issue
Block a user