mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
Issue 2444. Tree component UI update.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11319 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
8aafc130ab
commit
58106bc5b0
3 changed files with 19 additions and 8 deletions
|
|
@ -1,8 +1,8 @@
|
|||
@charset "utf-8";
|
||||
/* Reset */
|
||||
html{min-height:100%}
|
||||
body{margin:8px;-webkit-text-size-adjust:none}
|
||||
body>.x{margin:15px auto;min-width:290px;/*max-width:1200px*/}
|
||||
body{margin:10px;-webkit-text-size-adjust:none}
|
||||
body>.x{min-width:300px}
|
||||
@media all and (max-width:480px){
|
||||
body>.x{margin:0}
|
||||
}
|
||||
|
|
@ -24,6 +24,11 @@ body>.x,.x table,.x input,.x textarea,.x select,.x button{font-size:13px}
|
|||
.x .x_alert .x_close{top:-3px;right:-30px}
|
||||
.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>.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}
|
||||
.x .x_btn-group>.x_btn:first-child{border-bottom-left-radius:2px;border-top-left-radius:2px}
|
||||
/* Image Sprite */
|
||||
.x>.body>.gnb>ul>li>a:before,
|
||||
.x .dashboard>section>h2:before{background-image:url(../../../../common/img/glyphicons-halflings.png);background-repeat:no-repeat}
|
||||
|
|
|
|||
9
modules/admin/tpl/css/admin.min.css
vendored
9
modules/admin/tpl/css/admin.min.css
vendored
|
|
@ -1,8 +1,8 @@
|
|||
@charset "utf-8";
|
||||
/* Reset */
|
||||
html{min-height:100%}
|
||||
body{margin:8px;-webkit-text-size-adjust:none}
|
||||
body>.x{margin:15px auto;min-width:290px;/*max-width:1200px*/}
|
||||
body{margin:10px;-webkit-text-size-adjust:none}
|
||||
body>.x{min-width:300px}
|
||||
@media all and (max-width:480px){
|
||||
body>.x{margin:0}
|
||||
}
|
||||
|
|
@ -24,6 +24,11 @@ body>.x,.x table,.x input,.x textarea,.x select,.x button{font-size:13px}
|
|||
.x .x_alert .x_close{top:-3px;right:-30px}
|
||||
.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>.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}
|
||||
.x .x_btn-group>.x_btn:first-child{border-bottom-left-radius:2px;border-top-left-radius:2px}
|
||||
/* Image Sprite */
|
||||
.x>.body>.gnb>ul>li>a:before,
|
||||
.x .dashboard>section>h2:before{background-image:url(../../../../common/img/glyphicons-halflings.png);background-repeat:no-repeat}
|
||||
|
|
|
|||
|
|
@ -185,7 +185,7 @@
|
|||
.col{display:inline-block;vertical-align:top;position:relative;white-space:normal;height:100%;min-width:220px;padding:10px 25px 10px 10px;margin:0 4px 0 0;overflow-y:auto;overflow-x:hidden;border:1px solid #ddd}
|
||||
.col>*>h1{line-height:30px;font-size:16px;border-bottom:2px solid #666;margin:0;color:#333}
|
||||
.col>*>ul{margin:0;padding:0;list-style:none}
|
||||
.col>.x_close{position:absolute;top:0;right:0;width:24px;height:24px}
|
||||
.col>.x_close{position:absolute;top:0;right:0;width:32px;height:32px}
|
||||
/* .mapi * */
|
||||
.mapi{margin:0 0 15px 0;min-width:200px;background-color:transparent !important}
|
||||
.mapi ul{margin:0;padding:0;list-style:none}
|
||||
|
|
@ -193,12 +193,13 @@
|
|||
.mapi li>ul{margin:0}
|
||||
.mapi a{text-decoration:none}
|
||||
.mapi>ul{padding:1px}
|
||||
/* .root */
|
||||
/* Root */
|
||||
.mapi>ul>li{margin-top:30px;position:relative}
|
||||
.mapi>ul>li:before{ content:"";display:block;border-top:1px dashed #ccc;position:relative;top:-15px}
|
||||
.mapi>ul>li:first-child{margin-top:0;border:0}
|
||||
.mapi>ul>li:first-child{margin-top:0}
|
||||
.mapi>ul>li:first-child:before{ content:normal}
|
||||
.mapi>ul>li>a{ font-weight:bold}
|
||||
.mapi>ul>li>a{font-weight:bold}
|
||||
.mapi>ul>li>ul{border-top:2px solid #666;margin-top:7px;padding-top:7px}
|
||||
/* li>a */
|
||||
.mapi li>a{border:0 !important; padding:0 8px !important; margin:0 60px 0 0; border-radius:3px; position:relative;z-index:2;height:23px;line-height:23px;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s}
|
||||
.mapi .x_icon-home{opacity:.5;filter:alpha(opacity=50)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue