fixed css bug in firefox for login page

This commit is contained in:
David Baldwynn 2017-03-10 16:13:42 -08:00
parent bbb0b88a93
commit 0f3ae25024
No known key found for this signature in database
GPG key ID: 15D1C13202224A9B
7 changed files with 7 additions and 7 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -69,7 +69,7 @@
</uib-tab>
<uib-tab ng-if="tabData" heading="Share" index="{{tabData.length}}">
<div class="config-form">
<div class="row">
<div class="row">(
<div class="col-sm-12">
<uib-tabset active="activePill" vertical="true" type="pills">
<uib-tab index="0" heading="Share your Form">

View file

@ -109,7 +109,7 @@ section.auth input.form-control {
}
input.form-control {
height: 30px;
height: auto;
border-radius: 4px;
box-shadow: none;
font-size: 18px;