From 905826c0d17bfcd1b62ae376e056affb3b25e110 Mon Sep 17 00:00:00 2001 From: zero Date: Wed, 23 Jan 2008 03:40:22 +0000 Subject: [PATCH] git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3576 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- layouts/xe_blog/layout.html | 6 ++++-- modules/lifepod/skins/xe_official/css/common.css | 5 ++--- modules/springnote/skins/xe_official/css/common.css | 9 ++++----- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/layouts/xe_blog/layout.html b/layouts/xe_blog/layout.html index ea8eaf609..3b471f2db 100644 --- a/layouts/xe_blog/layout.html +++ b/layouts/xe_blog/layout.html @@ -50,12 +50,14 @@
  • {$lang->cmd_logout}
  • -
  • Skin Info
  • + + +
  • Skin Info
  • rss
  • Tag list
  • - + diff --git a/modules/lifepod/skins/xe_official/css/common.css b/modules/lifepod/skins/xe_official/css/common.css index 5b137c90c..f69cc00fc 100644 --- a/modules/lifepod/skins/xe_official/css/common.css +++ b/modules/lifepod/skins/xe_official/css/common.css @@ -11,12 +11,11 @@ /* account Navigation */ .accountNavigation { float:right; } -.accountNavigation li { float:left; margin-left:7px; list-style:none; padding-top:3px;} +.accountNavigation li { float:left; margin-left:7px; list-style:none; } .accountNavigation li a { font-size:12px; white-space:nowrap; color:#666666; text-decoration:none;} .accountNavigation li.setup a { background:url(../images/common/iconSetup.gif) no-repeat left top; padding-left:14px; } .accountNavigation li.admin a { background:url(../images/common/iconAdmin.gif) no-repeat left top; padding-left:12px; } -.accountNavigation li.loginAndLogout { background:url(../images/common/line_1x10_e0e0e0.gif) no-repeat left 5px; padding-left:8px; _padding-top:5px;} -*:first-child+html li.loginAndLogout { padding-top:5px; } +.accountNavigation li.loginAndLogout { background:url(../images/common/line_1x10_e0e0e0.gif) no-repeat left 5px; padding-left:8px; } INPUT.CalendarViewMonth { width:44px; diff --git a/modules/springnote/skins/xe_official/css/common.css b/modules/springnote/skins/xe_official/css/common.css index d1bfe469f..b5ac73b47 100644 --- a/modules/springnote/skins/xe_official/css/common.css +++ b/modules/springnote/skins/xe_official/css/common.css @@ -10,12 +10,11 @@ /* account Navigation */ .accountNavigation { float:right; } -.accountNavigation li { float:left; margin-left:7px; list-style:none; padding-top:3px;} +.accountNavigation li { float:left; margin-left:7px; list-style:none; } .accountNavigation li a { font-size:12px; white-space:nowrap; color:#666666; text-decoration:none;} -.accountNavigation li.setup a { background:url(../images/common/iconSetup.gif) no-repeat left top; padding-left:14px; } -.accountNavigation li.admin a { background:url(../images/common/iconAdmin.gif) no-repeat left top; padding-left:12px; } -.accountNavigation li.loginAndLogout { background:url(../images/common/line_1x10_e0e0e0.gif) no-repeat left 5px; padding-left:8px; _padding-top:5px;} -*:first-child+html li.loginAndLogout { padding-top:5px; } +.accountNavigation li.setup { background:url(../images/common/iconSetup.gif) no-repeat left top; padding-left:14px; } +.accountNavigation li.admin { background:url(../images/common/iconAdmin.gif) no-repeat left top; padding-left:12px; } +.accountNavigation li.loginAndLogout { background:url(../images/common/line_1x10_e0e0e0.gif) no-repeat left top; padding-left:8px; } .pageSearch { text-align:right; margin-bottom:10px; } .pageList { border:1px solid #E3E3E2; }