diff --git a/modules/communication/skins/default/common_header.html b/modules/communication/skins/default/common_header.html index e00686ee9..622f194bf 100644 --- a/modules/communication/skins/default/common_header.html +++ b/modules/communication/skins/default/common_header.html @@ -18,19 +18,18 @@
-
-

{$member_title}

+
+

{$member_title}

-
- - - -
+ +
-
+
diff --git a/modules/communication/skins/default/css/common.css b/modules/communication/skins/default/css/common.css index d683fe0c1..a4fedcaf8 100644 --- a/modules/communication/skins/default/css/common.css +++ b/modules/communication/skins/default/css/common.css @@ -17,7 +17,7 @@ .boardInformation strong { font:bold 11px Tahoma; color:#ff6600;} .boardHeader { position:relative; _width:100%; border-top:1px solid #e1e1dd; border-bottom:none; background:#ffffff url(../images/common/bgH3.gif) no-repeat right bottom; overflow:hidden;} -.boardHeader .member_option { float:right; position:relative; top:1em; right:1em; } +.boardHeader .member_option { float:right; position:relative; top:0.5em; right:1em; } .boardHeader select { vertical-align:bottom; } .boardHeader input { vertical-align:bottom; _padding-bottom:1px;} .boardHeader .essential { position:absolute; top:1.5em; right:1em; color:#54564b; font-size:.9em;} diff --git a/modules/member/skins/default/common_header.html b/modules/member/skins/default/common_header.html index 5154adb27..9479fa329 100644 --- a/modules/member/skins/default/common_header.html +++ b/modules/member/skins/default/common_header.html @@ -18,19 +18,18 @@
-
-

{$member_title}

+
+

{$member_title}

-
- - - -
+ +
-
- +
+ \ No newline at end of file diff --git a/modules/member/skins/default/css/common.css b/modules/member/skins/default/css/common.css index d683fe0c1..a4fedcaf8 100644 --- a/modules/member/skins/default/css/common.css +++ b/modules/member/skins/default/css/common.css @@ -17,7 +17,7 @@ .boardInformation strong { font:bold 11px Tahoma; color:#ff6600;} .boardHeader { position:relative; _width:100%; border-top:1px solid #e1e1dd; border-bottom:none; background:#ffffff url(../images/common/bgH3.gif) no-repeat right bottom; overflow:hidden;} -.boardHeader .member_option { float:right; position:relative; top:1em; right:1em; } +.boardHeader .member_option { float:right; position:relative; top:0.5em; right:1em; } .boardHeader select { vertical-align:bottom; } .boardHeader input { vertical-align:bottom; _padding-bottom:1px;} .boardHeader .essential { position:absolute; top:1.5em; right:1em; color:#54564b; font-size:.9em;}