history section

This commit is contained in:
bechi 2014-10-30 16:46:39 -03:00
commit 24ea10c36c
6 changed files with 47 additions and 38 deletions

View file

@ -170,7 +170,8 @@ header .alt-currency {
}
.head .menu ul {
border: none;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
position: absolute;
right: 14px;
width: 100px;
@ -182,7 +183,6 @@ header .alt-currency {
background: #FFFFFF;
-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.25);
box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.25);
border: none;
}
.head .menu ul li a {
@ -808,10 +808,13 @@ input[type=number]::-webkit-outer-spin-button {
background-color: #1ABC9C;
}
.label {
font-weight: 700;
padding: 0.3rem 0.4rem;
}
.label.alert {
background-color: #C0392A;
padding: 0.3rem 0.4rem;
font-weight: 700;
}
.bg-alert {

View file

@ -195,5 +195,10 @@
height: auto;
}
.label {
font-size: 80%;
padding: 0.15rem 0.2rem;
}
}