Admin UI minor fix.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11628 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-10-08 09:40:08 +00:00
parent fd84b2ae5a
commit 913bfd56f2
2 changed files with 8 additions and 2 deletions

View file

@ -66,7 +66,8 @@ body>.x,.x label,.x table,.x input,.x textarea,.x select,.x button{font-size:13p
.x.x_modal,
.x_modal-backdrop{display:none}
.x.x_modal{padding:0;width:90%;margin:-250px 0 0 -45%;max-width:none}
.x .x_control-group{padding-top:8px;margin-bottom:10px;border-top:1px dotted #ddd}
.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 input,

View file

@ -66,7 +66,8 @@ body>.x,.x label,.x table,.x input,.x textarea,.x select,.x button{font-size:13p
.x.x_modal,
.x_modal-backdrop{display:none}
.x.x_modal{padding:0;width:90%;margin:-250px 0 0 -45%;max-width:none}
.x .x_control-group{padding-top:8px;margin-bottom:10px;border-top:1px dotted #ddd}
.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 input,
@ -332,6 +333,10 @@ html[lang="mn"] .x .g11n.active>[disabled],
/* ---------- Deprecated UI supports - Please do not use this CSS styles below. It will be removed as soon as possible. ---------- */
/* ---------- Deprecated UI supports - Please do not use this CSS styles below. It will be removed as soon as possible. ---------- */
/* Favorite On | Off */
.x .fvOff,
.x .fvOn{display:inline-block;width:16px;height:16px;overflow:hidden;text-indent:16px;background:transparent url(../img/iconFavorite.gif) no-repeat;border:0}
.x .fvOn{background-position:0 -16px}
/* Up-Down Dragable */
.x .uDrag .wrap{position:relative;padding-left:20px}
.x .uDrag li>.wrap{margin:0 0 0 8px}