fix address book
This commit is contained in:
parent
4c0db8942f
commit
30fe89bd21
4 changed files with 99 additions and 125 deletions
|
|
@ -535,6 +535,13 @@ a.button-setup {
|
|||
display: block;
|
||||
padding: 0.5rem;
|
||||
background: transparent;
|
||||
color: #A0A3A6;
|
||||
}
|
||||
|
||||
|
||||
a.button-setup:hover {
|
||||
color: #666;
|
||||
border-color: #666;
|
||||
}
|
||||
|
||||
.createProfile a.button-setup, .home a.button-setup, .settings a.button-setup, .import-profile a.button-setup {
|
||||
|
|
@ -938,28 +945,20 @@ label small.has-error {
|
|||
}
|
||||
|
||||
table {
|
||||
border-collapse: collapse; text-align: left; width: 100%; border: none;
|
||||
box-shadow: -2px 1px 9px 1px #DDDDDD;
|
||||
-webkit-box-shadow: -2px 1px 5px 1px #DDDDDD;
|
||||
-moz-box-shadow: -2px 1px 5px 1px #DDDDDD;
|
||||
-o-box-shadow: -2px 1px 5px 1px #DDDDDD;
|
||||
border-collapse: collapse;
|
||||
text-align: left;
|
||||
width: 100%;
|
||||
border: none;
|
||||
}
|
||||
|
||||
thead tr{
|
||||
text-transform: uppercase;
|
||||
border-top: 1px solid #FFFFFF;
|
||||
height: 46px
|
||||
}
|
||||
|
||||
table tr td, table tr th {
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
table.last-transactions-content tr td,
|
||||
table.last-transactions-content tr th {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
table tfoot tr td, table tfoot tr th, table thead tr td, table thead tr th {
|
||||
background-color: #F5F5F8;
|
||||
color:#949BAD;
|
||||
|
|
@ -975,7 +974,7 @@ table tbody tr:last-child td {
|
|||
border-bottom: none;
|
||||
}
|
||||
|
||||
table.manage-wallets tr:hover {
|
||||
table tr:hover {
|
||||
background-color: #eee;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
@ -1368,7 +1367,7 @@ a:hover .photo-container {
|
|||
.copay-box {
|
||||
width: 70px;
|
||||
text-align: center;
|
||||
margin-right: 20px;
|
||||
margin-right: 10px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
|
|
@ -1446,8 +1445,6 @@ a.text-warning:hover {color: #FD7262;}
|
|||
|
||||
.box-setup-copayers {
|
||||
background: #F8F8FB;
|
||||
-moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.20);
|
||||
box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.20);
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
|
|
@ -1479,9 +1476,6 @@ 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.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;
|
||||
}
|
||||
|
||||
|
|
@ -1510,19 +1504,6 @@ a.text-warning:hover {color: #FD7262;}
|
|||
dialog.large, .reveal-modal.large {
|
||||
height: 100%;
|
||||
overflow-y: auto;
|
||||
padding: 1.25rem 0.25rem;
|
||||
}
|
||||
|
||||
dialog.large span.address-size, .reveal-modal.large span.address-size {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
dialog.large table, .reveal-modal.large table {
|
||||
margin: 0;
|
||||
box-shadow: none;
|
||||
-webkit-box-shadow: none;
|
||||
-moz-box-shadow: none;
|
||||
-o-box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -1674,15 +1655,6 @@ a.text-warning:hover {color: #FD7262;}
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
.addressbook-entry td {
|
||||
display: block;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.addressbook-disabled td, .addressbook-disabled td a {
|
||||
color: #8597A7;
|
||||
}
|
||||
|
||||
/*/////////////////////////////////////////////////*/
|
||||
|
||||
.createProfile .icon-input {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue