web: fixed form tables width and padding in comments
This commit is contained in:
parent
f840b0925a
commit
40d5d11c7a
|
@ -421,6 +421,10 @@ table {
|
|||
font-size: 1em;
|
||||
}
|
||||
|
||||
form table {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
th, td {
|
||||
padding: 0.1em 1em;
|
||||
}
|
||||
|
@ -571,7 +575,6 @@ div.comment div.content p {
|
|||
|
||||
div.comment div.content p+p {
|
||||
margin-top: 1.5em;
|
||||
padding: 0 3em;
|
||||
}
|
||||
|
||||
div.even div.content { background-color: #fff; }
|
||||
|
@ -638,7 +641,7 @@ div.geshifilter {
|
|||
font-size: 1.3em;
|
||||
line-height: 1.3;
|
||||
padding: 1em;
|
||||
margin: 0.5em 2.6em;
|
||||
margin: 0.5em 2em;
|
||||
}
|
||||
|
||||
.tips code{
|
||||
|
|
Loading…
Reference in New Issue