diff --git a/css/main.css b/css/main.css index 4dbac797c..c107abb29 100644 --- a/css/main.css +++ b/css/main.css @@ -112,13 +112,13 @@ html, body {height: 100%;} .pending .txheader { margin-bottom: 10px; padding-bottom: 10px; - border-bottom: 1px solid #eee; + /* border-bottom: 1px solid #eee; */ } .pending .txbottom { margin-top: 10px; padding-top: 10px; - border-top: 1px solid #eee; + /* border-top: 1px solid #eee; */ font-size: 12px; } @@ -249,6 +249,7 @@ hr { margin: 2.25rem 0;} .m10h {margin:0 10px;} .m30a {margin: 30px auto;} .br100 {border-radius: 100%;} +.lh {line-height: 0;} .oh {overflow:hidden;} .signin input.ng-dirty.ng-invalid { @@ -269,4 +270,43 @@ hr { margin: 2.25rem 0;} border: 10px solid gray; } +.tx-copayers { + overflow: hidden; + padding: 0.5rem; +} + +.box-copayers { + padding: 0.5rem 2rem 0.5rem 1rem; + float: left; +} + +.box-copayers figure { + width: 51px; + height: 55px; + border-top-left-radius: 4px 4px; + border-bottom-left-radius: 4px 4px; + overflow: hidden; + margin-right: 0.8px; +} + +.box-status { + width: 16px; + height: 55px; + border-top-right-radius: 4px 4px; + border-bottom-right-radius: 4px 4px; + float: left; + overflow: hidden; +} + +.icon-status { + background: #2C3E50; + width: 16px; + float: left; + text-align: center; + display: block; + margin: 0.8px; + padding: 2.7px; +} + + diff --git a/css/tpl-default.css b/css/tpl-default.css index e18e6fc66..d4b4b5887 100644 --- a/css/tpl-default.css +++ b/css/tpl-default.css @@ -104,10 +104,6 @@ body { background-color: #fff; } -.pending .txbottom { - border-top: 1px solid #eee; -} - .btransactions .panel { background: #fff; } @@ -145,6 +141,30 @@ a.box-backup { color:#C0392A; } +.tx-copayers { + background: #F8F8F8; + -moz-box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.05), inset 0px 1px 1px 0px rgba(0,0,0,0.05); + box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.05), inset 0px 1px 1px 0px rgba(0,0,0,0.05); +} + +.box-copayers .icon-inactive { + color: #4C5B69; +} + +.box-copayers .icon-active { + color: #fff; +} + +.box-copayers .icon-active-check { + color: #fff; + background: #3FBC9C; +} + +.box-copayers .icon-active-x { + color: #fff; + background: #C0392B; +} + small.is-valid { color: #04B404; } diff --git a/img/avatar.jpg b/img/avatar.jpg new file mode 100644 index 000000000..a6ef1372e Binary files /dev/null and b/img/avatar.jpg differ diff --git a/index.html b/index.html index e25c6e2b1..ec8c250b0 100644 --- a/index.html +++ b/index.html @@ -169,7 +169,7 @@ - + -