mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
Site edit UI cleaning.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12318 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
6c968803a3
commit
5932630e58
5 changed files with 47 additions and 46 deletions
|
|
@ -8,9 +8,9 @@ body>.x{max-width:none !important}
|
|||
#site .btnBoth,
|
||||
#site .x_btn-group{text-align:right;margin:10px 0}
|
||||
#site .btnBoth:after{content:"";display:block;clear:both}
|
||||
.col{display:inline-block;*display:inline;*zoom:1;vertical-align:top;position:relative;background:#ddd;white-space:normal;height:100%;min-width:220px;padding:10px;margin:0 4px 0 0;border:4px solid #ddd;border-radius:5px;box-shadow:1px 1px 1px #999}
|
||||
.col{display:inline-block;*display:inline;*zoom:1;vertical-align:top;position:relative;background-color:#ddd;white-space:normal;height:100%;min-width:220px;padding:10px;margin:0 4px 0 0;border-radius:5px;box-shadow:1px 1px 1px #999;background-image:-webkit-linear-gradient(top, #eee, #ddd 18px, #ccc 18px, #ddd 33px);background-image:-moz-linear-gradient(top, #eee, #ddd 18px, #ccc 18px, #ddd 33px);background-image:-o-linear-gradient(top, #eee, #ddd 18px, #ccc 18px, #ddd 33px);background-image:linear-gradient(top, #eee, #ddd 18px, #ccc 18px, #ddd 33px);}
|
||||
.col>h1,
|
||||
.col>*>h1{line-height:32px;font-size:14px;margin:-10px -10px 0 -10px;color:#000;padding:0 8px;text-shadow:0 1px 0 #fff;max-width:270px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
|
||||
.col>*>h1{line-height:32px !important;font-size:16px !important;margin:-10px -10px 0 -10px;color:#000 !important;padding:0 8px;text-shadow:0 1px 0 #fff;max-width:270px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
|
||||
.col>*>h1>a{color:#000;text-decoration:none}
|
||||
.col>*>h1>a[target="_blank"]:after{vertical-align:middle;opacity:.75;filter:alpha(opacity=75)}
|
||||
.col>*>h1>a:hover,
|
||||
|
|
@ -20,7 +20,7 @@ body>.x{max-width:none !important}
|
|||
.col>.x_close:focus{opacity:1;filter:alpha(opacity=100)}
|
||||
.col input[type="checkbox"],
|
||||
.col input[type="radio"]{margin:0}
|
||||
.col .cnt{overflow-x:hidden;overflow-y:auto;padding:10px;margin:0 -10px;border-radius:5px;background:#fff;border:1px solid #999;border-right:0;border-bottom:0}
|
||||
.col .cnt{overflow-x:hidden;overflow-y:auto;padding:10px;margin:0 -6px;border-radius:5px;background:#fff;border:1px solid #999;border-right:0;border-bottom:0}
|
||||
.col .cnt>ul{margin:0;padding:0;list-style:none}
|
||||
.col .cnt label{font-weight:normal}
|
||||
.col .cnt label:only-child{cursor:pointer}
|
||||
|
|
@ -45,7 +45,7 @@ body>.x{max-width:none !important}
|
|||
.mapi>ul>li>a:focus,
|
||||
.mapi>ul>li>a.jstree-clicked,
|
||||
.mapi>ul>li>a.jstree-hovered{text-shadow:none}
|
||||
.mapi>ul>li>ul{margin:3px 0 0 18px;padding:7px 0}
|
||||
.mapi>ul>li>ul{margin:0 0 0 18px}
|
||||
.mapi>ul>li>ul>li{margin-left:0}
|
||||
/* li>a */
|
||||
.mapi li>a{border:0 !important;padding:0 8px !important;margin:0 0 1px 0;border-radius:3px;position:relative;z-index:2;height:23px;line-height:23px;max-width:160px;overflow:hidden;text-overflow:ellipsis;-webkit-transition:.2s;-moz-transition:.2s;-o-transition:.2s;transition:.2s}
|
||||
|
|
@ -54,6 +54,8 @@ body>.x{max-width:none !important}
|
|||
.mapi .jstree-clicked>i{background-image:url(../../../../common/img/glyphicons-halflings-white.png);opacity:1;filter:alpha(opacity=100)}
|
||||
/* Plugin style override */
|
||||
.mapi a>.jstree-icon{display:none}
|
||||
.mapi .jstree-open>.jstree-icon,
|
||||
.mapi .jstree-closed>.jstree-icon{background-color:#fff}
|
||||
/* Nav */
|
||||
.col .nav li{border-top:1px solid #ddd;position:relative;white-space:nowrap}
|
||||
.col .nav li:first-child{border-top:0}
|
||||
|
|
@ -121,7 +123,7 @@ body>.x{max-width:none !important}
|
|||
.download .item.installed.up_to_date ._need_to_update{display:none}
|
||||
.download .item.installed ._already_up_to_date{display:none}
|
||||
.download .item.installed.up_to_date ._already_up_to_date{display:block}
|
||||
.download ._pagination{position:absolute;bottom:3px;left:0;width:100%}
|
||||
.download ._pagination{position:absolute;bottom:4px;left:4px;right:4px}
|
||||
.download ._pagination>.x_pagination,
|
||||
.download ._pagination>.search{margin:0}
|
||||
.download ._pagination>.x_pagination{text-shadow:0 1px 0 #fff}
|
||||
|
|
@ -130,7 +132,6 @@ body>.x{max-width:none !important}
|
|||
.download ._pagination>.x_pagination a:hover,
|
||||
.download ._pagination>.x_pagination a:focus{font-weight:bold}
|
||||
.download ._pagination>.x_pagination .x_active>a{color:#000}
|
||||
|
||||
/* Theme(layout|skin) */
|
||||
.theme img{width:110px;border:1px solid #ddd}
|
||||
.theme label{margin:0;padding:8px 0;position:relative;border-bottom:1px solid #ddd}
|
||||
|
|
@ -156,6 +157,12 @@ body>.x{max-width:none !important}
|
|||
.theme ul ul>li>a:hover>i,
|
||||
.theme ul ul>li>a:focus>i{background-image:url(../../../../common/img/glyphicons-halflings-white.png)}
|
||||
.theme ul ul>li>button{width:100%;padding-right:0}
|
||||
/* Add Sitemap */
|
||||
#add_sitemap [for="sitemapName"]{font-weight:bold}
|
||||
#add_sitemap .btnBoth{position:absolute;margin:0;bottom:4px;left:4px;right:4px}
|
||||
/* Sitemap General */
|
||||
#sitemap_general [for="sitemapName2"]{font-weight:bold}
|
||||
#sitemap_general .btnBoth{position:absolute;margin:0;bottom:4px;left:4px;right:4px}
|
||||
/* Properties */
|
||||
#properties ul{margin:0;padding:0 0 8px 0}
|
||||
#properties li{position:relative;white-space:nowrap}
|
||||
|
|
@ -195,16 +202,17 @@ body>.x{max-width:none !important}
|
|||
#add_menu .desc>a:after{content:normal}
|
||||
#add_menu .desc>a:hover,
|
||||
#add_menu .desc>a:focus{opacity:1;filter:alpha(opacity=100)}
|
||||
#add_menu .x_btn-group{position:absolute;margin:0;left:0;bottom:0;width:100%}
|
||||
#add_menu .x_btn-group{position:absolute;margin:0;left:4px;right:4px;bottom:4px}
|
||||
/* Default */
|
||||
#default .menuType{border:1px solid #ddd;border-left:0;border-right:0}
|
||||
#default [for="lang_menuName"],
|
||||
#default [for="lang_pageTitle"],
|
||||
#default [for="mid2"]{font-weight:bold}
|
||||
#default .btnBoth{position:absolute;width:100%;left:0;bottom:0;margin:0}
|
||||
#default .btnBoth{position:absolute;left:4px;right:4px;bottom:4px;margin:0}
|
||||
/* Auth */
|
||||
#auth li>label:first-child{font-weight:bold;line-height:30px;margin:0}
|
||||
#auth select{height:26px;margin:0 0 5px 0;padding:0;width:100%}
|
||||
#auth .x_btn-group{position:absolute;width:100%;left:0;bottom:0;margin:0}
|
||||
#auth .x_btn-group{position:absolute;left:4px;right:4px;bottom:4px;margin:0}
|
||||
/* Image Button */
|
||||
#imgbtn form{padding:8px 0 0 0;margin:0}
|
||||
#imgbtn figure{margin:0}
|
||||
|
|
@ -233,6 +241,7 @@ body>.x{max-width:none !important}
|
|||
#design .x_icon-zoom-in{position:absolute;right:4px;bottom:4px;width:24px;height:24px;background-color:#fff;opacity:.75;filter:alpha(opacity:75);background-position:-331px 5px}
|
||||
#design .x_icon-zoom-in:after{content:normal}
|
||||
#design .mask{position:absolute;width:100%;height:100%;top:0;left:0}
|
||||
#design .btnBoth{position:absolute;bottom:4px;left:4px;right:4px;margin:0}
|
||||
#design._mobile_view_disabled #mobile .shadow,
|
||||
#design._mobile_view_disabled._mobileMode .nav,
|
||||
#design._mobileMode .langDesktop,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue