Adjust issue / comment form

This commit is contained in:
Naoki Takezoe
2016-02-16 17:34:21 +09:00
parent 8494c682a7
commit 0cf1f43deb
2 changed files with 10 additions and 1 deletions

View File

@@ -14,7 +14,7 @@
<div class="panel panel-default issue-box">
<div class="panel-body">
<span id="error-title" class="error"></span>
<input type="text" name="title" class="form-control input-lg" value="" placeholder="Title" style="width: 680px;" autofocus/>
<input type="text" id="issue-title" name="title" class="form-control input-lg" value="" placeholder="Title" style="width: 680px;" autofocus/>
@helper.html.preview(
repository = repository,
content = "",

View File

@@ -1969,6 +1969,15 @@ div.container.blame-container{
display: none;
}
/* Adjust issue / comment form */
#issue-title {
width: 100% !important;
}
div.attachable>textarea,
div.attachable>div.clickable {
width: 100% !important;
}
/* Adjust issue search box size and position */
#search-filter-box {
width: 100% !important;