Fix icons

This commit is contained in:
chris 2013-01-09 21:15:37 +08:00
parent 7434d36e9b
commit d8f6ebb153
1 changed files with 9 additions and 3 deletions

View File

@ -464,7 +464,11 @@
.sign-in .error .help-inline {
display:inline-block;
}
.active .icons-arrow-down-5:before {
.web-symbol:before {
font-family: 'entypo';
content: "\e0ce";
}
.active .web-symbol:before {
content: "\e0cf";
}
.img-peview {
@ -555,8 +559,9 @@
width: 39px;
background-color: rgba(100,100,100,.3)
}*/
.folded #main-sidebar:hover .viewport {
width: 198px;
.folded #main-sidebar .viewport {
/*width: 198px;*/
overflow: visible;
/*background-color: rgba(100,100,100,.3)*/
}
.folded #main-sidebar .overview > .nav-list > li {
@ -568,6 +573,7 @@
}
.folded #main-sidebar .overview > .nav-list > li:hover > a {
width: 172px;
position: relative;
}
.folded #main-sidebar .overview > .nav-list > li > a > span, .folded #main-sidebar #position span {
display: none;