Minahito
minah****@users*****
2005年 12月 26日 (月) 18:21:00 JST
Index: xoops2jp/html/themes/admin/admin_theme.html diff -u xoops2jp/html/themes/admin/admin_theme.html:1.1.2.5 xoops2jp/html/themes/admin/admin_theme.html:1.1.2.6 --- xoops2jp/html/themes/admin/admin_theme.html:1.1.2.5 Sat Dec 24 22:12:56 2005 +++ xoops2jp/html/themes/admin/admin_theme.html Mon Dec 26 18:21:00 2005 @@ -39,7 +39,7 @@ <form action="<{$xoops_url}>/modules/base/admin/index.php?action=actSearch" method="post" id="searchBox"> <input type="text" size="40" name="keywords" /> <input type="submit" value="Search" /> -</form><br /> +</form> <small>*You can search operation with keywords.*</small> </td> </tr> @@ -51,7 +51,7 @@ <{foreach name=lblock item=block from=$xoops_lblocks}><{if !$smarty.foreach.lblock.first}> <div><{$block.content}></div> <{/if}><{/foreach}> -<div><img src="<{$xoops_upload_url}>/blank.gif" width="185" height="1" alt="" /></div> +<div><img src="<{$xoops_upload_url}>/blank.gif" width="186" height="1" alt="" /></div> </td> <td align="left" valign="top" width="100%" id="content"> <h2><{$currentModule->getVar('name')}></h2> Index: xoops2jp/html/themes/admin/style.css diff -u xoops2jp/html/themes/admin/style.css:1.1.2.2 xoops2jp/html/themes/admin/style.css:1.1.2.3 --- xoops2jp/html/themes/admin/style.css:1.1.2.2 Sat Dec 24 22:13:04 2005 +++ xoops2jp/html/themes/admin/style.css Mon Dec 26 18:21:00 2005 @@ -11,6 +11,7 @@ margin: 5px 0 12px; } h2 { + color: #666666; background: url(images/h2bg.gif) repeat-x; padding-left: 5px; } @@ -46,15 +47,21 @@ text-align: center; padding: 3px 4px; } +input.formButton { + background: url(images/buttonbg.gif); + border-top: solid 1px #9a9caa; + border-left: solid 1px #9a9caa; + border-right: solid 1px #43445e; + border-bottom: solid 1px #43445e; +} #Table1 { background: #000080; } #header { color: #ffffff; - background: transparent; text-align: right; - vertical-align: top; + vertical-align: middle; width: 100%; padding-top: 5px; } @@ -67,6 +74,9 @@ text-align: center; vertical-align: middle; } +#header2 input { + background: #778899; +} #sidemenu { background: #e6e6e6; vertical-align: top; @@ -101,6 +111,9 @@ .side li { list-style: url(images/menulist.gif); } +#nav { + margin-bottom: 3px; +} #nav a:link, #nav a:visited { color: #666666; font-size: 8pt; @@ -145,7 +158,6 @@ #searchBox { margin: 0; - display: inline; } #footer { background: #cccccc;