1
0
قرینه از https://github.com/matomo-org/matomo.git synced 2025-08-21 22:47:43 +00:00
Files
matomo/plugins/CoreHome/stylesheets/promo.less
Kate Butler d100ab0bde Update video content on Welcome widget (#14454)
* Remove Piwik promo video on Welcome widget and replace with link to Matomo videos

* Fix image overlapping text on smaller screen widths

* Updated screenshots for dashboard welcome widget

* Update test screenshots

* Revert file permissions
2019-05-28 13:28:04 +12:00

54 خطوط
919 B
Plaintext

#piwik-promo-thumbnail {
width: 100%;
min-height: 178px;
margin: 0 auto 0 auto;
}
#piwik-promo-thumbnail:hover {
opacity: .75;
cursor: pointer;
}
#piwik-promo-thumbnail>img {
width: 100%;
}
#piwik-widget-footer {
margin: 0 1em 1em 1em;
}
#piwik-promo-share {
margin: 0 2em 1em 0;
background-color: #CCC;
border: 1px solid #CCC;
border-radius: 6px;
display: inline-block;
padding: 0 .5em 0 .5em;
float: right;
}
#piwik-promo-share > a {
margin-left: .5em;
margin-top: 4px;
display: inline-block;
}
#piwik-promo-share>span {
display: inline-block;
vertical-align: top;
margin-top: 4px;
}
#piwik-promo-videos-link {
font-size: .8em;
font-style: italic;
margin: 1em 0 0 1.25em;
color: @theme-color-text-lighter;
display: inline-block;
width: 90%;
}
#piwik-promo-videos-link:hover {
text-decoration: none;
}