mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-19 10:23:16 +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
|
|
@ -338,7 +338,7 @@
|
|||
.x input[type="search"]:focus,
|
||||
.x input[type="tel"]:focus,
|
||||
.x input[type="color"]:focus,
|
||||
.x .x_uneditable-input:focus{border-color:rgba(82, 168, 236, 0.8);outline:0;outline:thin dotted \9;/* IE6-9 */-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6)}
|
||||
.x .x_uneditable-input:focus{border-color:rgba(82, 168, 236, 0.8);outline:0;outline:thin dotted \9; /* IE6-9 */ -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6)}
|
||||
.x input[type="radio"],
|
||||
.x input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;*margin-top:0;line-height:normal}
|
||||
.x input[type="file"],
|
||||
|
|
@ -349,7 +349,7 @@
|
|||
.x input[type="radio"],
|
||||
.x input[type="checkbox"]{width:auto}
|
||||
.x select,
|
||||
.x input[type="file"]{height:30px;/* In IE7, the height of the select element cannot be changed by height, only font-size */*margin-top:4px;/* For IE7, add top margin to align select with labels */line-height:30px}
|
||||
.x input[type="file"]{height:30px; /* In IE7, the height of the select element cannot be changed by height, only font-size */ *margin-top:4px; /* For IE7, add top margin to align select with labels */ line-height:30px}
|
||||
.x select{width:220px;background-color:#ffffff;border:1px solid #cccccc}
|
||||
.x select[multiple],
|
||||
.x select[size]{height:auto}
|
||||
|
|
@ -596,7 +596,7 @@
|
|||
.x .x_input-prepend.x_input-append .x_add-on:last-child,
|
||||
.x .x_input-prepend.x_input-append .x_btn:last-child{margin-left:-1px;-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}
|
||||
.x .x_input-prepend.x_input-append .x_btn-group:first-child{margin-left:0}
|
||||
.x input.x_search-query{padding-right:14px;padding-right:4px \9;padding-left:14px;padding-left:4px \9;/* IE7-8 doesn't have border-radius, so don't indent the padding */margin-bottom:0;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}
|
||||
.x input.x_search-query{padding-right:14px;padding-right:4px \9;padding-left:14px;padding-left:4px \9; /* IE7-8 doesn't have border-radius, so don't indent the padding */ margin-bottom:0;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}
|
||||
/* Allow for input prepend/append in search forms */
|
||||
.x .x_form-search .x_input-append .x_search-query,
|
||||
.x .x_form-search .x_input-prepend .x_search-query{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}
|
||||
|
|
@ -1020,7 +1020,7 @@
|
|||
.x .x_btn-success[disabled]{color:#ffffff;background-color:#51a351;*background-color:#499249}
|
||||
.x .x_btn-success:active,
|
||||
.x .x_btn-success.x_active{background-color:#408140 \9}
|
||||
.x .x_btn-info{color:#ffffff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#49afcd;*background-color:#2f96b4;background-image:-moz-linear-gradient(top, #5bc0de, #2f96b4);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));background-image:-webkit-linear-gradient(top, #5bc0de, #2f96b4);background-image:-o-linear-gradient(top, #5bc0de, #2f96b4);background-image:linear-gradient(to bottom, #5bc0de, #2f96b4);background-repeat:repeat-x;border-color:#2f96b4 #2f96b4 #1f6377;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}
|
||||
.x .x_btn-info{color:#ffffff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#49afcd;*background-color:#2f96b4;background-image:-moz-linear-gradient(top, #5bc0de, #2f96b4);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));background-image:-webkit-linear-gradient(top, #5bc0de, #2f96b4);background-image:-o-linear-gradient(top, #5bc0de, #2f96b4);background-image:linear-gradient(to bottom, #5bc0de, #2f96b4);background-repeat:repeat-x;border-color:#2f96b4 #2f96b4 #1f6377;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}
|
||||
.x .x_btn-info:hover,
|
||||
.x .x_btn-info:active,
|
||||
.x .x_btn-info.x_active,
|
||||
|
|
@ -1028,7 +1028,7 @@
|
|||
.x .x_btn-info[disabled]{color:#ffffff;background-color:#2f96b4;*background-color:#2a85a0}
|
||||
.x .x_btn-info:active,
|
||||
.x .x_btn-info.x_active{background-color:#24748c \9}
|
||||
.x .x_btn-inverse{color:#ffffff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#363636;*background-color:#222222;background-image:-moz-linear-gradient(top, #444444, #222222);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));background-image:-webkit-linear-gradient(top, #444444, #222222);background-image:-o-linear-gradient(top, #444444, #222222);background-image:linear-gradient(to bottom, #444444, #222222);background-repeat:repeat-x;border-color:#222222 #222222 #000000;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}
|
||||
.x .x_btn-inverse{color:#ffffff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#363636;*background-color:#222222;background-image:-moz-linear-gradient(top, #444444, #222222);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));background-image:-webkit-linear-gradient(top, #444444, #222222);background-image:-o-linear-gradient(top, #444444, #222222);background-image:linear-gradient(to bottom, #444444, #222222);background-repeat:repeat-x;border-color:#222222 #222222 #000000;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}
|
||||
.x .x_btn-inverse:hover,
|
||||
.x .x_btn-inverse:active,
|
||||
.x .x_btn-inverse.x_active,
|
||||
|
|
@ -1103,7 +1103,7 @@
|
|||
.x .x_btn-info .x_caret,
|
||||
.x .x_btn-success .x_caret,
|
||||
.x .x_btn-inverse .x_caret{border-top-color:#ffffff;border-bottom-color:#ffffff}
|
||||
.x .x_btn-group-vertical{display:inline-block;*display:inline;/* IE7 inline-block hack */*zoom:1}
|
||||
.x .x_btn-group-vertical{display:inline-block;*display:inline; /* IE7 inline-block hack */ *zoom:1}
|
||||
.x .x_btn-group-vertical>.x_btn{display:block;float:none;max-width:100%;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}
|
||||
.x .x_btn-group-vertical>.x_btn+.x_btn{margin-top:-1px;margin-left:0}
|
||||
.x .x_btn-group-vertical>.x_btn:first-child{-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -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