web: fixed form tables width and padding in comments

This commit is contained in:
Bart Van Der Meerssche 2009-11-16 11:44:39 +00:00
parent f840b0925a
commit 40d5d11c7a
1 changed files with 10 additions and 7 deletions

View File

@ -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{