Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions website/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,16 @@ a:hover{
}

.form input,.form textarea,.form label{
margin:5px auto;
/* margin:5px auto;*/
}

.form label{
color: #777;
}

.form .form-group{
margin-top: 20px;
/*margin-top: 20px;*/
margin:0;
}

.form input,.form textarea{
Expand All @@ -98,7 +99,8 @@ a:hover{
}

.form input[type="file"]{
margin: 10px 0;
/*margin: 10px 0;*/
margin:0;
line-height: 22px;
font-size: 18px;
background-color: #fff;
Expand Down
2 changes: 1 addition & 1 deletion website/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<span class="tagline">We want everyone to love your website</span>
</div>
<div class="col-md-8" style="padding-right: 0px;">
<form class="navbar-form navbar-right" action="/issue/" method="post" enctype="multipart/form-data">
<form class="navbar-form navbar-right form" action="/issue/" method="post" enctype="multipart/form-data">
{% csrf_token %}
<div class="form-group">
{% if request.GET.url %}
Expand Down