From 947b6b8b135cbe8639ab59eb1557856fddd367f5 Mon Sep 17 00:00:00 2001 From: zero Date: Thu, 21 Jun 2007 06:28:02 +0000 Subject: [PATCH] git-svn-id: http://xe-core.googlecode.com/svn/trunk@1722 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/blog/skins/xe_blog/css/white.css | 6 +++--- modules/board/skins/xe_list/css/white.css | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/blog/skins/xe_blog/css/white.css b/modules/blog/skins/xe_blog/css/white.css index 656d89cf9..1f9bc9d5b 100644 --- a/modules/blog/skins/xe_blog/css/white.css +++ b/modules/blog/skins/xe_blog/css/white.css @@ -243,7 +243,7 @@ Jeong, Chan Myeong 070601~070630 .smallBox .header { position:relative; _width:100%; background:#ffffff url(../images/normal/bgH3.gif) no-repeat left bottom; overflow:hidden;} .smallBox .header h3 { clear:both; font-size:1.2em; padding:.8em 2em .6em 1.2em; border-bottom:3px solid #fe3614; } .smallBox .complex { padding:1.5em 2em 2em 2em;} -.smallBox .inputPassword { position:relative; border:none; padding:2em 2em 1.5em 0em;} -.smallBox .inputPassword .inputTypeText { float:left; margin-right:.5em;} +.smallBox .inputPassword { position:relative; border:none; padding:2em 2em 1.5em 2em;} +.smallBox .inputPassword .inputTypeText { float:left; margin-right:.5em; width:8em;} .smallBox .inputPassword legend { position:absolute; overflow:hidden; width:1px; height:1px; font-size:.001em; text-indent:-100em;} -.smallBox .inputPassword .button { display:block; float:right; margin-left:.4em;} +.smallBox .inputPassword .button { display:block; float:left; margin-right:.2em;} diff --git a/modules/board/skins/xe_list/css/white.css b/modules/board/skins/xe_list/css/white.css index 08e1bab94..92c8eb840 100644 --- a/modules/board/skins/xe_list/css/white.css +++ b/modules/board/skins/xe_list/css/white.css @@ -281,7 +281,7 @@ Jeong, Chan Myeong 070601~070630 .smallBox .header { position:relative; _width:100%; background:#ffffff url(../images/normal/bgH3.gif) no-repeat left bottom; overflow:hidden;} .smallBox .header h3 { clear:both; font-size:1.2em; padding:.8em 2em .6em 1.2em; border-bottom:3px solid #fe3614; } .smallBox .complex { padding:1.5em 2em 2em 2em;} -.smallBox .inputPassword { position:relative; border:none; padding:2em 2em 1.5em 0em;} -.smallBox .inputPassword .inputTypeText { float:left; margin-right:.5em;} +.smallBox .inputPassword { position:relative; border:none; padding:2em 2em 1.5em 2em;} +.smallBox .inputPassword .inputTypeText { float:left; margin-right:.5em; width:8em;} .smallBox .inputPassword legend { position:absolute; overflow:hidden; width:1px; height:1px; font-size:.001em; text-indent:-100em;} -.smallBox .inputPassword .button { display:block; float:right; margin-left:.4em;} +.smallBox .inputPassword .button { display:block; float:left; margin-right:.2em;}