install.css btn UI fix.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9398 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2011-09-28 08:27:14 +00:00
parent 621b05ad02
commit 0278c39af4
16 changed files with 66 additions and 66 deletions

View file

@ -30,26 +30,26 @@ html{height:100%;background:url(../img/bgHtml.gif) repeat-x 0 0}
#xei #progress li.active{background-color:#666;background-position:10px -80px;font-weight:bold;color:#fff;margin-right:-1px}
#xei #content{position:relative;width:580px;min-height:328px;_height:328px;padding:20px 0 60px 0;background:#666}
/* Button */
.btn,
.btn *{position:relative;margin:0;padding:0;display:inline-block;height:30px;line-height:30px;text-decoration:none !important;border:0;font-size:12px;font-family:Tahoma, Sans-serif;white-space:nowrap;background:url(../img/btnPack.gif) no-repeat;vertical-align:top;overflow:visible;color:#eee}
.btn {margin-right:4px;background-position:left -30px}
.btn *{left:4px;cursor:pointer;_cursor:hand;padding:0 10px 0 6px;background-position:right -30px}
.btn *:hover,
.btn *:active,
.btn *:focus{color:#ff0}
.btn.strong *{font-weight:bold !important}
.btn.icon *{padding-left:20px}
.btn.icon span{width:20px;margin-right:-18px;padding:0 !important}
.btn .check{background-position:4px -146px}
.btn .back{background-position:-14px -146px}
.btn .monitor{background-position:-37px -147px}
.ibtn,
.ibtn *{position:relative;margin:0;padding:0;display:inline-block;height:30px;line-height:30px;text-decoration:none !important;border:0;font-size:12px;font-family:Tahoma, Sans-serif;white-space:nowrap;background:url(../img/btnPack.gif) no-repeat;vertical-align:top;overflow:visible;color:#eee}
.ibtn {margin-right:4px;background-position:left -30px}
.ibtn *{left:4px;cursor:pointer;_cursor:hand;padding:0 10px 0 6px;background-position:right -30px}
.ibtn *:hover,
.ibtn *:active,
.ibtn *:focus{color:#ff0}
.ibtn.strong *{font-weight:bold !important}
.ibtn.icon *{padding-left:20px}
.ibtn.icon span{width:20px;margin-right:-18px;padding:0 !important}
.ibtn .check{background-position:4px -146px}
.ibtn .back{background-position:-14px -146px}
.ibtn .monitor{background-position:-37px -147px}
/* Button Area */
.btnArea{position:absolute;bottom:0;right:0;width:540px;margin:0;padding:15px 20px;text-align:center;*zoom:1;color:#fff;border-top:1px solid #444;background:#555}
.btnArea:after{content:"";display:block;clear:both}
.btnArea .fLeft{float:left}
.btnArea .fRight{float:right}
.btnArea label{font-weight:bold}
.btnArea select{background:#666;color:#fff}
.ibtnArea{position:absolute;bottom:0;right:0;width:540px;margin:0;padding:15px 20px;text-align:center;*zoom:1;color:#fff;border-top:1px solid #444;background:#555}
.ibtnArea:after{content:"";display:block;clear:both}
.ibtnArea .fLeft{float:left}
.ibtnArea .fRight{float:right}
.ibtnArea label{font-weight:bold}
.ibtnArea select{background:#666;color:#fff}
/* table */
.table{margin:0 20px 20px 20px}
.table table{width:100%;border:0;border-top:1px solid #484848}