Merge pull request #581 from squat/revert_btn_fix

frontend: revert button fix
This commit is contained in:
Eric Chiang 2016-09-29 15:48:30 -07:00 committed by GitHub
commit 372e4a0576
2 changed files with 7 additions and 7 deletions

View file

@ -89,14 +89,14 @@
}
.btn {
border: none;
border-radius: 4px;
box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.25), 0 0px 1px rgba(0, 0, 0, 0.25);
cursor: pointer;
padding: 0;
font-size: 14px;
line-height: 1;
padding: 6px 12px;
border-radius: 4px;
border: none;
cursor: pointer;
font-size: 16px;
}
.btn:focus {
outline: none;
}

View file

@ -37,7 +37,7 @@
</div>
{{ end }}
<button type="submit" class="btn btn-tec">Reset</button>
<button type="submit" class="btn btn-primary">Reset</button>
<input type="hidden" name="token" value="{{ .Token }}" />
</form>
{{ end }}