Client Fixes (#9003)

* fix strings on login and register pages

* back to older styles for placeholder

* scope->scoped

* remove old css
This commit is contained in:
Matteo Pagliazzi
2017-08-31 15:15:17 +02:00
committed by GitHub
parent 395385f3e2
commit 19789eb7ab
16 changed files with 27 additions and 50 deletions

View File

@@ -187,7 +187,7 @@
popover-trigger='mouseenter', :popover="$t('deleteAccPop')") {{ $t('deleteAccount') }}
</template>
<style scope>
<style scoped>
.usersettings h5 {
margin-top: 1em;
}