Issue 2390. [Admin UI Refactoring] Content > Data Migration. ing...

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11741 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-10-16 10:39:26 +00:00
parent 4375870a34
commit e26413fe4e
6 changed files with 68 additions and 130 deletions

View file

@ -21,7 +21,6 @@ body>.x,.x label,.x table,.x input,.x textarea,.x select,.x button{font-size:13p
.x h4{font-size:14px}
.x h5{font-size:12px}
.x h6{font-size:12px}
.x section>h1{border-bottom:1px solid #ddd}
.x [class^="x_icon-"],
.x [class*=" x_icon-"]{text-decoration:none;border:0;padding:0;background-color:transparent;overflow:hidden;font-size:0}
.x .x_close{width:24px;height:24px}
@ -73,9 +72,6 @@ body>.x,.x label,.x table,.x input,.x textarea,.x select,.x button{font-size:13p
.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,
.x .x_control-group select,
.x .x_control-group textarea{margin-bottom:0}
.x input[type="text"],
.x input[type="password"],
.x input[type="datetime"],
@ -99,7 +95,7 @@ body>.x,.x label,.x table,.x input,.x textarea,.x select,.x button{font-size:13p
.x .x_tab-content{overflow-x:hidden}
/* Custom Styles */
.x .section{margin:20px 0 40px 0}
.x .section>h1{position:relative}
.x .section>h1{position:relative;border-bottom:1px solid #ddd}
.x .section>h1>.snToggle{position:absolute;bottom:0;right:0;width:32px;height:32px;opacity:.5;filter:alpha(opacity=50)}
.x .section>h1>.snToggle.x_icon-chevron-up{background-position:-279px -112px}
.x .section>h1>.snToggle.x_icon-chevron-down{background-position:-303px -111px}

View file

@ -21,7 +21,6 @@ body>.x,.x label,.x table,.x input,.x textarea,.x select,.x button{font-size:13p
.x h4{font-size:14px}
.x h5{font-size:12px}
.x h6{font-size:12px}
.x section>h1{border-bottom:1px solid #ddd}
.x [class^="x_icon-"],
.x [class*=" x_icon-"]{text-decoration:none;border:0;padding:0;background-color:transparent;overflow:hidden;font-size:0}
.x .x_close{width:24px;height:24px}
@ -73,9 +72,6 @@ body>.x,.x label,.x table,.x input,.x textarea,.x select,.x button{font-size:13p
.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,
.x .x_control-group select,
.x .x_control-group textarea{margin-bottom:0}
.x input[type="text"],
.x input[type="password"],
.x input[type="datetime"],
@ -99,7 +95,7 @@ body>.x,.x label,.x table,.x input,.x textarea,.x select,.x button{font-size:13p
.x .x_tab-content{overflow-x:hidden}
/* Custom Styles */
.x .section{margin:20px 0 40px 0}
.x .section>h1{position:relative}
.x .section>h1{position:relative;border-bottom:1px solid #ddd}
.x .section>h1>.snToggle{position:absolute;bottom:0;right:0;width:32px;height:32px;opacity:.5;filter:alpha(opacity=50)}
.x .section>h1>.snToggle.x_icon-chevron-up{background-position:-279px -112px}
.x .section>h1>.snToggle.x_icon-chevron-down{background-position:-303px -111px}