Implemented bootstrap 2.2.1.1. Restyled header panel

This commit is contained in:
Dmitriy Zaporozhets 2012-11-20 23:05:15 +02:00
parent 236584c2f8
commit 942c410119
13 changed files with 134 additions and 233 deletions

View file

@ -1,6 +1,8 @@
.btn {
@include bg-gradient(#f7f7f7, #d5d5d5);
border-color:#aaa;
font-size: 13px;
line-height: 17px;
&:hover {
@include bg-gray-gradient;
border-color:#bbb;
@ -84,6 +86,7 @@
&.small {
@extend .btn-small;
line-height: 16px;
}
&.active {
@ -94,6 +97,7 @@
&.very_small {
font-size:11px;
padding:2px 6px;
line-height: 16px;
margin:2px;
}