* finished comment field
This commit is contained in:
parent
f113778e17
commit
0418692f07
4 changed files with 35 additions and 13 deletions
|
|
@ -63,6 +63,11 @@ body {
|
|||
text-decoration:none;color:black;
|
||||
}
|
||||
|
||||
.cHead {
|
||||
font-size:large;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.innerBoxTop {
|
||||
height: 28px;
|
||||
color: #000000;
|
||||
|
|
@ -112,3 +117,13 @@ body {
|
|||
.innerBoxComments {
|
||||
padding-left: 20px
|
||||
}
|
||||
|
||||
|
||||
label span {
|
||||
width: 6%;
|
||||
float: left;
|
||||
}
|
||||
|
||||
label input {
|
||||
display: block;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue