Content list tab UI changed.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12441 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-12-20 07:07:30 +00:00
parent 16b193f794
commit ef66d3b548
7 changed files with 15 additions and 25 deletions

View file

@ -76,10 +76,11 @@ body>.x,
.x .x_nav-tabs>li>a{padding-top:6px;padding-bottom:6px;text-decoration:none !important}
.x .x_nav-tabs>li.x_active>a{font-weight:bold}
.x .x_table{margin:10px 0;border-top:2px solid #ddd;border-bottom:1px solid #ddd}
.x h1+.x_table:first-of-type{border-top:0;margin-top:-10px}
.x h1+.x_table{border-top:0;margin-top:-10px}
.x .x_table>caption{text-align:left;padding:0 0 10px 0;line-height:26px}
.x .x_table>caption>a,
.x .x_table>caption>i{position:relative;top:7px}
.x .x_table>caption>i,
.x .x_table>caption>strong{position:relative;top:7px}
.x .x_inline{display:inline-block;*display:inline;*zoom:1}
.x .x_page-header+.x_form-horizontal{margin-top:-20px}
.x label.checked,
@ -106,8 +107,7 @@ body>.x,
.x_modal .x_modal-body{background:#fff;min-height:50px}
.x .x_control-group{padding-top:8px;margin-bottom:10px;border-top:1px dotted #ddd;clear:both}
.x .x_control-group:before{content:"";display:block;clear:both}
.x .x_control-group:first-child,
.x .x_control-group:first-of-type{border-top:0;padding-top:0}
.x .x_control-group:first-child{border-top:0;padding-top:0}
.x .x_control-group select{width:auto;min-width:220px}
.x input[type="text"],
.x input[type="password"],