From e9e19c5a3149e2a6a30281eb9ee143844246f7a1 Mon Sep 17 00:00:00 2001 From: vfedosevich Date: Tue, 19 Aug 2014 12:33:29 +0300 Subject: [PATCH] small fix --- .../App_Themes/Default/Styles/SkinLayout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebsitePanel/Sources/WebsitePanel.WebPortal/App_Themes/Default/Styles/SkinLayout.css b/WebsitePanel/Sources/WebsitePanel.WebPortal/App_Themes/Default/Styles/SkinLayout.css index b41990c1..849c2103 100644 --- a/WebsitePanel/Sources/WebsitePanel.WebPortal/App_Themes/Default/Styles/SkinLayout.css +++ b/WebsitePanel/Sources/WebsitePanel.WebPortal/App_Themes/Default/Styles/SkinLayout.css @@ -15,7 +15,7 @@ body {font-family:'Segoe UI','Open Sans',Arial; color:#333; margin:0px; padding: #Header .Account {text-align:right; padding:3px 6px 0 0;} #TopMenu {position:relative; width:100%; min-width:880px; height:40px; background:#2e8bcc; z-index:99;} #TopMenu .Account { float:right; color: #ffffff; height:100%;} -#TopMenu .Account div { padding-top:8px;} +#TopMenu .Account div { padding-top:9.5px;} #TopMenu .Account div a{ color: #ffffff; font-size: 12px; text-transform: uppercase; margin-right:5px; text-decoration: none; opacity: 0.9;} #TopMenu .Account div a:hover {filter:alpha(opacity=100); opacity:1;} #TopMenu .Account div input{ display:inline; vertical-align:middle; margin: 0; opacity: 0.9;}