mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
./common/css/ ./common/js/ Minor fix. Change '.icon-' to '.x_icon-'.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11650 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5aedbb939a
commit
1bf42a3370
4 changed files with 10 additions and 48 deletions
|
|
@ -219,15 +219,13 @@ to{-o-transform:rotate(360deg)}
|
|||
/* li>a */
|
||||
.x>.body>.gnb>ul>li>a{padding:8px 5px 8px 10px;background:#f1f1f1;background:-webkit-gradient(linear,left top,left bottom,from(#F1F1F1),to(#E8E8E8));background:-moz-linear-gradient(top,#F1F1F1,#E8E8E8);background:-o-linear-gradient(top,#F1F1F1,#E8E8E8)}
|
||||
.x>.body>.gnb>ul>li>a:before{content:"";display:inline-block;width:14px;height:14px;margin:-4px 4px 0 0;vertical-align:middle;opacity:.75;filter:alpha(opacity=75)}
|
||||
.x>.body>.gnb>ul>li>a[href$="module=admin"]:before{background-position:-432px 0}
|
||||
.x>.body>.gnb>ul>li>a[href$="module=admin"]:before{background-position:-384px -144px}
|
||||
.x>.body>.gnb>ul>li>a[href*="act=dispMenuAdminSiteMap"]:before{background-position:0 -24px}
|
||||
.x>.body>.gnb>ul>li>a[href*="act=dispMemberAdminList"]:before{background-position:-168px 0}
|
||||
.x>.body>.gnb>ul>li>a[href*="act=dispDocumentAdminList"]:before{background-position:-48px -48px}
|
||||
.x>.body>.gnb>ul>li>a[href*="act=dispAdminTheme"]:before{background-position:-456px -48px}
|
||||
.x>.body>.gnb>ul>li>a[href*="act=dispAutoinstallAdminIndex"]:before{background-position:-96px -24px}
|
||||
.x>.body>.gnb>ul>li>a[href*="act=dispAdminConfigGeneral"]:before{background-position:-360px -144px}
|
||||
.x>.body>.gnb>ul>li>a[href*="act=dispAdminTheme"]:before{background-position:-432px 0}
|
||||
.x>.body>.gnb>ul>li>a[href="#favorite"]:before{background-position:-120px 0}
|
||||
.x>.body>.gnb>ul>li>a[href="#gnb"]:before{background-position:-432px -119px}
|
||||
.x>.body>.gnb>ul>li>a:hover,
|
||||
.x>.body>.gnb>ul>li>a:focus{background:#f6f6f6;background:-webkit-gradient(linear,left top,left bottom,from(#f6f6f6),to(#F1F1F1));background:-moz-linear-gradient(top,#f6f6f6,#F1F1F1);background:-o-linear-gradient(top,#f6f6f6,#F1F1F1)}
|
||||
.x>.body>.gnb>ul>li.open>a{font-weight:bold;color:#fff;text-shadow:0 -1px 0 #333;background:#94a55c;background:-webkit-gradient(linear,left top,left bottom,from(#b3d155),to(#94a55c));background:-moz-linear-gradient(top,#b3d155,#94a55c);background:-o-linear-gradient(top,#b3d155,#94a55c)}
|
||||
|
|
@ -536,21 +534,4 @@ html[lang="mn"] .x .g11n.active>[disabled],
|
|||
.x .moduleSearchWindow .moduleTypeList li div{width:170px}
|
||||
.x .moduleSearchWindow .moduleInstanceList li div{width:190px}
|
||||
.x .moduleSearchWindow .moduleSearch_ok {float:right}
|
||||
.x .moduleSearchWindow select.moduleInstanceListSelect {width:100%}
|
||||
|
||||
|
||||
/*!
|
||||
* Bootstrap v2.0.4
|
||||
*
|
||||
* Copyright 2012 Twitter, Inc
|
||||
* Licensed under the Apache License v2.0
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Designed and built with all the love in the world@twitter by@mdo and@fat.
|
||||
*/
|
||||
/* Bootstrap - Icons */
|
||||
[class^="icon-"],[class*=" icon-"]{display:inline-block;width:14px;height:14px;*margin-right:.3em;line-height:14px;vertical-align:text-top;background-image:url("../img/glyphicons-halflings.png");background-position:14px 14px;background-repeat:no-repeat}
|
||||
[class^="icon-"]:last-child,[class*=" icon-"]:last-child{*margin-left:0}
|
||||
.icon-search{background-position:-48px 0}
|
||||
.icon-circle-arrow-right{background-position:-240px -144px}
|
||||
|
||||
.x .moduleSearchWindow select.moduleInstanceListSelect {width:100%}
|
||||
Loading…
Add table
Add a link
Reference in a new issue