.marketplace { .plugin-search { float: right; input, button { height: 41px; margin-bottom: 0; } button { font-size: inherit !important; // because the default Piwik button style is crazy } } .marketplace-max-width { max-width: 980px; } .plugin { 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%; } .metadata { color: @color-silver-l50; font-size: 95%; margin: 15px 15px 10px; list-style: none; li { text-overflow: ellipsis; overflow-x: hidden; white-space: nowrap; line-height: 18px; } .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; } } .panel-footer { padding: 12px 40px; } } .footer-message { margin-top:30px; font-style: italic; } } #installPluginByUpload { .description { margin-top: 30px; margin-bottom: 20px; } .startUpload { margin-top: 20px; margin-bottom: 20px; } }