diff --git a/app/views/layouts/_base_header.html.erb b/app/views/layouts/_base_header.html.erb index 69fbab77a..16bf7c271 100644 --- a/app/views/layouts/_base_header.html.erb +++ b/app/views/layouts/_base_header.html.erb @@ -1,9 +1,9 @@ -
+
<%= render_menu :account_menu -%>
<%= content_tag('div', "#{l(:label_logged_as)} #{link_to_user(User.current, :format => :username)}".html_safe, :id => 'loggedas') if User.current.logged? %> <%= render_menu :top_menu if User.current.logged? || !Setting.login_required? -%>
-
+
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index e27baa660..3b980fff9 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -786,7 +786,7 @@ div.square { .splitcontent {overflow:auto;} .splitcontentleft{float:left; width:49%;} -/*by young*/ +/*Added by young*/ .hotlist { padding:0 15px 25px; @@ -846,15 +846,14 @@ margin-left:-10px; } #header a {font-family: Verdana, sans-serif; font-size: 12px; color:#808080;} -#login-form_new table +#login-form_new table/*Added by young*/ { padding:20px 25px; background:#fff; text-align:left; - width:380px; margin-top: 50px; - width:310px; + width:280px; font-family:微软雅黑,lucida grande,verdana; font-size:12px; @@ -865,7 +864,7 @@ margin-left:-10px; -webkit-box-shadow:0 0 6px #039ea0; box-shadow:0 0 6px #039ea0; border:1px solid #AAA; - margin-left: 500px; + margin-left: 600px; } /*end*/ .splitcontentright{float:right; width:49%;} diff --git a/public/themes/redpenny-master/stylesheets/application.css b/public/themes/redpenny-master/stylesheets/application.css index a5bcab085..d4f6ec1a8 100644 --- a/public/themes/redpenny-master/stylesheets/application.css +++ b/public/themes/redpenny-master/stylesheets/application.css @@ -387,8 +387,8 @@ ul.projects li.root #top-menu li a { - /*by young*/ - color:#AAAAAA; + /*Modified by young*/ + color:#00AAF8; font-weight:6px; padding:4px 5px }