.btn UI fix.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12597 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2013-01-29 03:01:44 +00:00
parent e94a6b4f4c
commit 7c8730f645
10 changed files with 68 additions and 57 deletions

View file

@ -54,6 +54,7 @@ body>.x,
.x .x_pagination [id^="goTo"]>*{border:0;border-radius:0}
.x .x_pagination [id^="goTo"]>[type="number"]{height:16px;line-height:16px;width:50px;text-align:center}
.x .x_pagination [id^="goTo"]>[type="submit"]{line-height:24px;height:24px;padding:0 6px}
.x .btn{color:#333}
.x .x_btn{border-radius:2px;overflow:visible;font-size:14px;line-height:18px;padding:3px 9px;text-decoration:none !important}
.x .x_btn-large{font-size:16px;padding:9px 14px;font-weight:bold}
.x .x_btn-small{font-size:14px}
@ -133,9 +134,6 @@ body>.x,
.x input[type="tel"],
.x input[type="color"],
.x_uneditable-input{height:16px}
.x label,
.x input,
.x button{line-height:16px}
.x select{padding:0;height:26px;line-height:26px}
.x select[multiple]{height:auto}
.x textarea{vertical-align:top}