mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
Issue 2844: admin.bootstrap.min.css minify bug fixed.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12636 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
fb2df13a8e
commit
57cf9ec139
4 changed files with 15 additions and 15 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<li class="x_active"|cond="$act == 'dispAutoinstallAdminInstalledPackages'"><a href="{getUrl('', 'module', 'admin', 'act', 'dispAutoinstallAdminInstalledPackages')}">Installed({$iCount})</a></li>
|
||||
</ul>
|
||||
|
||||
<div cond="$act == 'dispAutoinstallAdminIndex'" class="x_thumbnail x_clearfix category">
|
||||
<nav cond="$act == 'dispAutoinstallAdminIndex'" class="x_thumbnail x_clearfix category">
|
||||
<div loop="$categories => $category" cond="$category->depth == 0">
|
||||
<h2>{$category->title}</h2>
|
||||
<ul>
|
||||
|
|
@ -12,5 +12,5 @@
|
|||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
|
|
|||
|
|
@ -3,11 +3,11 @@
|
|||
a>i{opacity:.5;filter:alpha(opacity=50)}
|
||||
.x_label,
|
||||
.x_badge{font-weight:normal}
|
||||
.category{padding:15px 20px 0 20px;margin-bottom:20px}
|
||||
.category>div{float:left;width:50%}
|
||||
.category h2{margin:0 0 8px 0;color:#333;font-size:14px}
|
||||
.category ul{margin:0 0 15px 0;padding:0;list-style:none}
|
||||
.category .active>a{font-weight:bold;color:#333}
|
||||
.x .category{padding:15px 20px 0 20px;margin-bottom:20px}
|
||||
.x .category>div{float:left;width:50%}
|
||||
.x .category h2{margin:0 0 8px 0;color:#333;font-size:14px}
|
||||
.x .category ul{margin:0 0 15px 0;padding:0;list-style:none}
|
||||
.x .category .active>a{font-weight:bold;color:#333}
|
||||
.list{zoom:1}
|
||||
.list:after{content:"";display:block;clear:both}
|
||||
.list>.x_thumbnail{padding:8px 10px; margin-bottom:10px;zoom:1;width:46.5%;box-shadow:1px 1px 3px #eee;overflow:hidden}
|
||||
|
|
@ -22,7 +22,7 @@ a>i{opacity:.5;filter:alpha(opacity=50)}
|
|||
.starRating{width:79px;vertical-align:middle}
|
||||
.starRating span{font-size:0;line-height:0;vertical-align:top;text-indent:-100px;*text-indent:0;background-position:0 -15px}
|
||||
@media all and (max-width:480px){
|
||||
.category>div{float:none;width:auto}
|
||||
.x .category>div{float:none;width:auto}
|
||||
}
|
||||
@media all and (max-width:960px){
|
||||
.list>.x_thumbnail{width:auto}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue