input style

This commit is contained in:
bechi 2014-12-05 13:12:13 -03:00
parent e18e7733f3
commit 052b913ee0
2 changed files with 11 additions and 5 deletions

View File

@ -368,15 +368,16 @@ a:hover {
.box-setup {
margin-bottom: 1rem;
padding: 0.3rem;
padding: 1.3rem;
border-radius: 3px;
background: #fff;
}
.box-setup-footer {
overflow: hidden;
margin-top: 1.5rem;
padding: 1rem 0 0;
border-top: 1px solid #E5E7EA;
border-top: 1px solid #425467;
font-size: 12px;
}
@ -1643,6 +1644,11 @@ a.text-warning:hover {color: #FD7262;}
/*/////////////////////////////////////////////////*/
.createProfile .input {
border-radius: 3px;
box-shadow: 0px 0px 0px 3px #1A2836, inset 1px 1px 0px 0px rgba(0,0,0,0.05);
}
.tabbable {
border: 2px solid #213140;
border-radius: 3px;
@ -1681,7 +1687,7 @@ a.text-warning:hover {color: #FD7262;}
border-bottom: 1px solid rgba(32,48,64,0.30);
box-shadow: 0px 1px 0px 0px rgba(121,140,158,0.10);
margin: .5rem 1.3rem;
padding: 0.8rem 0;
padding: 0.3rem 0;
}
.bg-circle {

View File

@ -22,7 +22,7 @@
<div class="large-4 large-centered medium-6 medium-centered columns" ng-show="!loading && !askForPin">
<div class="logo-setup">
<img src="img/logo-negative-beta.svg" alt="Copay" width="146" height="59">
<img src="img/logo-negative-beta.svg" alt="Copay" width="100">
<div ng-include="'views/includes/version.html'"></div>
</div>
<div>
@ -110,7 +110,7 @@
</form>
<form ng-show="createStep == 'email'" name="emailForm" ng-submit="setEmailOrUsername(emailForm)" novalidate>
<div class="box-setup">
<div>
<div ng-if="useLocalstorage"> [x] Creating in this device </div>