mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
234 lines
5.2 KiB
CSS
234 lines
5.2 KiB
CSS
#main .features h2 { margin-top:0; }
|
|
#main .features h3 { padding:0 3em 0 0; }
|
|
html.dyn #main ul.features button { display:none; }
|
|
.pageStatus { clear: both; }
|
|
|
|
.features.detail-view .category > ul {
|
|
border:1px solid #EAEAEA;
|
|
margin-bottom:2em;
|
|
}
|
|
.features.summary-view .category {
|
|
overflow:hidden;
|
|
padding-bottom:1em;
|
|
}
|
|
.features.summary-view .feature {
|
|
border:1px solid #EAEAEA;
|
|
display:block;
|
|
float:left;
|
|
height:6em;
|
|
margin:0 .5% 1% .5%;
|
|
position:relative;
|
|
width:31.95%;
|
|
}
|
|
.features.summary-view .feature:nth-child(3n+1),
|
|
.features.summary-view .feature:nth-child(3n+2),
|
|
.features.summary-view .feature:nth-child(3n) {
|
|
width:32.3%;
|
|
}
|
|
.features.summary-view .feature:nth-child(3n+1) {
|
|
margin-left:0;
|
|
}
|
|
.features.summary-view .feature:nth-child(3n+2) {
|
|
}
|
|
.features.summary-view .feature:nth-child(3n) {
|
|
margin-right:0;
|
|
}
|
|
|
|
.features.detail-view .feature {
|
|
padding:.25em 0;
|
|
border-bottom:1px solid #CCC;
|
|
}
|
|
.features .enabled.feature {
|
|
background:#FFF;
|
|
}
|
|
.features.summary-view .enabled.feature, .features.summary-view .disabled.feature {
|
|
border-color:#cfe493;
|
|
overflow:hidden;
|
|
}
|
|
.features.summary-view .enabled.selected.feature, .features.summary-view .disabled.selected.feature {
|
|
border-color:rgb(60,130,46);
|
|
}
|
|
.features .disabled.feature {
|
|
background:#f3f3f3;
|
|
}
|
|
.features.summary-view .disabled.feature {
|
|
border-color:#eaeaea;
|
|
}
|
|
.features .update.feature {
|
|
background:#ECC;
|
|
}
|
|
.features.summary-view .update.feature {
|
|
border-color:#E77;
|
|
}
|
|
.features.detail-view .last.feature {
|
|
border:0;
|
|
}
|
|
|
|
.features .feature .summary {
|
|
overflow: hidden;
|
|
padding: .4em .5em;
|
|
position: relative;
|
|
cursor: default;
|
|
}
|
|
.features .feature .summary .properties h3 label {
|
|
padding: 0;
|
|
cursor: pointer;
|
|
}
|
|
.features .feature .summary .properties h3 label input {
|
|
vertical-align: 5%;
|
|
}
|
|
.features.detail-view .feature .summary {
|
|
overflow:visible;
|
|
}
|
|
#main .features.detail-view .feature {
|
|
padding-right:5.5em;
|
|
}
|
|
#main .features.detail-view h3 {
|
|
display:inline;
|
|
font-size:1.4em;
|
|
padding-right:0;
|
|
}
|
|
#main .features.summary-view .description {
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
#main .features.detail-view .description {
|
|
display:inline;
|
|
margin:0 0 1em .5ex;
|
|
}
|
|
.features.detail-view .description::before {
|
|
content:" - ";
|
|
}
|
|
.features .dependencies {
|
|
font-size:.9em;
|
|
margin:.44em 0 0;
|
|
}
|
|
.features .dependencies>* {
|
|
display:inline;
|
|
}
|
|
.features .dependencies li {
|
|
display:inline;
|
|
margin-left:.5em;
|
|
}
|
|
.features .dependencies li::after {
|
|
content:", ";
|
|
}
|
|
.features .dependencies li:last-child::after {
|
|
content:"";
|
|
}
|
|
.features .missingdependencies {
|
|
font-size:.9em;
|
|
color:Red;
|
|
margin:.44em 0 0;
|
|
}
|
|
.features .missingdependencies>* {
|
|
display:inline;
|
|
}
|
|
.features .missingdependencies li {
|
|
display:inline;
|
|
margin-left:.5em;
|
|
}
|
|
.features .missingdependencies li::after {
|
|
content:", ";
|
|
}
|
|
.features .missingdependencies li:last-child::after {
|
|
content:"";
|
|
}
|
|
.features .feature .actions {
|
|
position:absolute;
|
|
right:.4em;
|
|
top:.4em;
|
|
}
|
|
.features.detail-view .feature .actions {
|
|
right:-3.5em;
|
|
}
|
|
.features .feature .actions form.inline.link,
|
|
.features .feature .actions a {
|
|
margin-left:.5em;
|
|
}
|
|
|
|
/***Recently installed**/
|
|
.recentlyInstalledFeature { }
|
|
.recentlyInstalledModule {background:#fff url(images/new.gif) no-repeat 0px 5px;}
|
|
h2.recentlyInstalledModule {padding:0 0 0 40px;}
|
|
|
|
.updateAvailable {background-color: #f1f0cb;}
|
|
.search-actions {
|
|
float: right;
|
|
height: auto;
|
|
padding:0 0 0 0;
|
|
}
|
|
|
|
.manage {
|
|
float: right;
|
|
}
|
|
.orchard-modules .bulk-actions-wrapper {
|
|
display: none;
|
|
}
|
|
.orchard-modules .bulk-actions-wrapper.visible {
|
|
display: inline;
|
|
}
|
|
|
|
|
|
/* RTL */
|
|
|
|
.dir-rtl #main .features h3 { padding:0 0 0 3em; }
|
|
|
|
.dir-rtl .features.summary-view .feature {
|
|
float:right;
|
|
}
|
|
.dir-rtl .features.summary-view .feature:nth-child(3n+1) {
|
|
margin-left:inherit;
|
|
margin-right:0;
|
|
}
|
|
.dir-rtl .features.summary-view .feature:nth-child(3n) {
|
|
margin-left:inherit;
|
|
margin-right:0;
|
|
}
|
|
|
|
.dir-rtl #main .features.detail-view .feature {
|
|
padding-right: inherit;
|
|
padding-left:5.5em;
|
|
}
|
|
.dir-rtl #main .features.detail-view h3 {
|
|
padding-right: inherit;
|
|
padding-left:0;
|
|
}
|
|
|
|
.dir-rtl #main .features.detail-view .description {
|
|
margin:0 .5ex 1em 0;
|
|
}
|
|
.dir-rtl .features .dependencies li {
|
|
margin-left:inherit;
|
|
margin-right:.5em;
|
|
}
|
|
.dir-rtl .features .missingdependencies li {
|
|
margin-left:inherit;
|
|
margin-right:.5em;
|
|
}
|
|
.dir-rtl .features .feature .actions {
|
|
right: inherit;
|
|
left:.4em;
|
|
}
|
|
.dir-rtl .features.detail-view .feature .actions {
|
|
right: inherit;
|
|
left:-3.5em;
|
|
}
|
|
.dir-rtl .features .feature .actions form.inline.link,
|
|
.dir-rtl .features .feature .actions a {
|
|
margin-left:inherit;
|
|
margin-right:.5em;
|
|
}
|
|
|
|
/***Recently installed RTL **/
|
|
.dir-rtl h2.recentlyInstalledModule {padding:0 40px 0 0;}
|
|
|
|
.dir-rtl .search-actions {
|
|
float: left;
|
|
}
|
|
|
|
.dir-rtl .manage {
|
|
float: left;
|
|
} |