(refs #12)Fix styles

This commit is contained in:
takezoe
2014-04-29 16:42:40 +09:00
parent 9a0cc9e043
commit ecfaa0247a
2 changed files with 26 additions and 3 deletions

View File

@@ -671,6 +671,26 @@ div.issue-comment-action {
border-radius: 5px;
}
div.attachable {
margin-bottom: 10px;
}
div.attachable textarea {
margin-bottom: 0px;
border-bottom: 1px dashed #ccc;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
div.attachable div {
padding: 2px;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
background-color: white;
}
/****************************************************************************/
/* Pull Request */
/****************************************************************************/