css fixes

This commit is contained in:
Bechi 2014-01-16 14:17:24 -03:00
parent 12093e8250
commit 954b0f10b0

View File

@ -76,23 +76,36 @@ body {
}
.col-gray {
background-color: #F8F8F8;
background-color: #F4F4F4;
padding: 15px;
margin-top: 10px;
width: 350px;
width: 360px;
height: 89%;
border-radius: 5px;
}
.col-gray .address {
float: right;
.ellipsis {
display: block;
width: 150px;
white-space: nowrap;
overflow: hidden;
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 {
background: #373D42;
border: 3px solid #FFFFFF;
@ -116,12 +129,44 @@ body {
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 */
#footer {
height: 60px;
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
-------------------------------------------------- */
/* Not required for template or sticky footer method. */