Adjust CSS styles.

This commit is contained in:
takezoe
2013-07-03 04:16:56 +09:00
parent ee7e059067
commit 8740e45483
3 changed files with 39 additions and 16 deletions

View File

@@ -107,7 +107,7 @@ h3 {
div.box {
background-color: #efefef;
padding: 2px;
margin-bottom: 20px;
margin-bottom: 10px;
}
div.box-header {
@@ -313,6 +313,13 @@ pre.blob {
/****************************************************************************/
/* Issues */
/****************************************************************************/
span.issue-status {
display: block;
font-size: large;
text-align: center;
padding: 8px;
}
table.table-issues {
margin-top: 12px;
}
@@ -430,6 +437,18 @@ h4#issueTitle {
padding: 0px;
}
div.issue-comment-box {
margin-bottom: 15px;
margin-top: 25px;
}
div.issue-comment-action {
padding-bottom: 10px;
padding-top: 0px;
margin-bottom: 10px;
border-bottom: 4px solid #ddd;
}
/****************************************************************************/
/* Wiki */
/****************************************************************************/