style 01 proposal
This commit is contained in:
parent
d511103081
commit
6baf35dad0
4 changed files with 131 additions and 114 deletions
|
|
@ -404,14 +404,48 @@ a:hover {
|
|||
background-color: #C0392A;
|
||||
}
|
||||
|
||||
.panel.last-transactions {
|
||||
padding: 0;
|
||||
margin-bottom: 2.25rem;
|
||||
}
|
||||
|
||||
.last-transactions {
|
||||
margin-bottom: 2rem;
|
||||
background-color: #E8EAEF;
|
||||
a.missing-copayers {
|
||||
background: #7A8C9E;
|
||||
position: absolute;
|
||||
display: block;
|
||||
right: -1px;
|
||||
bottom: -23px;
|
||||
padding: 0.2rem 0.5rem;
|
||||
font-size: 10px;
|
||||
border-radius: 0 0 3px 3px;
|
||||
text-transform: uppercase;
|
||||
color: #fff;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
ul.tx-copayers {
|
||||
background: #E4E8EC;
|
||||
padding: 0.8rem;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.tx-copayers li {
|
||||
border-bottom: 1px solid #CAD2DA;
|
||||
list-style: none;
|
||||
padding: 0.3rem;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.last-transactions-header {
|
||||
padding: 0.5rem;
|
||||
border-radius: 3px 3px 0 0;
|
||||
background: #2C3E50;
|
||||
padding: 0.6rem;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.last-transactions-content {
|
||||
padding: 0.8rem 0.8rem 0;
|
||||
color: #7A8C9E;
|
||||
}
|
||||
|
||||
.last-transactions-footer {
|
||||
|
|
@ -419,11 +453,6 @@ a:hover {
|
|||
overflow: hidden;
|
||||
}
|
||||
|
||||
table.last-transactions-content {
|
||||
background-color: #F8F8FB;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.last-transactions-content .box-status {
|
||||
font-size: 13px;
|
||||
width: 30px;
|
||||
|
|
@ -446,7 +475,7 @@ table.last-transactions-content {
|
|||
color: #fff;
|
||||
}
|
||||
|
||||
.last-transactions-content .icon-active-check {
|
||||
.tx-copayers .icon-active-check {
|
||||
background-color: #3FBC9C;
|
||||
color: #fff;
|
||||
}
|
||||
|
|
@ -456,26 +485,12 @@ table.last-transactions-content {
|
|||
color: #fff;
|
||||
}
|
||||
|
||||
.private-message {
|
||||
margin-bottom: 10px;
|
||||
padding-bottom: 10px;
|
||||
border-bottom: 1px solid #fff;
|
||||
}
|
||||
|
||||
.header-message {
|
||||
background-color: #F8F8FB;
|
||||
height: 18px;
|
||||
}
|
||||
|
||||
.date-message {
|
||||
background-color: #3C4E60;
|
||||
color: #fff;
|
||||
background-color: #213140;
|
||||
border-radius: 3px;
|
||||
font-size: 12px;
|
||||
padding: 2px 5px;
|
||||
-webkit-border-radius: 0 5px 0 0;
|
||||
-moz-border-radius: 0 5px 0 0;
|
||||
-ms-border-radius: 0 5px 0 0;
|
||||
border-radius: 0 5px 0 0;
|
||||
padding: 0.2rem 0.4rem;
|
||||
color: #7A8C9E;
|
||||
}
|
||||
|
||||
.input-note {
|
||||
|
|
@ -485,18 +500,14 @@ table.last-transactions-content {
|
|||
}
|
||||
|
||||
.send-note {
|
||||
background-color: #EDEDF5;
|
||||
background-color: #F8F8FB;
|
||||
padding: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.send-note p {
|
||||
.send-note span {
|
||||
margin-bottom: 5px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.send-note b {
|
||||
color: #000;
|
||||
color: #2C3E50;
|
||||
}
|
||||
|
||||
a.button-setup.add-wallet {
|
||||
|
|
@ -610,12 +621,12 @@ a.button-setup {
|
|||
}
|
||||
|
||||
.line-t {
|
||||
border-top: 1px solid #F8F8FB;
|
||||
border-top: 1px solid #E9E9EC;
|
||||
padding-top: 0.5rem;
|
||||
}
|
||||
|
||||
.line-b {
|
||||
border-bottom: 1px solid #F8F8FB;
|
||||
border-bottom: 1px solid #E9E9EC;
|
||||
padding-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
|
|
@ -1383,6 +1394,8 @@ a:hover .photo-container {
|
|||
margin-bottom: 0.2rem;
|
||||
}
|
||||
|
||||
icon-status.icon-active-check
|
||||
|
||||
.has-error {
|
||||
color: #C0392A;
|
||||
}
|
||||
|
|
@ -1456,9 +1469,9 @@ a.text-warning:hover {color: #FD7262;}
|
|||
.panel {
|
||||
border-radius: 3px;
|
||||
background: #FFFFFF;
|
||||
-moz-box-shadow: 1.5px 1.5px 0px 0px rgba(32,48,64,0.10);
|
||||
box-shadow: 1.5px 1.5px 0px 0px rgba(32,48,64,0.10);
|
||||
-o-box-shadow: 1.5px 1.5px 0px 0px rgba(32,48,64,0.10);
|
||||
-moz-box-shadow: 1.5px 1.5px 0px 0px rgba(32,48,64,0.20);
|
||||
box-shadow: 1.5px 1.5px 0px 0px rgba(32,48,64,0.20);
|
||||
-o-box-shadow: 1.5px 1.5px 0px 0px rgba(32,48,64,0.20);
|
||||
border: none;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue