Issue 2444. Panel UI update. #layout #skin

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11394 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-09-20 07:11:41 +00:00
parent ed8d703b83
commit e5e369c68e
3 changed files with 178 additions and 11 deletions

View file

@ -28,6 +28,8 @@ body>.x,.x table,.x input,.x textarea,.x select,.x button{font-size:13px}
.x .x_pagination ul>.x_active>a,
.x .x_pagination ul>.x_active>span{ background-color:#767676;color:#fff;font-weight:bold;font-size:18px;font-family:Arial, Helvetica, sans-serif}
.x .x_btn{border-radius:2px}
.x .x_btn-group{zoom:1}
.x .x_btn-group:after{content:"";display:block;clear:both}
.x .x_btn-group>.x_btn{border-radius:0}
.x .x_btn-group>.x_btn:last-child,
.x .x_btn-group>.x_dropdown-toggle{border-top-right-radius:2px;border-bottom-right-radius:2px}

View file

@ -28,6 +28,8 @@ body>.x,.x table,.x input,.x textarea,.x select,.x button{font-size:13px}
.x .x_pagination ul>.x_active>a,
.x .x_pagination ul>.x_active>span{ background-color:#767676;color:#fff;font-weight:bold;font-size:18px;font-family:Arial, Helvetica, sans-serif}
.x .x_btn{border-radius:2px}
.x .x_btn-group{zoom:1}
.x .x_btn-group:after{content:"";display:block;clear:both}
.x .x_btn-group>.x_btn{border-radius:0}
.x .x_btn-group>.x_btn:last-child,
.x .x_btn-group>.x_dropdown-toggle{border-top-right-radius:2px;border-bottom-right-radius:2px}