diff --git a/modules/lifepod/skins/xe_official/css/common.css b/modules/lifepod/skins/xe_official/css/common.css index 8b6857539..5b137c90c 100644 --- a/modules/lifepod/skins/xe_official/css/common.css +++ b/modules/lifepod/skins/xe_official/css/common.css @@ -8,6 +8,16 @@ /* board Information */ .boardInformation { width:100%; clear:both; margin:1em 0 .5em 0; overflow:hidden; color:#666666;} .articleNum { float:left; padding:0 0 0 15px; } + +/* account Navigation */ +.accountNavigation { float:right; } +.accountNavigation li { float:left; margin-left:7px; list-style:none; padding-top:3px;} +.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; } + INPUT.CalendarViewMonth { width:44px; height:26px; diff --git a/modules/lifepod/skins/xe_official/images/common/bgH3.gif b/modules/lifepod/skins/xe_official/images/common/bgH3.gif new file mode 100644 index 000000000..0d07bb456 Binary files /dev/null and b/modules/lifepod/skins/xe_official/images/common/bgH3.gif differ diff --git a/modules/lifepod/skins/xe_official/images/common/buttonHelp.gif b/modules/lifepod/skins/xe_official/images/common/buttonHelp.gif new file mode 100644 index 000000000..d330e801f Binary files /dev/null and b/modules/lifepod/skins/xe_official/images/common/buttonHelp.gif differ diff --git a/modules/lifepod/skins/xe_official/images/common/iconAdmin.gif b/modules/lifepod/skins/xe_official/images/common/iconAdmin.gif new file mode 100644 index 000000000..4a581a524 Binary files /dev/null and b/modules/lifepod/skins/xe_official/images/common/iconAdmin.gif differ diff --git a/modules/lifepod/skins/xe_official/images/common/iconSetup.gif b/modules/lifepod/skins/xe_official/images/common/iconSetup.gif new file mode 100644 index 000000000..33b41da11 Binary files /dev/null and b/modules/lifepod/skins/xe_official/images/common/iconSetup.gif differ diff --git a/modules/lifepod/skins/xe_official/images/common/lineH3.gif b/modules/lifepod/skins/xe_official/images/common/lineH3.gif new file mode 100644 index 000000000..fe42fe378 Binary files /dev/null and b/modules/lifepod/skins/xe_official/images/common/lineH3.gif differ diff --git a/modules/lifepod/skins/xe_official/images/common/line_1x10_e0e0e0.gif b/modules/lifepod/skins/xe_official/images/common/line_1x10_e0e0e0.gif new file mode 100644 index 000000000..6a848dd58 Binary files /dev/null and b/modules/lifepod/skins/xe_official/images/common/line_1x10_e0e0e0.gif differ diff --git a/modules/lifepod/skins/xe_official/list.html b/modules/lifepod/skins/xe_official/list.html index 28501c9e8..e3d7cbee8 100644 --- a/modules/lifepod/skins/xe_official/list.html +++ b/modules/lifepod/skins/xe_official/list.html @@ -25,6 +25,41 @@ xAddEventListener(window, 'load', startLifepod);