From 2d3ac4283608dff0f803cddb1b6b46b293136799 Mon Sep 17 00:00:00 2001 From: jowall Date: Wed, 23 Mar 2011 14:40:37 -0700 Subject: [PATCH] Fixed link to the front end and logout link in admin. --HG-- branch : dev --- src/Orchard.Web/Themes/TheAdmin/Styles/site.css | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/Orchard.Web/Themes/TheAdmin/Styles/site.css b/src/Orchard.Web/Themes/TheAdmin/Styles/site.css index b7d1cf4c5..905309a2f 100644 --- a/src/Orchard.Web/Themes/TheAdmin/Styles/site.css +++ b/src/Orchard.Web/Themes/TheAdmin/Styles/site.css @@ -277,9 +277,10 @@ form.link button:hover, button.link:hover { text-shadow: rgba(0,0,0,.9) 0px 0px 2px; } #page-title { - position:relative; + /*position:relative; top:12px; - left:24px; + left:24px;*/ + padding:14px 0 0 260px; text-shadow:rgba(0,0,0,.1) 0px 0px 1px; } #login { @@ -293,10 +294,6 @@ form.link button:hover, button.link:hover { padding:0; } -#login a:hover, #login a:active, #login a:focus { - color:#ffea9b; -} - /* Navigation ***************************************************************/ #navshortcut { @@ -613,6 +610,7 @@ label input { } /* todo: (heskew) try to get .text on stuff like .text-box */ select, textarea, input.text, input.textMedium, input.text-box { + font-family:inherit; padding:3px; border:1px solid #bdbcbc; font-family:inherit;