diff --git a/media/css/seahub.css b/media/css/seahub.css index 47950a0ace..e5771e1af5 100644 --- a/media/css/seahub.css +++ b/media/css/seahub.css @@ -192,6 +192,10 @@ .sf2-icon-admin-log:before { content: "\e02e"; } .sf2-icon-info:before { content: "\e02f"; } .sf2-icon-logout:before { content: "\e030"; } +.sf2-icon-menu:before { content: "\e031"; } +.sf2-icon-more:before { content: "\e032"; } +.sf2-icon-plus2:before { content: "\e033"; } +.sf2-icon-upload:before { content: "\e034"; } /******* tags **********/ html, body { @@ -1986,7 +1990,7 @@ button.sf-dropdown-toggle:focus { } @media (max-width:767px) { .cur-view-toolbar { - margin-top:8px; + margin-top:6px; } .cur-view-toolbar .mobile-icon { color:#999; @@ -2026,7 +2030,7 @@ button.sf-dropdown-toggle:focus { } @media (max-width: 390px) { #logout-icon { - margin-left:8px; + margin-left:10px; } } @@ -2115,7 +2119,6 @@ button.sf-dropdown-toggle:focus { font-size:22px; line-height:1; color:#999; - padding:0 8px; margin-top:8px; } } diff --git a/media/css/sf_font2/seafile-font2.eot b/media/css/sf_font2/seafile-font2.eot index 66fd52b3cf..48a9fe2c21 100644 Binary files a/media/css/sf_font2/seafile-font2.eot and b/media/css/sf_font2/seafile-font2.eot differ diff --git a/media/css/sf_font2/seafile-font2.svg b/media/css/sf_font2/seafile-font2.svg index aa671de611..cbf012acd0 100644 --- a/media/css/sf_font2/seafile-font2.svg +++ b/media/css/sf_font2/seafile-font2.svg @@ -38,10 +38,8 @@ - - @@ -56,4 +54,10 @@ + + + + + + diff --git a/media/css/sf_font2/seafile-font2.ttf b/media/css/sf_font2/seafile-font2.ttf index 117c4061a3..76085179f9 100644 Binary files a/media/css/sf_font2/seafile-font2.ttf and b/media/css/sf_font2/seafile-font2.ttf differ diff --git a/media/css/sf_font2/seafile-font2.woff b/media/css/sf_font2/seafile-font2.woff index e9ec7bfaae..cba87f8def 100644 Binary files a/media/css/sf_font2/seafile-font2.woff and b/media/css/sf_font2/seafile-font2.woff differ diff --git a/seahub/templates/base.html b/seahub/templates/base.html index e0a6c057ba..01bc389b89 100644 --- a/seahub/templates/base.html +++ b/seahub/templates/base.html @@ -39,7 +39,7 @@ logo {% endif %} - + {% block header_right %} {% if request.user.is_authenticated %} @@ -54,7 +54,7 @@ - +