Changes in css for structure icon and sidebar padding
This commit is contained in:
parent
1c1839fc00
commit
c36f3152f5
|
@ -63,7 +63,8 @@ a [class*=" icon"] {
|
|||
display: inline;
|
||||
/* keeps button heights with and without icons the same */
|
||||
|
||||
line-height: .6em;
|
||||
line-height: 1.4em;
|
||||
font-size: 1.5em;
|
||||
}
|
||||
.btn [class^="icon"].icon-spin,
|
||||
.nav [class^="icon"].icon-spin,
|
||||
|
|
|
@ -548,6 +548,7 @@
|
|||
margin-left:40px;
|
||||
}
|
||||
.folded #main-sidebar .nav {
|
||||
padding-right: 0;
|
||||
padding-left: 12px;
|
||||
width: 28px;
|
||||
white-space: nowrap;
|
||||
|
|
Loading…
Reference in New Issue