Implemented bootstrap 2.2.1.1. Restyled header panel
This commit is contained in:
parent
236584c2f8
commit
942c410119
13 changed files with 134 additions and 233 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue