971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
|
padding: 0.25em;
}
div.forumpost-single-controls {
/* UI controls along the bottom of a single post
** in the thread view. */
}
.forum div > form {
width: 100%;
margin: 0.5em 0;
display: block;
}
.forum div > form > * {
margin-bottom: 0.35em;
}
.forum-post-collapser {
/* Common style for the bottom-of-post and right-of-post
expand/collapse widgets. */
|
<
|
>
>
>
|
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
|
padding: 0.25em;
}
div.forumpost-single-controls {
/* UI controls along the bottom of a single post
** in the thread view. */
}
.forum div > form {
margin: 0.5em 0;
display: inline-block;
}
body.cpage-forumedit div > form {
width: 100%;
}
.forum div > form > * {
margin-bottom: 0.35em;
}
.forum-post-collapser {
/* Common style for the bottom-of-post and right-of-post
expand/collapse widgets. */
|