From d8f6ebb1534f8cd745309172249508b07c64dba3 Mon Sep 17 00:00:00 2001 From: chris Date: Wed, 9 Jan 2013 21:15:37 +0800 Subject: [PATCH] Fix icons --- app/assets/stylesheets/style.css.erb | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/style.css.erb b/app/assets/stylesheets/style.css.erb index d599b0c3..24ba4707 100644 --- a/app/assets/stylesheets/style.css.erb +++ b/app/assets/stylesheets/style.css.erb @@ -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;