Fixes conflicts in index.html

This commit is contained in:
Gustavo Cortez 2014-04-30 16:32:07 -03:00
commit 2bd7242308
3 changed files with 91 additions and 88 deletions

View file

@ -108,36 +108,21 @@ html, body {height: 100%;}
border: 1px solid #eee;
}
.transactions .panel.pending {
padding: 1rem;
.transactions .panel {
padding: 0;
}
.pending .txheader {
margin-bottom: 10px;
padding-bottom: 10px;
/* border-bottom: 1px solid #eee; */
}
.pending .txbottom {
margin-top: 10px;
padding-top: 10px;
/* border-top: 1px solid #eee; */
font-size: 12px;
}
.btransactions .txheader {
/*.btransactions .txheader {
font-size: 12px;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #eee;
}
.btransactions .txbottom {
margin-top: 10px;
padding-top: 10px;
border-top: 1px solid #eee;
font-size: 12px;
}
}*/
.pending table {
width: 100%;
@ -184,7 +169,7 @@ span.panel-res {
}
.pending button {
margin: 0;
margin: 0 10px 0 0;
}
.line {
@ -249,6 +234,9 @@ hr { margin: 2.25rem 0;}
.size-60 { font-size: 60px; }
.size-72 { font-size: 72px; }
.m10t {margin-top: 10px;}
.m10r {margin-right: 10px;}
.m10 {margin: 10px !important;}
.m15 {margin: 15px !important;}
.p10t {padding-top: 10px;}
.p0r {padding-right: 0;}
.p70r {padding-right: 70px;}