
아래의 질문을 보고 비슷하게 만들어보았습니다.
skin/outlogin/basic/style.css를 아래와 같이 수정했습니다.
Copy
#ol_before {}
#ol_before fieldset {position:relative}
#ol_id {display:block;margin:0 0 5px !important;margin:0 0 3px;padding:0 5px;width:104px;height:22px;border:1px solid #d6dbe1;background:#f7f7f7;line-height:1.6em}
.ol_idlabel {position:absolute;top:6px;left:5px;color:#333;font-size:0.95em}
#ol_pw {display:block;margin:0 0 5px !important;margin:0 0 3px;padding:0 5px;width:104px;height:22px;border:1px solid #d6dbe1;background:#f7f7f7;vertical-align:top;line-height:1.6em}
.ol_pwlabel {position:absolute;top:35px;left:5px;color:#333;font-size:0.95em}
#auto_login {}
#auto_login_label {letter-spacing:-0.1em}
#ol_submit {display:inline-block;position:absolute;top:0px;right:0px;width:52px;height:53px;border:0;background:#9A6B31;color:#fff;font-size:0.9em;font-weight:bold;vertical-align:top}
#ol_before a {letter-spacing:-0.01em}
#ol_svc {float:left;margin:5px 0 0}
#ol_password_lost {display:inline-block;margin:0 0 0 5px}
#ol_auto {position:relative;float:right;margin:3px 0 0}
#ol_auto label {letter-spacing:-0.01em}
#ol_auto input {width:13px;height:13px;vertical-align:bottom}
초보라 주먹구구식으로 수정했는데...
아래 빨간색으로 첨가한 부분의 소스가 맞을까요?
#ol_submit {display:inline-block;position:absolute;top:0px;right:0px;width:52px;height:53px;border:0;background:#9A6B31;color:#fff;font-size:0.9em;font-weight:bold;vertical-align:top}
|
답변 1개 / 댓글 1개
채택된 답변
+20 포인트
11년 전
딱히 문제는 없어보입니다.
#ol_submit 에 cursor:pointer; 옵션 주셔야 될것같네요.
답변에 대한 댓글 1개
11년 전
답변을 작성하려면 로그인이 필요합니다.
그렇잖아도 커서 옵션도 넣고 싶었는데...^^