aeonfunding update for wownero

a lot more generic; a lot more configurable; UI goodness with accounting; wallet account support for ezmode
This commit is contained in:
CamTheGeek 2018-09-05 18:27:26 -04:00
parent f473a4234e
commit 955de2544e
19 changed files with 361 additions and 173 deletions

View file

@ -7,23 +7,27 @@ body {
padding-top: 56px;
}
}
.center {
text-align: center;
margin: 0 auto 0 auto;
}
.navbar {
padding: .1rem 1rem;
}
.navbar .navbar-brand img#logo{
width:28px;
height:28px;
float:left;
width: 32px;
height: 32px;
display: inline-block;
vertical-align: middle;
}
.navbar .navbar-brand img#text{
width:235px;
height:13px;
float:left;
margin-top: 8px;
margin-left:8px;
display: inline-block;
}
.navbar-nav .nav-link{
@ -55,7 +59,7 @@ body {
margin-top: 6px;
font-weight: bold;
color: #ff0000;
font-size: 22px;
font-size: 18px;
margin-bottom: 0;
}
@ -268,7 +272,12 @@ a {
background-clip: padding-box;
border: 1px solid #008926;
}
.form-group {
margin-bottom: 1rem;
}
.form-group:last-of-type {
margin-bottom:2.5rem;
}
/*fuku chrome*/
input {
outline:none;