css fixes
This commit is contained in:
parent
12093e8250
commit
954b0f10b0
@ -76,23 +76,36 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.col-gray {
|
.col-gray {
|
||||||
background-color: #F8F8F8;
|
background-color: #F4F4F4;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
width: 350px;
|
width: 360px;
|
||||||
height: 89%;
|
height: 89%;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.col-gray .address {
|
.ellipsis {
|
||||||
float: right;
|
|
||||||
display: block;
|
display: block;
|
||||||
width: 150px;
|
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.line20 {
|
||||||
|
border: 1px solid #D4D4D4;
|
||||||
|
margin-bottom: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.line10 {
|
||||||
|
border: 1px solid #EAEAEA;
|
||||||
|
margin: 10px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.col-gray .address {
|
||||||
|
float: right;
|
||||||
|
width: 150px;
|
||||||
|
}
|
||||||
|
|
||||||
.block-id {
|
.block-id {
|
||||||
background: #373D42;
|
background: #373D42;
|
||||||
border: 3px solid #FFFFFF;
|
border: 3px solid #FFFFFF;
|
||||||
@ -116,12 +129,44 @@ body {
|
|||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.block-tx {
|
||||||
|
border-radius: 2px;
|
||||||
|
background: #F4F4F4;
|
||||||
|
margin: 20px 0;
|
||||||
|
padding: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-primary {
|
||||||
|
border-radius: 2px;
|
||||||
|
background: #64920F;
|
||||||
|
border: 2px solid #557F08;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
|
||||||
|
background: #fff;
|
||||||
|
border: 2px solid #ccc;
|
||||||
|
color: #373D42;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
/* Set the fixed height of the footer here */
|
/* Set the fixed height of the footer here */
|
||||||
#footer {
|
#footer {
|
||||||
height: 60px;
|
height: 60px;
|
||||||
background-color: #f5f5f5;
|
background-color: #f5f5f5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.line-bot {
|
||||||
|
padding: 0 0 10px 0;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
border-bottom: 2px solid #EAEAEA;
|
||||||
|
}
|
||||||
|
|
||||||
|
.line-top {
|
||||||
|
padding: 10px 0;
|
||||||
|
margin-top: 10px;
|
||||||
|
border-top: 1px solid #EAEAEA;
|
||||||
|
}
|
||||||
|
|
||||||
/* Custom page CSS
|
/* Custom page CSS
|
||||||
-------------------------------------------------- */
|
-------------------------------------------------- */
|
||||||
/* Not required for template or sticky footer method. */
|
/* Not required for template or sticky footer method. */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user