PDF rausgenommen
This commit is contained in:
@ -0,0 +1,63 @@
|
||||
.uiTest .getNewPlugins {
|
||||
.row {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.getPremiumFeatures {
|
||||
h3 {
|
||||
margin-top: 0;
|
||||
}
|
||||
.pluginBody {
|
||||
margin-bottom: 32px;
|
||||
display: inline-block;
|
||||
|
||||
.pluginMoreDetails {
|
||||
line-height:3em;
|
||||
}
|
||||
}
|
||||
|
||||
.row {
|
||||
margin-left: -12px;
|
||||
margin-right: -12px;
|
||||
}
|
||||
}
|
||||
|
||||
.getNewPlugins {
|
||||
.pluginName {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.widgetBody {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.screenshot {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
&:not(.isAdminPage) {
|
||||
h3 {
|
||||
padding-left: 0 !important;
|
||||
padding-top: 5px !important;
|
||||
}
|
||||
}
|
||||
|
||||
&.isAdminPage {
|
||||
h3 {
|
||||
margin-top:0;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
.description {
|
||||
height: 30px;
|
||||
}
|
||||
.row {
|
||||
margin-left: -12px;
|
||||
margin-right: -12px;
|
||||
}
|
||||
.screenshot {
|
||||
max-height: 250px;
|
||||
object-fit: cover;
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,161 @@
|
||||
.subscriptionOverview {
|
||||
.icon-error, .errorMessage {
|
||||
color: @color-red-piwik;
|
||||
}
|
||||
|
||||
.icon-ok {
|
||||
color: @color-green-piwik;
|
||||
}
|
||||
|
||||
.icon-warning {
|
||||
color: #fbf7f1;
|
||||
}
|
||||
.subscriptionName,
|
||||
.subscriptionType,
|
||||
.subscriptionStatus {
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
||||
.marketplace-paid-intro {
|
||||
.licenseKeyText {
|
||||
min-width: 210px;
|
||||
.form-group {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.licenseToolbar {
|
||||
> a, > div:not(.licenseKeyText) {
|
||||
margin-right: 16px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#installAllPaidPluginsAtOnce {
|
||||
ul {
|
||||
li {
|
||||
list-style-type: disc;
|
||||
list-style-position: inside;
|
||||
margin-top: 8px;
|
||||
}
|
||||
}
|
||||
|
||||
a.btn {
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
.marketplace {
|
||||
.marketplaceActions.row,
|
||||
.pluginListContainer.row {
|
||||
margin: 0 -0.75rem;
|
||||
}
|
||||
|
||||
input.btn[disabled] {
|
||||
background-color: @theme-color-brand !important;
|
||||
}
|
||||
|
||||
.marketplaceActions {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.plugin-search {
|
||||
position: relative;
|
||||
margin-right: 20px;
|
||||
.icon-search {
|
||||
position: absolute;
|
||||
bottom: 32px;
|
||||
right: -16px;
|
||||
font-size: 16px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.plugin {
|
||||
h3 {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
text-align: center;
|
||||
.description {
|
||||
@line-height: 18px;
|
||||
line-height: @line-height;
|
||||
height: @line-height * 3; // 3 lines of text
|
||||
padding-bottom: 0;
|
||||
margin-bottom: 10px;
|
||||
.more {
|
||||
text-decoration: underline;
|
||||
color: @theme-color-text;
|
||||
}
|
||||
}
|
||||
img.preview {
|
||||
max-width: 250px;
|
||||
width: 100%;
|
||||
}
|
||||
.footer {
|
||||
.download.plugin-details {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
}
|
||||
.metadata {
|
||||
color: @color-silver-l50;
|
||||
font-size: 95%;
|
||||
margin: 15px 15px 10px;
|
||||
list-style: none;
|
||||
li {
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
line-height: 18px;
|
||||
font-size: 13px;
|
||||
}
|
||||
.update-available {
|
||||
// Code taken from Bootstrap's labels
|
||||
font-weight: bold;
|
||||
background-color: #f0ad4e;
|
||||
display: inline;
|
||||
padding: .2em .6em .3em;
|
||||
font-size: 76%;
|
||||
line-height: 1;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
vertical-align: baseline;
|
||||
border-radius: 0.25em;
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
.footer {
|
||||
padding: 12px 40px;
|
||||
|
||||
.btn-link.plugin-details {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.purchaseable {
|
||||
background-color: #1e93d1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.footer-message {
|
||||
margin-top:30px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#installPluginByUpload {
|
||||
.description {
|
||||
margin-top: 30px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.startUpload {
|
||||
margin-top: 20px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
}
|
@ -0,0 +1,107 @@
|
||||
.pluginDetails {
|
||||
font-size: 13px;
|
||||
text-align: left;
|
||||
line-height: 20px;
|
||||
|
||||
> .row > .col {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
#pluginDetailsTabs > .col {
|
||||
padding: 0 16px 0 0;
|
||||
}
|
||||
|
||||
h3, h4, h5, h6 {
|
||||
margin: 20px 0 10px 0;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
iframe{
|
||||
width:100%;
|
||||
border: 0;
|
||||
background-image: url('plugins/Morpheus/images/loading-blue.gif');
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
margin: 20px 0;
|
||||
padding-left: 1.5rem;
|
||||
border-left: 5px solid #ee6e73;
|
||||
}
|
||||
|
||||
.tab-content ul, .tab-content ol {
|
||||
list-style: initial;
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
p, .tab-content ul, .tab-content li {
|
||||
text-align: left;
|
||||
line-height: 20px;
|
||||
list-style: initial;
|
||||
}
|
||||
|
||||
#pluginDetailsTabs {
|
||||
margin-top: 25px;
|
||||
}
|
||||
|
||||
.contentDetails p {
|
||||
margin: 0 0 10px;
|
||||
}
|
||||
|
||||
.description {
|
||||
padding-right: 25px;
|
||||
}
|
||||
|
||||
.variationPicker {
|
||||
margin-top: 0;
|
||||
margin-bottom: 15px;
|
||||
input.select-dropdown {
|
||||
font-size: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
.contentDetails a {
|
||||
color: @theme-color-link;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.download,
|
||||
.install {
|
||||
padding: 11px 19px;
|
||||
font-size: 17.5px;
|
||||
-webkit-border-radius: 6px;
|
||||
-moz-border-radius: 6px;
|
||||
border-radius: 6px;
|
||||
color: #ffffff;
|
||||
background-color: #5bb75b;
|
||||
display: inline-block;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.download:hover,
|
||||
.install:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
dt {
|
||||
line-height: 20px;
|
||||
}
|
||||
dd {
|
||||
margin-left: 10px;
|
||||
line-height: 20px;
|
||||
color: @theme-color-text-contrast;
|
||||
}
|
||||
|
||||
.featuredIcon {
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user